Shades of Pink Lace #F0D2DA
Tints of Pink Lace #F0D2DA
RGB
CMYK
RGB Variations
Color information
#F0D2DA (or 0xF0D2DA) is known color: Pink Lace. HEX triplet: F0, D2 and DA. RGB value is (240,210,218). Sum of RGB (Red+Green+Blue) = 240+210+218=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2DA is #0F2D25. Grayscale: #DBDBDB. Windows color (decimal): -994598 or 14340848. OLE color: 14340848.
HSL color Cylindrical-coordinate representation of color #F0D2DA: hue angle of 344º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D2DA is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 218 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.06 |
| HSL | 344º | 0.5% | 0.88% | - |
| HSV(B) | 344º | 0.13% | 0.94% | - |
| XYZ | 71.64 | 69.68 | 76 | - |
| YUV | 219.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 218 | 0 | 0.12 | 0.09 | 0.06 | 344 | 0.5 | 0.88 |
| Hex | F0 | D2 | DA | 0 | C | 9 | 6 | 158 | 32 | 58 |
| Octal | 360 | 322 | 332 | 0 | 14 | 11 | 6 | 530 | 62 | 130 |
| Binary | 11110000 | 11010010 | 11011010 | 0 | 1100 | 1001 | 110 | 101011000 | 110010 | 1011000 |
Color Harmonies of #F0D2DA
Complementary color
Monochromatic Colors of #F0D2DA
Black with #F0D2DA
Text Example
Text Example
White with #F0D2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2DA; }
p { color: rgb(240,210,218); }
H1.HeaderClassName
{
color: #F0D2DA;
}
.AnyTagClassName
{
color: #F0D2DA;
}
</style>
background-color css
<style>
a { background-color: #F0D2DA; }
a { background-color: rgb(240,210,218); }
div.DivClassName
{
background-color: #F0D2DA;
}
.BgClassName
{
background-color: #F0D2DA;
}
</style>
border-color css
<style>
span { border-color: #F0D2DA; }
span { border-color: rgb(240,210,218); }
td.TdClassName
{
border-color: #F0D2DA;
}
.TagClassName
{
border-color: #F0D2DA;
}
</style>