Shades of Pale Pink #FFD8DC
Tints of Pale Pink #FFD8DC
RGB
CMYK
RGB Variations
Color information
#FFD8DC (or 0xFFD8DC) is known color: Pale Pink. HEX triplet: FF, D8 and DC. RGB value is (255,216,220). Sum of RGB (Red+Green+Blue) = 255+216+220=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8DC is #002723. Grayscale: #E4E4E4. Windows color (decimal): -10020 or 14473471. OLE color: 14473471.
HSL color Cylindrical-coordinate representation of color #FFD8DC: hue angle of 353.85º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8DC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 220 | - |
| CMYK | 0 | 0.15 | 0.14 | 0 |
| HSL | 353.85º | 1% | 0.92% | - |
| HSV(B) | 353.85º | 0.15% | 1% | - |
| XYZ | 78.71 | 75.54 | 78.14 | - |
| YUV | 228.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 220 | 0 | 0.15 | 0.14 | 0 | 353.85 | 1 | 0.92 |
| Hex | FF | D8 | DC | 0 | F | E | 0 | 162 | 64 | 5C |
| Octal | 377 | 330 | 334 | 0 | 17 | 16 | 0 | 542 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11011100 | 0 | 1111 | 1110 | 0 | 101100010 | 1100100 | 1011100 |
Color Harmonies of #FFD8DC
Complementary color
Monochromatic Colors of #FFD8DC
Black with #FFD8DC
Text Example
Text Example
White with #FFD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8DC; }
p { color: rgb(255,216,220); }
H1.HeaderClassName
{
color: #FFD8DC;
}
.AnyTagClassName
{
color: #FFD8DC;
}
</style>
background-color css
<style>
a { background-color: #FFD8DC; }
a { background-color: rgb(255,216,220); }
div.DivClassName
{
background-color: #FFD8DC;
}
.BgClassName
{
background-color: #FFD8DC;
}
</style>
border-color css
<style>
span { border-color: #FFD8DC; }
span { border-color: rgb(255,216,220); }
td.TdClassName
{
border-color: #FFD8DC;
}
.TagClassName
{
border-color: #FFD8DC;
}
</style>