Shades of Pink Lace #F2CBCF
Tints of Pink Lace #F2CBCF
RGB
CMYK
RGB Variations
Color information
#F2CBCF (or 0xF2CBCF) is known color: Pink Lace. HEX triplet: F2, CB and CF. RGB value is (242,203,207). Sum of RGB (Red+Green+Blue) = 242+203+207=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBCF is #0D3430. Grayscale: #D7D7D7. Windows color (decimal): -865329 or 13618162. OLE color: 13618162.
HSL color Cylindrical-coordinate representation of color #F2CBCF: hue angle of 353.85º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CBCF is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 207 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.05 |
| HSL | 353.85º | 0.6% | 0.87% | - |
| HSV(B) | 353.85º | 0.16% | 0.95% | - |
| XYZ | 69.24 | 66.09 | 68.14 | - |
| YUV | 215.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 207 | 0 | 0.16 | 0.14 | 0.05 | 353.85 | 0.6 | 0.87 |
| Hex | F2 | CB | CF | 0 | 10 | E | 5 | 162 | 3C | 57 |
| Octal | 362 | 313 | 317 | 0 | 20 | 16 | 5 | 542 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11001111 | 0 | 10000 | 1110 | 101 | 101100010 | 111100 | 1010111 |
Color Harmonies of #F2CBCF
Complementary color
Monochromatic Colors of #F2CBCF
Black with #F2CBCF
Text Example
Text Example
White with #F2CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBCF; }
p { color: rgb(242,203,207); }
H1.HeaderClassName
{
color: #F2CBCF;
}
.AnyTagClassName
{
color: #F2CBCF;
}
</style>
background-color css
<style>
a { background-color: #F2CBCF; }
a { background-color: rgb(242,203,207); }
div.DivClassName
{
background-color: #F2CBCF;
}
.BgClassName
{
background-color: #F2CBCF;
}
</style>
border-color css
<style>
span { border-color: #F2CBCF; }
span { border-color: rgb(242,203,207); }
td.TdClassName
{
border-color: #F2CBCF;
}
.TagClassName
{
border-color: #F2CBCF;
}
</style>