Shades of Pink Lace #F2D0D7
Tints of Pink Lace #F2D0D7
RGB
CMYK
RGB Variations
Color information
#F2D0D7 (or 0xF2D0D7) is known color: Pink Lace. HEX triplet: F2, D0 and D7. RGB value is (242,208,215). Sum of RGB (Red+Green+Blue) = 242+208+215=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 215 (84.38% from 255 or 32.33% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0D7 is #0D2F28. Grayscale: #DADADA. Windows color (decimal): -864041 or 14143730. OLE color: 14143730.
HSL color Cylindrical-coordinate representation of color #F2D0D7: hue angle of 347.65º 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 #F2D0D7 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 215 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.05 |
| HSL | 347.65º | 0.57% | 0.88% | - |
| HSV(B) | 347.65º | 0.14% | 0.95% | - |
| XYZ | 71.44 | 68.9 | 73.82 | - |
| YUV | 218.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 215 | 0 | 0.14 | 0.11 | 0.05 | 347.65 | 0.57 | 0.88 |
| Hex | F2 | D0 | D7 | 0 | E | B | 5 | 15C | 39 | 58 |
| Octal | 362 | 320 | 327 | 0 | 16 | 13 | 5 | 534 | 71 | 130 |
| Binary | 11110010 | 11010000 | 11010111 | 0 | 1110 | 1011 | 101 | 101011100 | 111001 | 1011000 |
Color Harmonies of #F2D0D7
Complementary color
Monochromatic Colors of #F2D0D7
Black with #F2D0D7
Text Example
Text Example
White with #F2D0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0D7; }
p { color: rgb(242,208,215); }
H1.HeaderClassName
{
color: #F2D0D7;
}
.AnyTagClassName
{
color: #F2D0D7;
}
</style>
background-color css
<style>
a { background-color: #F2D0D7; }
a { background-color: rgb(242,208,215); }
div.DivClassName
{
background-color: #F2D0D7;
}
.BgClassName
{
background-color: #F2D0D7;
}
</style>
border-color css
<style>
span { border-color: #F2D0D7; }
span { border-color: rgb(242,208,215); }
td.TdClassName
{
border-color: #F2D0D7;
}
.TagClassName
{
border-color: #F2D0D7;
}
</style>