Shades of Pink Lace #F7C9D6
Tints of Pink Lace #F7C9D6
RGB
CMYK
RGB Variations
Color information
#F7C9D6 (or 0xF7C9D6) is known color: Pink Lace. HEX triplet: F7, C9 and D6. RGB value is (247,201,214). Sum of RGB (Red+Green+Blue) = 247+201+214=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C9D6 is #083629. Grayscale: #D8D8D8. Windows color (decimal): -538154 or 14076407. OLE color: 14076407.
HSL color Cylindrical-coordinate representation of color #F7C9D6: hue angle of 343.04º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7C9D6 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 201 | 214 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.03 |
| HSL | 343.04º | 0.74% | 0.88% | - |
| HSV(B) | 343.04º | 0.19% | 0.97% | - |
| XYZ | 71.38 | 66.4 | 72.67 | - |
| YUV | 216.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 201 | 214 | 0 | 0.19 | 0.13 | 0.03 | 343.04 | 0.74 | 0.88 |
| Hex | F7 | C9 | D6 | 0 | 13 | D | 3 | 157 | 4A | 58 |
| Octal | 367 | 311 | 326 | 0 | 23 | 15 | 3 | 527 | 112 | 130 |
| Binary | 11110111 | 11001001 | 11010110 | 0 | 10011 | 1101 | 11 | 101010111 | 1001010 | 1011000 |
Color Harmonies of #F7C9D6
Complementary color
Monochromatic Colors of #F7C9D6
Black with #F7C9D6
Text Example
Text Example
White with #F7C9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C9D6; }
p { color: rgb(247,201,214); }
H1.HeaderClassName
{
color: #F7C9D6;
}
.AnyTagClassName
{
color: #F7C9D6;
}
</style>
background-color css
<style>
a { background-color: #F7C9D6; }
a { background-color: rgb(247,201,214); }
div.DivClassName
{
background-color: #F7C9D6;
}
.BgClassName
{
background-color: #F7C9D6;
}
</style>
border-color css
<style>
span { border-color: #F7C9D6; }
span { border-color: rgb(247,201,214); }
td.TdClassName
{
border-color: #F7C9D6;
}
.TagClassName
{
border-color: #F7C9D6;
}
</style>