Shades of Pink Lace #F2CCD9
Tints of Pink Lace #F2CCD9
RGB
CMYK
RGB Variations
Color information
#F2CCD9 (or 0xF2CCD9) is known color: Pink Lace. HEX triplet: F2, CC and D9. RGB value is (242,204,217). Sum of RGB (Red+Green+Blue) = 242+204+217=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCD9 is #0D3326. Grayscale: #D8D8D8. Windows color (decimal): -865063 or 14273778. OLE color: 14273778.
HSL color Cylindrical-coordinate representation of color #F2CCD9: hue angle of 339.47º 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 #F2CCD9 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 217 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.05 |
| HSL | 339.47º | 0.59% | 0.87% | - |
| HSV(B) | 339.47º | 0.16% | 0.95% | - |
| XYZ | 70.74 | 67.07 | 74.86 | - |
| YUV | 216.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 217 | 0 | 0.16 | 0.10 | 0.05 | 339.47 | 0.59 | 0.87 |
| Hex | F2 | CC | D9 | 0 | 10 | A | 5 | 153 | 3B | 57 |
| Octal | 362 | 314 | 331 | 0 | 20 | 12 | 5 | 523 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11011001 | 0 | 10000 | 1010 | 101 | 101010011 | 111011 | 1010111 |
Color Harmonies of #F2CCD9
Complementary color
Monochromatic Colors of #F2CCD9
Black with #F2CCD9
Text Example
Text Example
White with #F2CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCD9; }
p { color: rgb(242,204,217); }
H1.HeaderClassName
{
color: #F2CCD9;
}
.AnyTagClassName
{
color: #F2CCD9;
}
</style>
background-color css
<style>
a { background-color: #F2CCD9; }
a { background-color: rgb(242,204,217); }
div.DivClassName
{
background-color: #F2CCD9;
}
.BgClassName
{
background-color: #F2CCD9;
}
</style>
border-color css
<style>
span { border-color: #F2CCD9; }
span { border-color: rgb(242,204,217); }
td.TdClassName
{
border-color: #F2CCD9;
}
.TagClassName
{
border-color: #F2CCD9;
}
</style>