#FFFDFA Color Information

Hex color code: #FFFDFA

#FFFDFA is a light orange color. In RGB it is (255, 253, 250), and in HSL it is (36°, 100%, 99%). It is commonly used in modern UI design.

Try:
Color NameSnow
HEX
#FFFDFA
RGB
255, 253, 250
HSL
36°, 100%, 99%
CMYK
0%, 1%, 2%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFFDFA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 253, 250

Red: 255 / Green: 253 / Blue: 250

HSL

36°, 100%, 99%

Hue: 36° / Saturation: 100% / Lightness: 99%

CMYK

0%, 1%, 2%, 0%

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

What color is #FFFDFA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFFDFA to RGB:

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

HEX to HSL

Convert #FFFDFA to HSL:

hsl(36, 100%, 99%)RGB to HSL Converter →

HEX to CMYK

Convert #FFFDFA to CMYK:

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

Color Meaning and Usage

#FFFDFA is a delicate orange color with RGB values of 255, 253, 250 and HSL of 36°, 100%, 99%. This very light tint evokes purity and simplicity, making it suitable for frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #FFFDFA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFFDFA?

#FFFDFA is a delicate orange color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FFFDFA?

#FFFDFA in RGB is (255, 253, 250) - 255 red, 253 green, and 250 blue.

How to use #FFFDFA in CSS?

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

What colors go well with #FFFDFA?

#FAFCFF (complementary), #FFFAFA (analogous), and #FFDEAD (lighter shade) work well with #FFFDFA.