#FFEBDE Color Information

Hex color code: #FFEBDE

#FFEBDE is a light orange color. In RGB it is (255, 235, 222), and in HSL it is (24°, 100%, 94%). It is commonly used in modern UI design.

Try:
Color NameMisty Rose
HEX
#FFEBDE
RGB
255, 235, 222
HSL
24°, 100%, 94%
CMYK
0%, 8%, 13%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFEBDE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 235, 222

Red: 255 / Green: 235 / Blue: 222

HSL

24°, 100%, 94%

Hue: 24° / Saturation: 100% / Lightness: 94%

CMYK

0%, 8%, 13%, 0%

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

What color is #FFEBDE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFEBDE to RGB:

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

HEX to HSL

Convert #FFEBDE to HSL:

hsl(24, 100%, 94%)RGB to HSL Converter →

HEX to CMYK

Convert #FFEBDE to CMYK:

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

Color Meaning and Usage

A ethereal orange tone, #FFEBDE has RGB (255, 235, 222) and HSL (24°, 100%, 94%). Known for evoking purity and simplicity, this very light tint is well suited for marketing pages and hero sections. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FFEBDE is #E0F3FF, creating high-contrast pairings. For softer combinations, try analogous colors like #FFE0E3.

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

Contrast with #FFEBDE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFEBDE?

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

What is the RGB value of #FFEBDE?

#FFEBDE in RGB is (255, 235, 222) - 255 red, 235 green, and 222 blue.

How to use #FFEBDE in CSS?

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

What colors go well with #FFEBDE?

#E0F3FF (complementary), #FFE0E3 (analogous), and #FFBF94 (lighter shade) work well with #FFEBDE.