Pink (Pink)
#FDCFD7
RGB: 253, 207, 215
Color OverviewHEX #FDCFD7
#FDCFD7 Color Code Information
In the RGB color space, #FDCFD7 is composed of 99% red, 81% green, and 84% blue. In the HSL color space, it has a hue of 350°, saturation of 92%, and lightness of 90%.
HEX
#FDCFD7
RGB
253, 207, 215
HSL
350°, 92%, 90%
HSV
350°, 18%, 99%
CMYK
0%, 18%, 15%, 1%
Name Match
Pink
Closest StandardShades of #FDCFD7 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FDCFD7 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FDCFD7 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FDCFD7
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #FDCFD7 Background
Contrast Ratio against Pure White (#FFFFFF):1.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FDCFD7 Background
Contrast Ratio against Pure Black (#000000):15.08 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FDCFD7;
}
.element {
color: #FDCFD7;
background-color: #FDCFD7;
border-color: #FDCFD7;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FDCFD7] text-[#FDCFD7] border-[#FDCFD7]"> Content styled with #FDCFD7 </div>