#FFD1DF Light Pink
#FFD1DF (Light Pink) RGB value is (255, 209, 223).
Red value is 255, green value is 209, and blue value is 223.
Cylindrical-coordinate representations (HSL) of color #FFD1DF: hue: 342°, saturation: 100%, and lightness: 91%.
Process color (CMYK) of #FFD1DF is 0%, 18%, 12.5%, 0%. Web safe color equivalent of #FFD1DF is ##FFCCCC. Color #FFD1DF contains mainly Yellow.
Color Spaces
| Color spaces of #FFD1DF | Value |
|---|---|
| RGB | 255, 209, 223 |
| HSL | 342°, 100%, 91% |
| HSV / HSB | 342°, 18%, 100% |
| CMYK | 0%, 18%, 12.5%, 0% |
| XYZ | 77.36, 72.19, 79.66 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 11010001 | 11011111 |
| Octal | 377 | 321 | 337 |
| Decimal | 255 | 209 | 223 |
| Hex | FF | D1 | DF |
Shades of #FFD1DF
Tints of #FFD1DF
.mybgColor { background-color: #FFD1DF; }
.myforeColor { color: #FFD1DF; }
.myborderColor { border: 3px solid #FFD1DF; }
<p style="color:#FFD1DF">Text here</p>
This sample text is styled with font color #FFD1DF. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFD1DF">Div content here</div>
<div style="border:3px solid #FFD1DF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 209, 223, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFD1DF; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFD1DF;
-webkit-box-shadow: 1px 1px 3px #FFD1DF;
box-shadow: 1px 1px 3px #FFD1DF; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #FFD1DF (Light Pink)
Color Overview & Profile: Color #FFD1DF, also known as Light Pink, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 100% Red (255/255), 82% Green (209/255), and 87% Blue (223/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFD1DF translates into the CMYK subtractive color model with values of 0% Cyan, 18% Magenta, 12.5% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 342°, saturation of 100%, and lightness of 91%.
Web Accessibility & Design Recommendations: When implementing #FFD1DF in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##FFCCCC.
