Shades of Pale Pink #FFD9DD
Tints of Pale Pink #FFD9DD
RGB
CMYK
RGB Variations
Color information
#FFD9DD (or 0xFFD9DD) is known color: Pale Pink. HEX triplet: FF, D9 and DD. RGB value is (255,217,221). Sum of RGB (Red+Green+Blue) = 255+217+221=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9DD is #002622. Grayscale: #E4E4E4. Windows color (decimal): -9763 or 14539263. OLE color: 14539263.
HSL color Cylindrical-coordinate representation of color #FFD9DD: hue angle of 353.68º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9DD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 221 | - |
| CMYK | 0 | 0.15 | 0.13 | 0 |
| HSL | 353.68º | 1% | 0.93% | - |
| HSV(B) | 353.68º | 0.15% | 1% | - |
| XYZ | 79.1 | 76.11 | 78.93 | - |
| YUV | 228.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 221 | 0 | 0.15 | 0.13 | 0 | 353.68 | 1 | 0.93 |
| Hex | FF | D9 | DD | 0 | F | D | 0 | 162 | 64 | 5D |
| Octal | 377 | 331 | 335 | 0 | 17 | 15 | 0 | 542 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11011101 | 0 | 1111 | 1101 | 0 | 101100010 | 1100100 | 1011101 |
Color Harmonies of #FFD9DD
Complementary color
Monochromatic Colors of #FFD9DD
Black with #FFD9DD
Text Example
Text Example
White with #FFD9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9DD; }
p { color: rgb(255,217,221); }
H1.HeaderClassName
{
color: #FFD9DD;
}
.AnyTagClassName
{
color: #FFD9DD;
}
</style>
background-color css
<style>
a { background-color: #FFD9DD; }
a { background-color: rgb(255,217,221); }
div.DivClassName
{
background-color: #FFD9DD;
}
.BgClassName
{
background-color: #FFD9DD;
}
</style>
border-color css
<style>
span { border-color: #FFD9DD; }
span { border-color: rgb(255,217,221); }
td.TdClassName
{
border-color: #FFD9DD;
}
.TagClassName
{
border-color: #FFD9DD;
}
</style>