Shades of Pink Lace #F2CCD5
Tints of Pink Lace #F2CCD5
RGB
CMYK
RGB Variations
Color information
#F2CCD5 (or 0xF2CCD5) is known color: Pink Lace. HEX triplet: F2, CC and D5. RGB value is (242,204,213). Sum of RGB (Red+Green+Blue) = 242+204+213=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCD5 is #0D332A. Grayscale: #D8D8D8. Windows color (decimal): -865067 or 14011634. OLE color: 14011634.
HSL color Cylindrical-coordinate representation of color #F2CCD5: hue angle of 345.79º 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 #F2CCD5 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 213 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.05 |
| HSL | 345.79º | 0.59% | 0.87% | - |
| HSV(B) | 345.79º | 0.16% | 0.95% | - |
| XYZ | 70.22 | 66.87 | 72.16 | - |
| YUV | 216.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 213 | 0 | 0.16 | 0.12 | 0.05 | 345.79 | 0.59 | 0.87 |
| Hex | F2 | CC | D5 | 0 | 10 | C | 5 | 15A | 3B | 57 |
| Octal | 362 | 314 | 325 | 0 | 20 | 14 | 5 | 532 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11010101 | 0 | 10000 | 1100 | 101 | 101011010 | 111011 | 1010111 |
Color Harmonies of #F2CCD5
Complementary color
Monochromatic Colors of #F2CCD5
Black with #F2CCD5
Text Example
Text Example
White with #F2CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCD5; }
p { color: rgb(242,204,213); }
H1.HeaderClassName
{
color: #F2CCD5;
}
.AnyTagClassName
{
color: #F2CCD5;
}
</style>
background-color css
<style>
a { background-color: #F2CCD5; }
a { background-color: rgb(242,204,213); }
div.DivClassName
{
background-color: #F2CCD5;
}
.BgClassName
{
background-color: #F2CCD5;
}
</style>
border-color css
<style>
span { border-color: #F2CCD5; }
span { border-color: rgb(242,204,213); }
td.TdClassName
{
border-color: #F2CCD5;
}
.TagClassName
{
border-color: #F2CCD5;
}
</style>