Shades of Pink Lace #F2D0D8
Tints of Pink Lace #F2D0D8
RGB
CMYK
RGB Variations
Color information
#F2D0D8 (or 0xF2D0D8) is known color: Pink Lace. HEX triplet: F2, D0 and D8. RGB value is (242,208,216). Sum of RGB (Red+Green+Blue) = 242+208+216=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0D8 is #0D2F27. Grayscale: #DBDBDB. Windows color (decimal): -864040 or 14209266. OLE color: 14209266.
HSL color Cylindrical-coordinate representation of color #F2D0D8: hue angle of 345.88º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D0D8 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 216 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.05 |
| HSL | 345.88º | 0.57% | 0.88% | - |
| HSV(B) | 345.88º | 0.14% | 0.95% | - |
| XYZ | 71.57 | 68.95 | 74.5 | - |
| YUV | 219.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 216 | 0 | 0.14 | 0.11 | 0.05 | 345.88 | 0.57 | 0.88 |
| Hex | F2 | D0 | D8 | 0 | E | B | 5 | 15A | 39 | 58 |
| Octal | 362 | 320 | 330 | 0 | 16 | 13 | 5 | 532 | 71 | 130 |
| Binary | 11110010 | 11010000 | 11011000 | 0 | 1110 | 1011 | 101 | 101011010 | 111001 | 1011000 |
Color Harmonies of #F2D0D8
Complementary color
Monochromatic Colors of #F2D0D8
Black with #F2D0D8
Text Example
Text Example
White with #F2D0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0D8; }
p { color: rgb(242,208,216); }
H1.HeaderClassName
{
color: #F2D0D8;
}
.AnyTagClassName
{
color: #F2D0D8;
}
</style>
background-color css
<style>
a { background-color: #F2D0D8; }
a { background-color: rgb(242,208,216); }
div.DivClassName
{
background-color: #F2D0D8;
}
.BgClassName
{
background-color: #F2D0D8;
}
</style>
border-color css
<style>
span { border-color: #F2D0D8; }
span { border-color: rgb(242,208,216); }
td.TdClassName
{
border-color: #F2D0D8;
}
.TagClassName
{
border-color: #F2D0D8;
}
</style>