Shades of Pink Lace #F2CFD7
Tints of Pink Lace #F2CFD7
RGB
CMYK
RGB Variations
Color information
#F2CFD7 (or 0xF2CFD7) is known color: Pink Lace. HEX triplet: F2, CF and D7. RGB value is (242,207,215). Sum of RGB (Red+Green+Blue) = 242+207+215=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFD7 is #0D3028. Grayscale: #DADADA. Windows color (decimal): -864297 or 14143474. OLE color: 14143474.
HSL color Cylindrical-coordinate representation of color #F2CFD7: hue angle of 346.29º 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 #F2CFD7 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 215 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.05 |
| HSL | 346.29º | 0.57% | 0.88% | - |
| HSV(B) | 346.29º | 0.14% | 0.95% | - |
| XYZ | 71.2 | 68.41 | 73.74 | - |
| YUV | 218.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 215 | 0 | 0.14 | 0.11 | 0.05 | 346.29 | 0.57 | 0.88 |
| Hex | F2 | CF | D7 | 0 | E | B | 5 | 15A | 39 | 58 |
| Octal | 362 | 317 | 327 | 0 | 16 | 13 | 5 | 532 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11010111 | 0 | 1110 | 1011 | 101 | 101011010 | 111001 | 1011000 |
Color Harmonies of #F2CFD7
Complementary color
Monochromatic Colors of #F2CFD7
Black with #F2CFD7
Text Example
Text Example
White with #F2CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFD7; }
p { color: rgb(242,207,215); }
H1.HeaderClassName
{
color: #F2CFD7;
}
.AnyTagClassName
{
color: #F2CFD7;
}
</style>
background-color css
<style>
a { background-color: #F2CFD7; }
a { background-color: rgb(242,207,215); }
div.DivClassName
{
background-color: #F2CFD7;
}
.BgClassName
{
background-color: #F2CFD7;
}
</style>
border-color css
<style>
span { border-color: #F2CFD7; }
span { border-color: rgb(242,207,215); }
td.TdClassName
{
border-color: #F2CFD7;
}
.TagClassName
{
border-color: #F2CFD7;
}
</style>