Shades of Pink Lace #FFD0DB
Tints of Pink Lace #FFD0DB
RGB
CMYK
RGB Variations
Color information
#FFD0DB (or 0xFFD0DB) is known color: Pink Lace. HEX triplet: FF, D0 and DB. RGB value is (255,208,219). Sum of RGB (Red+Green+Blue) = 255+208+219=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0DB is #002F24. Grayscale: #DFDFDF. Windows color (decimal): -12069 or 14405887. OLE color: 14405887.
HSL color Cylindrical-coordinate representation of color #FFD0DB: hue angle of 345.96º 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 #FFD0DB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 219 | - |
| CMYK | 0 | 0.18 | 0.14 | 0 |
| HSL | 345.96º | 1% | 0.91% | - |
| HSV(B) | 345.96º | 0.18% | 1% | - |
| XYZ | 76.58 | 71.49 | 76.78 | - |
| YUV | 223.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 219 | 0 | 0.18 | 0.14 | 0 | 345.96 | 1 | 0.91 |
| Hex | FF | D0 | DB | 0 | 12 | E | 0 | 15A | 64 | 5B |
| Octal | 377 | 320 | 333 | 0 | 22 | 16 | 0 | 532 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11011011 | 0 | 10010 | 1110 | 0 | 101011010 | 1100100 | 1011011 |
Color Harmonies of #FFD0DB
Complementary color
Monochromatic Colors of #FFD0DB
Black with #FFD0DB
Text Example
Text Example
White with #FFD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0DB; }
p { color: rgb(255,208,219); }
H1.HeaderClassName
{
color: #FFD0DB;
}
.AnyTagClassName
{
color: #FFD0DB;
}
</style>
background-color css
<style>
a { background-color: #FFD0DB; }
a { background-color: rgb(255,208,219); }
div.DivClassName
{
background-color: #FFD0DB;
}
.BgClassName
{
background-color: #FFD0DB;
}
</style>
border-color css
<style>
span { border-color: #FFD0DB; }
span { border-color: rgb(255,208,219); }
td.TdClassName
{
border-color: #FFD0DB;
}
.TagClassName
{
border-color: #FFD0DB;
}
</style>