Shades of Pink Lace #F0D0D7
Tints of Pink Lace #F0D0D7
RGB
CMYK
RGB Variations
Color information
#F0D0D7 (or 0xF0D0D7) is known color: Pink Lace. HEX triplet: F0, D0 and D7. RGB value is (240,208,215). Sum of RGB (Red+Green+Blue) = 240+208+215=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0D7 is #0F2F28. Grayscale: #DADADA. Windows color (decimal): -995113 or 14143728. OLE color: 14143728.
HSL color Cylindrical-coordinate representation of color #F0D0D7: hue angle of 346.88º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0D0D7 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 215 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.06 |
| HSL | 346.88º | 0.52% | 0.88% | - |
| HSV(B) | 346.88º | 0.13% | 0.94% | - |
| XYZ | 70.76 | 68.54 | 73.79 | - |
| YUV | 218.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 215 | 0 | 0.13 | 0.10 | 0.06 | 346.88 | 0.52 | 0.88 |
| Hex | F0 | D0 | D7 | 0 | D | A | 6 | 15B | 34 | 58 |
| Octal | 360 | 320 | 327 | 0 | 15 | 12 | 6 | 533 | 64 | 130 |
| Binary | 11110000 | 11010000 | 11010111 | 0 | 1101 | 1010 | 110 | 101011011 | 110100 | 1011000 |
Color Harmonies of #F0D0D7
Complementary color
Monochromatic Colors of #F0D0D7
Black with #F0D0D7
Text Example
Text Example
White with #F0D0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0D7; }
p { color: rgb(240,208,215); }
H1.HeaderClassName
{
color: #F0D0D7;
}
.AnyTagClassName
{
color: #F0D0D7;
}
</style>
background-color css
<style>
a { background-color: #F0D0D7; }
a { background-color: rgb(240,208,215); }
div.DivClassName
{
background-color: #F0D0D7;
}
.BgClassName
{
background-color: #F0D0D7;
}
</style>
border-color css
<style>
span { border-color: #F0D0D7; }
span { border-color: rgb(240,208,215); }
td.TdClassName
{
border-color: #F0D0D7;
}
.TagClassName
{
border-color: #F0D0D7;
}
</style>