#FFFFFE Color Information

Hex color code: #FFFFFE

#FFFFFE is a ethereal yellow color. In RGB it is (255, 255, 254), and in HSL it is (60°, 100%, 100%). It is typically applied in digital products.

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

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #FFFFFE; 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 #FFFFFE; background-color: #FFFFFE15; }

Alert / Toast

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

Link / Accent

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

a { color: #FFFFFE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 255, 254

Red: 255 / Green: 255 / Blue: 254

HSL

60°, 100%, 100%

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

CMYK

0%, 0%, 0%, 0%

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

What color is #FFFFFE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFFFFE to RGB:

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

HEX to HSL

Convert #FFFFFE to HSL:

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

HEX to CMYK

Convert #FFFFFE to CMYK:

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

Color Meaning and Usage

A delicate yellow tone, #FFFFFE has RGB (255, 255, 254) and HSL (60°, 100%, 100%). Known for evoking purity and simplicity, this very light tint is popular in mobile app design. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #FFFFFE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFFFFE?

#FFFFFE is a delicate yellow color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FFFFFE?

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

How to use #FFFFFE in CSS?

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

What colors go well with #FFFFFE?

#FFFFFF (complementary), #FFFFFF (analogous), and #FFFFB3 (lighter shade) work well with #FFFFFE.