Pink (Pink)
#FAC2CB
RGB: 250, 194, 203
Color OverviewHEX #FAC2CB

#FAC2CB Color Code Information

In the RGB color space, #FAC2CB is composed of 98% red, 76% green, and 80% blue. In the HSL color space, it has a hue of 350°, saturation of 85%, and lightness of 87%.

HEX
#FAC2CB
RGB
250, 194, 203
HSL
350°, 85%, 87%
HSV
350°, 22%, 98%
CMYK
0%, 22%, 19%, 2%
Name Match
Pink
Closest Standard

Shades of #FAC2CB (Darker Variations)

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

Tints of #FAC2CB (Lighter Variations)

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

Tones of #FAC2CB (Muted Variations)

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

Color Harmonies for #FAC2CB

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 #FAC2CB Background
Contrast Ratio against Pure White (#FFFFFF):1.54 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FAC2CB Background
Contrast Ratio against Pure Black (#000000):13.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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