#FDEFDD Color Information

Hex color code: #FDEFDD

A light orange shade, #FDEFDD appears as (253, 239, 221) in RGB and (34°, 89%, 93%) in HSL. It is commonly used in modern UI design.

Try:
Color NameAntique White
HEX
#FDEFDD
RGB
253, 239, 221
HSL
34°, 89%, 93%
CMYK
0%, 6%, 13%, 1%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FDEFDD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

253, 239, 221

Red: 253 / Green: 239 / Blue: 221

HSL

34°, 89%, 93%

Hue: 34° / Saturation: 89% / Lightness: 93%

CMYK

0%, 6%, 13%, 1%

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

What color is #FDEFDD?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FDEFDD to RGB:

rgb(253, 239, 221)HEX to RGB Converter →

HEX to HSL

Convert #FDEFDD to HSL:

hsl(34, 89%, 93%)RGB to HSL Converter →

HEX to CMYK

Convert #FDEFDD to CMYK:

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

Color Meaning and Usage

A light orange tone, #FDEFDD has RGB (253, 239, 221) and HSL (34°, 89%, 93%). Known for evoking purity and simplicity, this very light tint is often used for branding and logos. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #FDEFDD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FDEFDD?

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

What is the RGB value of #FDEFDD?

#FDEFDD in RGB is (253, 239, 221) - 253 red, 239 green, and 221 blue.

How to use #FDEFDD in CSS?

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

What colors go well with #FDEFDD?

#DDEBFD (complementary), #FDDFDD (analogous), and #F9CE95 (lighter shade) work well with #FDEFDD.