Shades of Pink Lace #F2C8CE
Tints of Pink Lace #F2C8CE
RGB
CMYK
RGB Variations
Color information
#F2C8CE (or 0xF2C8CE) is known color: Pink Lace. HEX triplet: F2, C8 and CE. RGB value is (242,200,206). Sum of RGB (Red+Green+Blue) = 242+200+206=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8CE is #0D3731. Grayscale: #D5D5D5. Windows color (decimal): -866098 or 13551858. OLE color: 13551858.
HSL color Cylindrical-coordinate representation of color #F2C8CE: hue angle of 351.43º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C8CE is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 206 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.05 |
| HSL | 351.43º | 0.62% | 0.87% | - |
| HSV(B) | 351.43º | 0.17% | 0.95% | - |
| XYZ | 68.41 | 64.64 | 67.26 | - |
| YUV | 213.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 206 | 0 | 0.17 | 0.15 | 0.05 | 351.43 | 0.62 | 0.87 |
| Hex | F2 | C8 | CE | 0 | 11 | F | 5 | 15F | 3E | 57 |
| Octal | 362 | 310 | 316 | 0 | 21 | 17 | 5 | 537 | 76 | 127 |
| Binary | 11110010 | 11001000 | 11001110 | 0 | 10001 | 1111 | 101 | 101011111 | 111110 | 1010111 |
Color Harmonies of #F2C8CE
Complementary color
Monochromatic Colors of #F2C8CE
Black with #F2C8CE
Text Example
Text Example
White with #F2C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8CE; }
p { color: rgb(242,200,206); }
H1.HeaderClassName
{
color: #F2C8CE;
}
.AnyTagClassName
{
color: #F2C8CE;
}
</style>
background-color css
<style>
a { background-color: #F2C8CE; }
a { background-color: rgb(242,200,206); }
div.DivClassName
{
background-color: #F2C8CE;
}
.BgClassName
{
background-color: #F2C8CE;
}
</style>
border-color css
<style>
span { border-color: #F2C8CE; }
span { border-color: rgb(242,200,206); }
td.TdClassName
{
border-color: #F2C8CE;
}
.TagClassName
{
border-color: #F2C8CE;
}
</style>