#FFFAEB Color Information

Hex color code: #FFFAEB

The hex color #FFFAEB is a light yellow with RGB values of (255, 250, 235) and HSL of (45°, 100%, 96%). It is commonly used in modern UI design.

Try:
Color NameSeashell
HEX
#FFFAEB
RGB
255, 250, 235
HSL
45°, 100%, 96%
CMYK
0%, 2%, 8%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFFAEB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 250, 235

Red: 255 / Green: 250 / Blue: 235

HSL

45°, 100%, 96%

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

CMYK

0%, 2%, 8%, 0%

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

What color is #FFFAEB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFFAEB to RGB:

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

HEX to HSL

Convert #FFFAEB to HSL:

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

HEX to CMYK

Convert #FFFAEB to CMYK:

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

Color Meaning and Usage

A light yellow tone, #FFFAEB has RGB (255, 250, 235) and HSL (45°, 100%, 96%). Known for evoking purity and simplicity, this very light tint is a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #FFFAEB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFFAEB?

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

What is the RGB value of #FFFAEB?

#FFFAEB in RGB is (255, 250, 235) - 255 red, 250 green, and 235 blue.

How to use #FFFAEB in CSS?

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

What colors go well with #FFFAEB?

#EBF0FF (complementary), #FFF0EB (analogous), and #FFE79E (lighter shade) work well with #FFFAEB.