Pink (Pink)
#FCCFD7
RGB: 252, 207, 215
Color OverviewHEX #FCCFD7

#FCCFD7 Color Code Information

In the RGB color space, #FCCFD7 is composed of 99% red, 81% green, and 84% blue. In the HSL color space, it has a hue of 349°, saturation of 88%, and lightness of 90%.

HEX
#FCCFD7
RGB
252, 207, 215
HSL
349°, 88%, 90%
HSV
349°, 18%, 99%
CMYK
0%, 18%, 15%, 1%
Name Match
Pink
Closest Standard

Shades of #FCCFD7 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #FCCFD7 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #FCCFD7 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #FCCFD7

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #FCCFD7 Background
Contrast Ratio against Pure White (#FFFFFF):1.4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FCCFD7 Background
Contrast Ratio against Pure Black (#000000):15.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #FCCFD7;
}

.element {
  color: #FCCFD7;
  background-color: #FCCFD7;
  border-color: #FCCFD7;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#FCCFD7] text-[#FCCFD7] border-[#FCCFD7]">
  Content styled with #FCCFD7
</div>