Shades of Pink Lace #F7CCD9
Tints of Pink Lace #F7CCD9
RGB
CMYK
RGB Variations
Color information
#F7CCD9 (or 0xF7CCD9) is known color: Pink Lace. HEX triplet: F7, CC and D9. RGB value is (247,204,217). Sum of RGB (Red+Green+Blue) = 247+204+217=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCD9 is #083326. Grayscale: #DADADA. Windows color (decimal): -537383 or 14273783. OLE color: 14273783.
HSL color Cylindrical-coordinate representation of color #F7CCD9: hue angle of 341.86º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CCD9 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 217 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.03 |
| HSL | 341.86º | 0.73% | 0.88% | - |
| HSV(B) | 341.86º | 0.17% | 0.97% | - |
| XYZ | 72.48 | 67.97 | 74.95 | - |
| YUV | 218.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 217 | 0 | 0.17 | 0.12 | 0.03 | 341.86 | 0.73 | 0.88 |
| Hex | F7 | CC | D9 | 0 | 11 | C | 3 | 156 | 49 | 58 |
| Octal | 367 | 314 | 331 | 0 | 21 | 14 | 3 | 526 | 111 | 130 |
| Binary | 11110111 | 11001100 | 11011001 | 0 | 10001 | 1100 | 11 | 101010110 | 1001001 | 1011000 |
Color Harmonies of #F7CCD9
Complementary color
Monochromatic Colors of #F7CCD9
Black with #F7CCD9
Text Example
Text Example
White with #F7CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCD9; }
p { color: rgb(247,204,217); }
H1.HeaderClassName
{
color: #F7CCD9;
}
.AnyTagClassName
{
color: #F7CCD9;
}
</style>
background-color css
<style>
a { background-color: #F7CCD9; }
a { background-color: rgb(247,204,217); }
div.DivClassName
{
background-color: #F7CCD9;
}
.BgClassName
{
background-color: #F7CCD9;
}
</style>
border-color css
<style>
span { border-color: #F7CCD9; }
span { border-color: rgb(247,204,217); }
td.TdClassName
{
border-color: #F7CCD9;
}
.TagClassName
{
border-color: #F7CCD9;
}
</style>