Shades of Pink Lace #F2CFD9
Tints of Pink Lace #F2CFD9
RGB
CMYK
RGB Variations
Color information
#F2CFD9 (or 0xF2CFD9) is known color: Pink Lace. HEX triplet: F2, CF and D9. RGB value is (242,207,217). Sum of RGB (Red+Green+Blue) = 242+207+217=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFD9 is #0D3026. Grayscale: #DADADA. Windows color (decimal): -864295 or 14274546. OLE color: 14274546.
HSL color Cylindrical-coordinate representation of color #F2CFD9: hue angle of 342.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFD9 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 217 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.05 |
| HSL | 342.86º | 0.57% | 0.88% | - |
| HSV(B) | 342.86º | 0.14% | 0.95% | - |
| XYZ | 71.46 | 68.51 | 75.1 | - |
| YUV | 218.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 217 | 0 | 0.14 | 0.10 | 0.05 | 342.86 | 0.57 | 0.88 |
| Hex | F2 | CF | D9 | 0 | E | A | 5 | 157 | 39 | 58 |
| Octal | 362 | 317 | 331 | 0 | 16 | 12 | 5 | 527 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11011001 | 0 | 1110 | 1010 | 101 | 101010111 | 111001 | 1011000 |
Color Harmonies of #F2CFD9
Complementary color
Monochromatic Colors of #F2CFD9
Black with #F2CFD9
Text Example
Text Example
White with #F2CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFD9; }
p { color: rgb(242,207,217); }
H1.HeaderClassName
{
color: #F2CFD9;
}
.AnyTagClassName
{
color: #F2CFD9;
}
</style>
background-color css
<style>
a { background-color: #F2CFD9; }
a { background-color: rgb(242,207,217); }
div.DivClassName
{
background-color: #F2CFD9;
}
.BgClassName
{
background-color: #F2CFD9;
}
</style>
border-color css
<style>
span { border-color: #F2CFD9; }
span { border-color: rgb(242,207,217); }
td.TdClassName
{
border-color: #F2CFD9;
}
.TagClassName
{
border-color: #F2CFD9;
}
</style>