#FCEEFA Color Information

Hex color code: #FCEEFA

A light magenta shade, #FCEEFA appears as (252, 238, 250) in RGB and (309°, 70%, 96%) in HSL. It is commonly used in modern UI design.

Try:
Color NameGhost White
HEX
#FCEEFA
RGB
252, 238, 250
HSL
309°, 70%, 96%
CMYK
0%, 6%, 1%, 1%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FCEEFA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

252, 238, 250

Red: 252 / Green: 238 / Blue: 250

HSL

309°, 70%, 96%

Hue: 309° / Saturation: 70% / Lightness: 96%

CMYK

0%, 6%, 1%, 1%

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

What color is #FCEEFA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FCEEFA to RGB:

rgb(252, 238, 250)HEX to RGB Converter →

HEX to HSL

Convert #FCEEFA to HSL:

hsl(309, 70%, 96%)RGB to HSL Converter →

HEX to CMYK

Convert #FCEEFA to CMYK:

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

Color Meaning and Usage

A delicate magenta tone, #FCEEFA has RGB (252, 238, 250) and HSL (309°, 70%, 96%). Known for evoking purity and simplicity, this very light tint is often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FCEEFA is #EEFCF0, creating high-contrast pairings. For softer combinations, try analogous colors like #F7EEFC.

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

Contrast with #FCEEFA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FCEEFA?

#FCEEFA is a delicate magenta color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FCEEFA?

#FCEEFA in RGB is (252, 238, 250) - 252 red, 238 green, and 250 blue.

How to use #FCEEFA in CSS?

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

What colors go well with #FCEEFA?

#EEFCF0 (complementary), #F7EEFC (analogous), and #F0ADE6 (lighter shade) work well with #FCEEFA.