#FEFFFE Color Information

Hex color code: #FEFFFE

The hex color #FEFFFE is a light green with RGB values of (254, 255, 254) and HSL of (120°, 100%, 100%). It is commonly used in modern UI design.

Try:
Color NameWhite
HEX
#FEFFFE
RGB
254, 255, 254
HSL
120°, 100%, 100%
CMYK
0%, 0%, 0%, 0%

Shades

CSS Usage
color: #FEFFFE;
background-color: #FEFFFE;
border-color: #FEFFFE;
box-shadow: 0 0 10px #FEFFFE;
border: 2px solid #FEFFFE;
Tailwind Usage
bg-[#FEFFFE]
text-[#FEFFFE]
border-[#FEFFFE]
shadow-[0_0_10px_FEFFFE]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #FEFFFE, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #FEFFFE; color: #000000; }

Badge

New Feature
.badge { background-color: #FEFFFE; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #FEFFFE; background-color: #FEFFFE15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #FEFFFE20; border-left: 4px solid #FEFFFE; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #FEFFFE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #FEFFFE in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

254, 255, 254

Red: 254 / Green: 255 / Blue: 254

HSL

120°, 100%, 100%

Hue: 120° / Saturation: 100% / Lightness: 100%

CMYK

0%, 0%, 0%, 0%

Cyan: 0% / Magenta: 0% / Yellow: 0% / Key: 0%

What color is #FEFFFE?

#FEFFFE is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FEFFFE to RGB:

rgb(254, 255, 254)HEX to RGB Converter →

HEX to HSL

Convert #FEFFFE to HSL:

hsl(120, 100%, 100%)RGB to HSL Converter →

HEX to CMYK

Convert #FEFFFE to CMYK:

cmyk(0%, 0%, 0%, 0%)Color Converter →

Color Meaning and Usage

#FEFFFE is a soft green color with RGB values of 254, 255, 254 and HSL of 120°, 100%, 100%. This very light tint evokes purity and simplicity, making it suitable for a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FEFFFE is #FFFFFF, creating high-contrast pairings. For softer combinations, try analogous colors like #FFFFFF.

Use #FEFFFE in CSS: color: #FEFFFE or background-color: #FEFFFE. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #FEFFFE

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 20.95:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FEFFFE?

#FEFFFE is a soft green color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FEFFFE?

#FEFFFE in RGB is (254, 255, 254) - 254 red, 255 green, and 254 blue.

How to use #FEFFFE in CSS?

Use #FEFFFE directly in your CSS properties like color or background-color.

What colors go well with #FEFFFE?

#FFFFFF (complementary), #FFFFFF (analogous), and #B3FFB3 (lighter shade) work well with #FEFFFE.