Shades of Pink Lace #FFD0D9
Tints of Pink Lace #FFD0D9
RGB
CMYK
RGB Variations
Color information
#FFD0D9 (or 0xFFD0D9) is known color: Pink Lace. HEX triplet: FF, D0 and D9. RGB value is (255,208,217). Sum of RGB (Red+Green+Blue) = 255+208+217=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0D9 is #002F26. Grayscale: #DFDFDF. Windows color (decimal): -12071 or 14274815. OLE color: 14274815.
HSL color Cylindrical-coordinate representation of color #FFD0D9: hue angle of 348.51º 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 #FFD0D9 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 217 | - |
| CMYK | 0 | 0.18 | 0.15 | 0 |
| HSL | 348.51º | 1% | 0.91% | - |
| HSV(B) | 348.51º | 0.18% | 1% | - |
| XYZ | 76.32 | 71.38 | 75.4 | - |
| YUV | 223.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 217 | 0 | 0.18 | 0.15 | 0 | 348.51 | 1 | 0.91 |
| Hex | FF | D0 | D9 | 0 | 12 | F | 0 | 15D | 64 | 5B |
| Octal | 377 | 320 | 331 | 0 | 22 | 17 | 0 | 535 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11011001 | 0 | 10010 | 1111 | 0 | 101011101 | 1100100 | 1011011 |
Color Harmonies of #FFD0D9
Complementary color
Monochromatic Colors of #FFD0D9
Black with #FFD0D9
Text Example
Text Example
White with #FFD0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0D9; }
p { color: rgb(255,208,217); }
H1.HeaderClassName
{
color: #FFD0D9;
}
.AnyTagClassName
{
color: #FFD0D9;
}
</style>
background-color css
<style>
a { background-color: #FFD0D9; }
a { background-color: rgb(255,208,217); }
div.DivClassName
{
background-color: #FFD0D9;
}
.BgClassName
{
background-color: #FFD0D9;
}
</style>
border-color css
<style>
span { border-color: #FFD0D9; }
span { border-color: rgb(255,208,217); }
td.TdClassName
{
border-color: #FFD0D9;
}
.TagClassName
{
border-color: #FFD0D9;
}
</style>