Shades of Pink Lace #F2CBD2
Tints of Pink Lace #F2CBD2
RGB
CMYK
RGB Variations
Color information
#F2CBD2 (or 0xF2CBD2) is known color: Pink Lace. HEX triplet: F2, CB and D2. RGB value is (242,203,210). Sum of RGB (Red+Green+Blue) = 242+203+210=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBD2 is #0D342D. Grayscale: #D7D7D7. Windows color (decimal): -865326 or 13814770. OLE color: 13814770.
HSL color Cylindrical-coordinate representation of color #F2CBD2: hue angle of 349.23º 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 #F2CBD2 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 210 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.05 |
| HSL | 349.23º | 0.6% | 0.87% | - |
| HSV(B) | 349.23º | 0.16% | 0.95% | - |
| XYZ | 69.61 | 66.24 | 70.09 | - |
| YUV | 215.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 210 | 0 | 0.16 | 0.13 | 0.05 | 349.23 | 0.6 | 0.87 |
| Hex | F2 | CB | D2 | 0 | 10 | D | 5 | 15D | 3C | 57 |
| Octal | 362 | 313 | 322 | 0 | 20 | 15 | 5 | 535 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11010010 | 0 | 10000 | 1101 | 101 | 101011101 | 111100 | 1010111 |
Color Harmonies of #F2CBD2
Complementary color
Monochromatic Colors of #F2CBD2
Black with #F2CBD2
Text Example
Text Example
White with #F2CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBD2; }
p { color: rgb(242,203,210); }
H1.HeaderClassName
{
color: #F2CBD2;
}
.AnyTagClassName
{
color: #F2CBD2;
}
</style>
background-color css
<style>
a { background-color: #F2CBD2; }
a { background-color: rgb(242,203,210); }
div.DivClassName
{
background-color: #F2CBD2;
}
.BgClassName
{
background-color: #F2CBD2;
}
</style>
border-color css
<style>
span { border-color: #F2CBD2; }
span { border-color: rgb(242,203,210); }
td.TdClassName
{
border-color: #F2CBD2;
}
.TagClassName
{
border-color: #F2CBD2;
}
</style>