#FFCDEB Color Information

Hex color code: #FFCDEB

#FFCDEB is a delicate magenta color. In RGB it is (255, 205, 235), and in HSL it is (324°, 100%, 90%). It is often used for branding and logos.

Try:
Color NameMisty Rose
HEX
#FFCDEB
RGB
255, 205, 235
HSL
324°, 100%, 90%
CMYK
0%, 20%, 8%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFCDEB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 205, 235

Red: 255 / Green: 205 / Blue: 235

HSL

324°, 100%, 90%

Hue: 324° / Saturation: 100% / Lightness: 90%

CMYK

0%, 20%, 8%, 0%

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

What color is #FFCDEB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFCDEB to RGB:

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

HEX to HSL

Convert #FFCDEB to HSL:

hsl(324, 100%, 90%)RGB to HSL Converter →

HEX to CMYK

Convert #FFCDEB to CMYK:

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

Color Meaning and Usage

A ethereal magenta tone, #FFCDEB has RGB (255, 205, 235) and HSL (324°, 100%, 90%). Known for evoking purity and simplicity, this very light tint is typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FFCDEB is #CCFFE0, creating high-contrast pairings. For softer combinations, try analogous colors like #FACCFF.

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

Contrast with #FFCDEB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFCDEB?

#FFCDEB is a ethereal magenta color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FFCDEB?

#FFCDEB in RGB is (255, 205, 235) - 255 red, 205 green, and 235 blue.

How to use #FFCDEB in CSS?

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

What colors go well with #FFCDEB?

#CCFFE0 (complementary), #FACCFF (analogous), and #FF80CC (lighter shade) work well with #FFCDEB.