Shades of Pink Lace #F0D0DA
Tints of Pink Lace #F0D0DA
RGB
CMYK
RGB Variations
Color information
#F0D0DA (or 0xF0D0DA) is known color: Pink Lace. HEX triplet: F0, D0 and DA. RGB value is (240,208,218). Sum of RGB (Red+Green+Blue) = 240+208+218=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0DA is #0F2F25. Grayscale: #DADADA. Windows color (decimal): -995110 or 14340336. OLE color: 14340336.
HSL color Cylindrical-coordinate representation of color #F0D0DA: hue angle of 341.25º 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 #F0D0DA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 218 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.06 |
| HSL | 341.25º | 0.52% | 0.88% | - |
| HSV(B) | 341.25º | 0.13% | 0.94% | - |
| XYZ | 71.15 | 68.7 | 75.84 | - |
| YUV | 218.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 218 | 0 | 0.13 | 0.09 | 0.06 | 341.25 | 0.52 | 0.88 |
| Hex | F0 | D0 | DA | 0 | D | 9 | 6 | 155 | 34 | 58 |
| Octal | 360 | 320 | 332 | 0 | 15 | 11 | 6 | 525 | 64 | 130 |
| Binary | 11110000 | 11010000 | 11011010 | 0 | 1101 | 1001 | 110 | 101010101 | 110100 | 1011000 |
Color Harmonies of #F0D0DA
Complementary color
Monochromatic Colors of #F0D0DA
Black with #F0D0DA
Text Example
Text Example
White with #F0D0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0DA; }
p { color: rgb(240,208,218); }
H1.HeaderClassName
{
color: #F0D0DA;
}
.AnyTagClassName
{
color: #F0D0DA;
}
</style>
background-color css
<style>
a { background-color: #F0D0DA; }
a { background-color: rgb(240,208,218); }
div.DivClassName
{
background-color: #F0D0DA;
}
.BgClassName
{
background-color: #F0D0DA;
}
</style>
border-color css
<style>
span { border-color: #F0D0DA; }
span { border-color: rgb(240,208,218); }
td.TdClassName
{
border-color: #F0D0DA;
}
.TagClassName
{
border-color: #F0D0DA;
}
</style>