Shades of Pink Lace #F2C9D2
Tints of Pink Lace #F2C9D2
RGB
CMYK
RGB Variations
Color information
#F2C9D2 (or 0xF2C9D2) is known color: Pink Lace. HEX triplet: F2, C9 and D2. RGB value is (242,201,210). Sum of RGB (Red+Green+Blue) = 242+201+210=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9D2 is #0D362D. Grayscale: #D6D6D6. Windows color (decimal): -865838 or 13814258. OLE color: 13814258.
HSL color Cylindrical-coordinate representation of color #F2C9D2: hue angle of 346.83º degrees, saturation: 0.61, 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 #F2C9D2 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 210 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.05 |
| HSL | 346.83º | 0.61% | 0.87% | - |
| HSV(B) | 346.83º | 0.17% | 0.95% | - |
| XYZ | 69.14 | 65.3 | 69.93 | - |
| YUV | 214.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 210 | 0 | 0.17 | 0.13 | 0.05 | 346.83 | 0.61 | 0.87 |
| Hex | F2 | C9 | D2 | 0 | 11 | D | 5 | 15B | 3D | 57 |
| Octal | 362 | 311 | 322 | 0 | 21 | 15 | 5 | 533 | 75 | 127 |
| Binary | 11110010 | 11001001 | 11010010 | 0 | 10001 | 1101 | 101 | 101011011 | 111101 | 1010111 |
Color Harmonies of #F2C9D2
Complementary color
Monochromatic Colors of #F2C9D2
Black with #F2C9D2
Text Example
Text Example
White with #F2C9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9D2; }
p { color: rgb(242,201,210); }
H1.HeaderClassName
{
color: #F2C9D2;
}
.AnyTagClassName
{
color: #F2C9D2;
}
</style>
background-color css
<style>
a { background-color: #F2C9D2; }
a { background-color: rgb(242,201,210); }
div.DivClassName
{
background-color: #F2C9D2;
}
.BgClassName
{
background-color: #F2C9D2;
}
</style>
border-color css
<style>
span { border-color: #F2C9D2; }
span { border-color: rgb(242,201,210); }
td.TdClassName
{
border-color: #F2C9D2;
}
.TagClassName
{
border-color: #F2C9D2;
}
</style>