Shades of Pink Lace #F7CCD2
Tints of Pink Lace #F7CCD2
RGB
CMYK
RGB Variations
Color information
#F7CCD2 (or 0xF7CCD2) is known color: Pink Lace. HEX triplet: F7, CC and D2. RGB value is (247,204,210). Sum of RGB (Red+Green+Blue) = 247+204+210=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCD2 is #08332D. Grayscale: #D9D9D9. Windows color (decimal): -537390 or 13815031. OLE color: 13815031.
HSL color Cylindrical-coordinate representation of color #F7CCD2: hue angle of 351.63º 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 #F7CCD2 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 210 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.03 |
| HSL | 351.63º | 0.73% | 0.88% | - |
| HSV(B) | 351.63º | 0.17% | 0.97% | - |
| XYZ | 71.58 | 67.61 | 70.25 | - |
| YUV | 217.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 210 | 0 | 0.17 | 0.15 | 0.03 | 351.63 | 0.73 | 0.88 |
| Hex | F7 | CC | D2 | 0 | 11 | F | 3 | 160 | 49 | 58 |
| Octal | 367 | 314 | 322 | 0 | 21 | 17 | 3 | 540 | 111 | 130 |
| Binary | 11110111 | 11001100 | 11010010 | 0 | 10001 | 1111 | 11 | 101100000 | 1001001 | 1011000 |
Color Harmonies of #F7CCD2
Complementary color
Monochromatic Colors of #F7CCD2
Black with #F7CCD2
Text Example
Text Example
White with #F7CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCD2; }
p { color: rgb(247,204,210); }
H1.HeaderClassName
{
color: #F7CCD2;
}
.AnyTagClassName
{
color: #F7CCD2;
}
</style>
background-color css
<style>
a { background-color: #F7CCD2; }
a { background-color: rgb(247,204,210); }
div.DivClassName
{
background-color: #F7CCD2;
}
.BgClassName
{
background-color: #F7CCD2;
}
</style>
border-color css
<style>
span { border-color: #F7CCD2; }
span { border-color: rgb(247,204,210); }
td.TdClassName
{
border-color: #F7CCD2;
}
.TagClassName
{
border-color: #F7CCD2;
}
</style>