Shades of Pink Lace #F2CFDA
Tints of Pink Lace #F2CFDA
RGB
CMYK
RGB Variations
Color information
#F2CFDA (or 0xF2CFDA) is known color: Pink Lace. HEX triplet: F2, CF and DA. RGB value is (242,207,218). Sum of RGB (Red+Green+Blue) = 242+207+218=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFDA is #0D3025. Grayscale: #DADADA. Windows color (decimal): -864294 or 14340082. OLE color: 14340082.
HSL color Cylindrical-coordinate representation of color #F2CFDA: hue angle of 341.14º 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 #F2CFDA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 218 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.05 |
| HSL | 341.14º | 0.57% | 0.88% | - |
| HSV(B) | 341.14º | 0.14% | 0.95% | - |
| XYZ | 71.59 | 68.56 | 75.79 | - |
| YUV | 218.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 218 | 0 | 0.14 | 0.10 | 0.05 | 341.14 | 0.57 | 0.88 |
| Hex | F2 | CF | DA | 0 | E | A | 5 | 155 | 39 | 58 |
| Octal | 362 | 317 | 332 | 0 | 16 | 12 | 5 | 525 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11011010 | 0 | 1110 | 1010 | 101 | 101010101 | 111001 | 1011000 |
Color Harmonies of #F2CFDA
Complementary color
Monochromatic Colors of #F2CFDA
Black with #F2CFDA
Text Example
Text Example
White with #F2CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFDA; }
p { color: rgb(242,207,218); }
H1.HeaderClassName
{
color: #F2CFDA;
}
.AnyTagClassName
{
color: #F2CFDA;
}
</style>
background-color css
<style>
a { background-color: #F2CFDA; }
a { background-color: rgb(242,207,218); }
div.DivClassName
{
background-color: #F2CFDA;
}
.BgClassName
{
background-color: #F2CFDA;
}
</style>
border-color css
<style>
span { border-color: #F2CFDA; }
span { border-color: rgb(242,207,218); }
td.TdClassName
{
border-color: #F2CFDA;
}
.TagClassName
{
border-color: #F2CFDA;
}
</style>