Shades of Pink Lace #FFD0D8
Tints of Pink Lace #FFD0D8
RGB
CMYK
RGB Variations
Color information
#FFD0D8 (or 0xFFD0D8) is known color: Pink Lace. HEX triplet: FF, D0 and D8. RGB value is (255,208,216). Sum of RGB (Red+Green+Blue) = 255+208+216=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0D8 is #002F27. Grayscale: #DEDEDE. Windows color (decimal): -12072 or 14209279. OLE color: 14209279.
HSL color Cylindrical-coordinate representation of color #FFD0D8: hue angle of 349.79º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD0D8 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 216 | - |
| CMYK | 0 | 0.18 | 0.15 | 0 |
| HSL | 349.79º | 1% | 0.91% | - |
| HSV(B) | 349.79º | 0.18% | 1% | - |
| XYZ | 76.19 | 71.33 | 74.72 | - |
| YUV | 222.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 216 | 0 | 0.18 | 0.15 | 0 | 349.79 | 1 | 0.91 |
| Hex | FF | D0 | D8 | 0 | 12 | F | 0 | 15E | 64 | 5B |
| Octal | 377 | 320 | 330 | 0 | 22 | 17 | 0 | 536 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11011000 | 0 | 10010 | 1111 | 0 | 101011110 | 1100100 | 1011011 |
Color Harmonies of #FFD0D8
Complementary color
Monochromatic Colors of #FFD0D8
Black with #FFD0D8
Text Example
Text Example
White with #FFD0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0D8; }
p { color: rgb(255,208,216); }
H1.HeaderClassName
{
color: #FFD0D8;
}
.AnyTagClassName
{
color: #FFD0D8;
}
</style>
background-color css
<style>
a { background-color: #FFD0D8; }
a { background-color: rgb(255,208,216); }
div.DivClassName
{
background-color: #FFD0D8;
}
.BgClassName
{
background-color: #FFD0D8;
}
</style>
border-color css
<style>
span { border-color: #FFD0D8; }
span { border-color: rgb(255,208,216); }
td.TdClassName
{
border-color: #FFD0D8;
}
.TagClassName
{
border-color: #FFD0D8;
}
</style>