Shades of Pink Lace #F0D1DA
Tints of Pink Lace #F0D1DA
RGB
CMYK
RGB Variations
Color information
#F0D1DA (or 0xF0D1DA) is known color: Pink Lace. HEX triplet: F0, D1 and DA. RGB value is (240,209,218). Sum of RGB (Red+Green+Blue) = 240+209+218=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1DA is #0F2E25. Grayscale: #DBDBDB. Windows color (decimal): -994854 or 14340592. OLE color: 14340592.
HSL color Cylindrical-coordinate representation of color #F0D1DA: hue angle of 342.58º degrees, saturation: 0.51, 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 #F0D1DA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 218 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.06 |
| HSL | 342.58º | 0.51% | 0.88% | - |
| HSV(B) | 342.58º | 0.13% | 0.94% | - |
| XYZ | 71.39 | 69.19 | 75.92 | - |
| YUV | 219.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 218 | 0 | 0.13 | 0.09 | 0.06 | 342.58 | 0.51 | 0.88 |
| Hex | F0 | D1 | DA | 0 | D | 9 | 6 | 157 | 33 | 58 |
| Octal | 360 | 321 | 332 | 0 | 15 | 11 | 6 | 527 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11011010 | 0 | 1101 | 1001 | 110 | 101010111 | 110011 | 1011000 |
Color Harmonies of #F0D1DA
Complementary color
Monochromatic Colors of #F0D1DA
Black with #F0D1DA
Text Example
Text Example
White with #F0D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1DA; }
p { color: rgb(240,209,218); }
H1.HeaderClassName
{
color: #F0D1DA;
}
.AnyTagClassName
{
color: #F0D1DA;
}
</style>
background-color css
<style>
a { background-color: #F0D1DA; }
a { background-color: rgb(240,209,218); }
div.DivClassName
{
background-color: #F0D1DA;
}
.BgClassName
{
background-color: #F0D1DA;
}
</style>
border-color css
<style>
span { border-color: #F0D1DA; }
span { border-color: rgb(240,209,218); }
td.TdClassName
{
border-color: #F0D1DA;
}
.TagClassName
{
border-color: #F0D1DA;
}
</style>