Shades of Pink Lace #F7C9D8
Tints of Pink Lace #F7C9D8
RGB
CMYK
RGB Variations
Color information
#F7C9D8 (or 0xF7C9D8) is known color: Pink Lace. HEX triplet: F7, C9 and D8. RGB value is (247,201,216). Sum of RGB (Red+Green+Blue) = 247+201+216=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C9D8 is #083627. Grayscale: #D8D8D8. Windows color (decimal): -538152 or 14207479. OLE color: 14207479.
HSL color Cylindrical-coordinate representation of color #F7C9D8: hue angle of 340.43º 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 #F7C9D8 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 201 | 216 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.03 |
| HSL | 340.43º | 0.74% | 0.88% | - |
| HSV(B) | 340.43º | 0.19% | 0.97% | - |
| XYZ | 71.64 | 66.51 | 74.03 | - |
| YUV | 216.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 201 | 216 | 0 | 0.19 | 0.13 | 0.03 | 340.43 | 0.74 | 0.88 |
| Hex | F7 | C9 | D8 | 0 | 13 | D | 3 | 154 | 4A | 58 |
| Octal | 367 | 311 | 330 | 0 | 23 | 15 | 3 | 524 | 112 | 130 |
| Binary | 11110111 | 11001001 | 11011000 | 0 | 10011 | 1101 | 11 | 101010100 | 1001010 | 1011000 |
Color Harmonies of #F7C9D8
Complementary color
Monochromatic Colors of #F7C9D8
Black with #F7C9D8
Text Example
Text Example
White with #F7C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C9D8; }
p { color: rgb(247,201,216); }
H1.HeaderClassName
{
color: #F7C9D8;
}
.AnyTagClassName
{
color: #F7C9D8;
}
</style>
background-color css
<style>
a { background-color: #F7C9D8; }
a { background-color: rgb(247,201,216); }
div.DivClassName
{
background-color: #F7C9D8;
}
.BgClassName
{
background-color: #F7C9D8;
}
</style>
border-color css
<style>
span { border-color: #F7C9D8; }
span { border-color: rgb(247,201,216); }
td.TdClassName
{
border-color: #F7C9D8;
}
.TagClassName
{
border-color: #F7C9D8;
}
</style>