Shades of Pink Lace #F2CCD2
Tints of Pink Lace #F2CCD2
RGB
CMYK
RGB Variations
Color information
#F2CCD2 (or 0xF2CCD2) is known color: Pink Lace. HEX triplet: F2, CC and D2. RGB value is (242,204,210). Sum of RGB (Red+Green+Blue) = 242+204+210=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCD2 is #0D332D. Grayscale: #D8D8D8. Windows color (decimal): -865070 or 13815026. OLE color: 13815026.
HSL color Cylindrical-coordinate representation of color #F2CCD2: hue angle of 350.53º degrees, saturation: 0.59, 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 #F2CCD2 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 210 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.05 |
| HSL | 350.53º | 0.59% | 0.87% | - |
| HSV(B) | 350.53º | 0.16% | 0.95% | - |
| XYZ | 69.84 | 66.72 | 70.17 | - |
| YUV | 216.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 210 | 0 | 0.16 | 0.13 | 0.05 | 350.53 | 0.59 | 0.87 |
| Hex | F2 | CC | D2 | 0 | 10 | D | 5 | 15F | 3B | 57 |
| Octal | 362 | 314 | 322 | 0 | 20 | 15 | 5 | 537 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11010010 | 0 | 10000 | 1101 | 101 | 101011111 | 111011 | 1010111 |
Color Harmonies of #F2CCD2
Complementary color
Monochromatic Colors of #F2CCD2
Black with #F2CCD2
Text Example
Text Example
White with #F2CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCD2; }
p { color: rgb(242,204,210); }
H1.HeaderClassName
{
color: #F2CCD2;
}
.AnyTagClassName
{
color: #F2CCD2;
}
</style>
background-color css
<style>
a { background-color: #F2CCD2; }
a { background-color: rgb(242,204,210); }
div.DivClassName
{
background-color: #F2CCD2;
}
.BgClassName
{
background-color: #F2CCD2;
}
</style>
border-color css
<style>
span { border-color: #F2CCD2; }
span { border-color: rgb(242,204,210); }
td.TdClassName
{
border-color: #F2CCD2;
}
.TagClassName
{
border-color: #F2CCD2;
}
</style>