Shades of Pink Lace #F2CED6
Tints of Pink Lace #F2CED6
RGB
CMYK
RGB Variations
Color information
#F2CED6 (or 0xF2CED6) is known color: Pink Lace. HEX triplet: F2, CE and D6. RGB value is (242,206,214). Sum of RGB (Red+Green+Blue) = 242+206+214=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CED6 is #0D3129. Grayscale: #D9D9D9. Windows color (decimal): -864554 or 14077682. OLE color: 14077682.
HSL color Cylindrical-coordinate representation of color #F2CED6: hue angle of 346.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CED6 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 214 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.05 |
| HSL | 346.67º | 0.58% | 0.88% | - |
| HSV(B) | 346.67º | 0.15% | 0.95% | - |
| XYZ | 70.83 | 67.87 | 72.99 | - |
| YUV | 217.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 214 | 0 | 0.15 | 0.12 | 0.05 | 346.67 | 0.58 | 0.88 |
| Hex | F2 | CE | D6 | 0 | F | C | 5 | 15B | 3A | 58 |
| Octal | 362 | 316 | 326 | 0 | 17 | 14 | 5 | 533 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11010110 | 0 | 1111 | 1100 | 101 | 101011011 | 111010 | 1011000 |
Color Harmonies of #F2CED6
Complementary color
Monochromatic Colors of #F2CED6
Black with #F2CED6
Text Example
Text Example
White with #F2CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CED6; }
p { color: rgb(242,206,214); }
H1.HeaderClassName
{
color: #F2CED6;
}
.AnyTagClassName
{
color: #F2CED6;
}
</style>
background-color css
<style>
a { background-color: #F2CED6; }
a { background-color: rgb(242,206,214); }
div.DivClassName
{
background-color: #F2CED6;
}
.BgClassName
{
background-color: #F2CED6;
}
</style>
border-color css
<style>
span { border-color: #F2CED6; }
span { border-color: rgb(242,206,214); }
td.TdClassName
{
border-color: #F2CED6;
}
.TagClassName
{
border-color: #F2CED6;
}
</style>