Shades of Pink Lace #F2CBD0
Tints of Pink Lace #F2CBD0
RGB
CMYK
RGB Variations
Color information
#F2CBD0 (or 0xF2CBD0) is known color: Pink Lace. HEX triplet: F2, CB and D0. RGB value is (242,203,208). Sum of RGB (Red+Green+Blue) = 242+203+208=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBD0 is #0D342F. Grayscale: #D7D7D7. Windows color (decimal): -865328 or 13683698. OLE color: 13683698.
HSL color Cylindrical-coordinate representation of color #F2CBD0: hue angle of 352.31º 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 #F2CBD0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 208 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.05 |
| HSL | 352.31º | 0.6% | 0.87% | - |
| HSV(B) | 352.31º | 0.16% | 0.95% | - |
| XYZ | 69.36 | 66.14 | 68.79 | - |
| YUV | 215.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 208 | 0 | 0.16 | 0.14 | 0.05 | 352.31 | 0.6 | 0.87 |
| Hex | F2 | CB | D0 | 0 | 10 | E | 5 | 160 | 3C | 57 |
| Octal | 362 | 313 | 320 | 0 | 20 | 16 | 5 | 540 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11010000 | 0 | 10000 | 1110 | 101 | 101100000 | 111100 | 1010111 |
Color Harmonies of #F2CBD0
Complementary color
Monochromatic Colors of #F2CBD0
Black with #F2CBD0
Text Example
Text Example
White with #F2CBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBD0; }
p { color: rgb(242,203,208); }
H1.HeaderClassName
{
color: #F2CBD0;
}
.AnyTagClassName
{
color: #F2CBD0;
}
</style>
background-color css
<style>
a { background-color: #F2CBD0; }
a { background-color: rgb(242,203,208); }
div.DivClassName
{
background-color: #F2CBD0;
}
.BgClassName
{
background-color: #F2CBD0;
}
</style>
border-color css
<style>
span { border-color: #F2CBD0; }
span { border-color: rgb(242,203,208); }
td.TdClassName
{
border-color: #F2CBD0;
}
.TagClassName
{
border-color: #F2CBD0;
}
</style>