Shades of Pale Pink #FFD9DC
Tints of Pale Pink #FFD9DC
RGB
CMYK
RGB Variations
Color information
#FFD9DC (or 0xFFD9DC) is known color: Pale Pink. HEX triplet: FF, D9 and DC. RGB value is (255,217,220). Sum of RGB (Red+Green+Blue) = 255+217+220=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9DC is #002623. Grayscale: #E4E4E4. Windows color (decimal): -9764 or 14473727. OLE color: 14473727.
HSL color Cylindrical-coordinate representation of color #FFD9DC: hue angle of 355.26º 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 #FFD9DC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 220 | - |
| CMYK | 0 | 0.15 | 0.14 | 0 |
| HSL | 355.26º | 1% | 0.93% | - |
| HSV(B) | 355.26º | 0.15% | 1% | - |
| XYZ | 78.97 | 76.05 | 78.23 | - |
| YUV | 228.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 220 | 0 | 0.15 | 0.14 | 0 | 355.26 | 1 | 0.93 |
| Hex | FF | D9 | DC | 0 | F | E | 0 | 163 | 64 | 5D |
| Octal | 377 | 331 | 334 | 0 | 17 | 16 | 0 | 543 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11011100 | 0 | 1111 | 1110 | 0 | 101100011 | 1100100 | 1011101 |
Color Harmonies of #FFD9DC
Complementary color
Monochromatic Colors of #FFD9DC
Black with #FFD9DC
Text Example
Text Example
White with #FFD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9DC; }
p { color: rgb(255,217,220); }
H1.HeaderClassName
{
color: #FFD9DC;
}
.AnyTagClassName
{
color: #FFD9DC;
}
</style>
background-color css
<style>
a { background-color: #FFD9DC; }
a { background-color: rgb(255,217,220); }
div.DivClassName
{
background-color: #FFD9DC;
}
.BgClassName
{
background-color: #FFD9DC;
}
</style>
border-color css
<style>
span { border-color: #FFD9DC; }
span { border-color: rgb(255,217,220); }
td.TdClassName
{
border-color: #FFD9DC;
}
.TagClassName
{
border-color: #FFD9DC;
}
</style>