#FFFEF0 Color Information

Hex color code: #FFFEF0

#FFFEF0 is a light yellow color. In RGB it is (255, 254, 240), and in HSL it is (56°, 100%, 97%). It is commonly used in modern UI design.

Try:
Color NameIvory
HEX
#FFFEF0
RGB
255, 254, 240
HSL
56°, 100%, 97%
CMYK
0%, 0%, 6%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFFEF0; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 254, 240

Red: 255 / Green: 254 / Blue: 240

HSL

56°, 100%, 97%

Hue: 56° / Saturation: 100% / Lightness: 97%

CMYK

0%, 0%, 6%, 0%

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

What color is #FFFEF0?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFFEF0 to RGB:

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

HEX to HSL

Convert #FFFEF0 to HSL:

hsl(56, 100%, 97%)RGB to HSL Converter →

HEX to CMYK

Convert #FFFEF0 to CMYK:

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

Color Meaning and Usage

#FFFEF0 is a light yellow color with RGB values of 255, 254, 240 and HSL of 56°, 100%, 97%. This very light tint evokes purity and simplicity, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #FFFEF0

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFFEF0?

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

What is the RGB value of #FFFEF0?

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

How to use #FFFEF0 in CSS?

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

What colors go well with #FFFEF0?

#F0F1FF (complementary), #FFF6F0 (analogous), and #FFF9A3 (lighter shade) work well with #FFFEF0.