#FFFEEB Color Information

Hex color code: #FFFEEB

A light yellow shade, #FFFEEB appears as (255, 254, 235) in RGB and (57°, 100%, 96%) in HSL. It is commonly used in modern UI design.

Try:
Color NameIvory
HEX
#FFFEEB
RGB
255, 254, 235
HSL
57°, 100%, 96%
CMYK
0%, 0%, 8%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFFEEB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 254, 235

Red: 255 / Green: 254 / Blue: 235

HSL

57°, 100%, 96%

Hue: 57° / Saturation: 100% / Lightness: 96%

CMYK

0%, 0%, 8%, 0%

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

What color is #FFFEEB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFFEEB to RGB:

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

HEX to HSL

Convert #FFFEEB to HSL:

hsl(57, 100%, 96%)RGB to HSL Converter →

HEX to CMYK

Convert #FFFEEB to CMYK:

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

Color Meaning and Usage

#FFFEEB is a light yellow color with RGB values of 255, 254, 235 and HSL of 57°, 100%, 96%. This very light tint evokes purity and simplicity, making it suitable for well suited for marketing pages and hero sections. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #FFFEEB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFFEEB?

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

What is the RGB value of #FFFEEB?

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

How to use #FFFEEB in CSS?

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

What colors go well with #FFFEEB?

#EBECFF (complementary), #FFF4EB (analogous), and #FFFA9E (lighter shade) work well with #FFFEEB.