#FEEFFC Color Information

Hex color code: #FEEFFC

A soft magenta shade, #FEEFFC appears as (254, 239, 252) in RGB and (308°, 88%, 97%) in HSL. It is often used for branding and logos.

Try:
Color NameSnow
HEX
#FEEFFC
RGB
254, 239, 252
HSL
308°, 88%, 97%
CMYK
0%, 6%, 1%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FEEFFC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

254, 239, 252

Red: 254 / Green: 239 / Blue: 252

HSL

308°, 88%, 97%

Hue: 308° / Saturation: 88% / Lightness: 97%

CMYK

0%, 6%, 1%, 0%

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

What color is #FEEFFC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FEEFFC to RGB:

rgb(254, 239, 252)HEX to RGB Converter →

HEX to HSL

Convert #FEEFFC to HSL:

hsl(308, 88%, 97%)RGB to HSL Converter →

HEX to CMYK

Convert #FEEFFC to CMYK:

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

Color Meaning and Usage

A light magenta tone, #FEEFFC has RGB (254, 239, 252) and HSL (308°, 88%, 97%). 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 #FEEFFC is #F1FEF2, creating high-contrast pairings. For softer combinations, try analogous colors like #F9F1FE.

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

Contrast with #FEEFFC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FEEFFC?

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

What is the RGB value of #FEEFFC?

#FEEFFC in RGB is (254, 239, 252) - 254 red, 239 green, and 252 blue.

How to use #FEEFFC in CSS?

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

What colors go well with #FEEFFC?

#F1FEF2 (complementary), #F9F1FE (analogous), and #F9A9EF (lighter shade) work well with #FEEFFC.