Shades of Pink Lace #F0D1D9
Tints of Pink Lace #F0D1D9
RGB
CMYK
RGB Variations
Color information
#F0D1D9 (or 0xF0D1D9) is known color: Pink Lace. HEX triplet: F0, D1 and D9. RGB value is (240,209,217). Sum of RGB (Red+Green+Blue) = 240+209+217=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1D9 is #0F2E26. Grayscale: #DBDBDB. Windows color (decimal): -994855 or 14275056. OLE color: 14275056.
HSL color Cylindrical-coordinate representation of color #F0D1D9: hue angle of 344.52º 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 #F0D1D9 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 217 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.06 |
| HSL | 344.52º | 0.51% | 0.88% | - |
| HSV(B) | 344.52º | 0.13% | 0.94% | - |
| XYZ | 71.26 | 69.14 | 75.23 | - |
| YUV | 219.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 217 | 0 | 0.13 | 0.10 | 0.06 | 344.52 | 0.51 | 0.88 |
| Hex | F0 | D1 | D9 | 0 | D | A | 6 | 159 | 33 | 58 |
| Octal | 360 | 321 | 331 | 0 | 15 | 12 | 6 | 531 | 63 | 130 |
| Binary | 11110000 | 11010001 | 11011001 | 0 | 1101 | 1010 | 110 | 101011001 | 110011 | 1011000 |
Color Harmonies of #F0D1D9
Complementary color
Monochromatic Colors of #F0D1D9
Black with #F0D1D9
Text Example
Text Example
White with #F0D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1D9; }
p { color: rgb(240,209,217); }
H1.HeaderClassName
{
color: #F0D1D9;
}
.AnyTagClassName
{
color: #F0D1D9;
}
</style>
background-color css
<style>
a { background-color: #F0D1D9; }
a { background-color: rgb(240,209,217); }
div.DivClassName
{
background-color: #F0D1D9;
}
.BgClassName
{
background-color: #F0D1D9;
}
</style>
border-color css
<style>
span { border-color: #F0D1D9; }
span { border-color: rgb(240,209,217); }
td.TdClassName
{
border-color: #F0D1D9;
}
.TagClassName
{
border-color: #F0D1D9;
}
</style>