Toolman

#FCE7F3 color

#FCE7F3#FCE7F3

The swatch above shows #FCE7F3 with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#FCE7F3 is a very light, vivid magenta, closest to the CSS named color mistyrose (#FFE4E1).

It is also a Tailwind CSS default: pink-100. That means you can write bg-pink-100 or text-pink-100 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#FCE7F3
RGBrgb(252, 231, 243)
HSLhsl(326, 78%, 95%)
CMYKcmyk(0%, 8%, 4%, 1%)
Decimal16574451
CSScolor: #FCE7F3;
Android0xFFFCE7F3
SwiftUIColor(red: 0.988, green: 0.906, blue: 0.953, alpha: 1)

Accessibility and contrast

White text on #FCE7F31.18:1 — AA fail · AA large fail · AAA fail
Black text on #FCE7F317.86:1 — AA pass · AA large pass · AAA pass
Recommended text colorblack

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #FCE7F3

Each swatch keeps the hue and saturation of #FCE7F3 and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #FCE7F3

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #FCE7F3 in code

/* CSS */
.element { color: #FCE7F3; background-color: #FCE7F3; }
.element { color: rgb(252 231 243); }
.element { color: hsl(326 78% 95%); }

/* Tailwind */
<div class="bg-pink-100 text-black">

/* SCSS variable */
$brand: #FCE7F3;

Frequently asked questions

What color is #FCE7F3?

#FCE7F3 is a very light, vivid magenta. Its hue sits at 326° on the color wheel, with 78% saturation and 95% lightness.

What is #FCE7F3 in RGB?

#FCE7F3 converts to rgb(252, 231, 243) — 252 red, 231 green and 243 blue.

What is #FCE7F3 in CMYK?

Approximately cmyk(0%, 8%, 4%, 1%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #FCE7F3 be white or black?

Black gives the better contrast ratio (17.86:1 versus 1.18:1).

What is the complementary color of #FCE7F3?

#E8FCF1 — the hue directly opposite #FCE7F3 on the color wheel.

Convert any color → · Browse all colors