Shades of Pink Lace #F7CCD4
Tints of Pink Lace #F7CCD4
RGB
CMYK
RGB Variations
Color information
#F7CCD4 (or 0xF7CCD4) is known color: Pink Lace. HEX triplet: F7, CC and D4. RGB value is (247,204,212). Sum of RGB (Red+Green+Blue) = 247+204+212=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCD4 is #08332B. Grayscale: #D9D9D9. Windows color (decimal): -537388 or 13946103. OLE color: 13946103.
HSL color Cylindrical-coordinate representation of color #F7CCD4: hue angle of 348.84º 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 #F7CCD4 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 212 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.03 |
| HSL | 348.84º | 0.73% | 0.88% | - |
| HSV(B) | 348.84º | 0.17% | 0.97% | - |
| XYZ | 71.83 | 67.71 | 71.57 | - |
| YUV | 217.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 212 | 0 | 0.17 | 0.14 | 0.03 | 348.84 | 0.73 | 0.88 |
| Hex | F7 | CC | D4 | 0 | 11 | E | 3 | 15D | 49 | 58 |
| Octal | 367 | 314 | 324 | 0 | 21 | 16 | 3 | 535 | 111 | 130 |
| Binary | 11110111 | 11001100 | 11010100 | 0 | 10001 | 1110 | 11 | 101011101 | 1001001 | 1011000 |
Color Harmonies of #F7CCD4
Complementary color
Monochromatic Colors of #F7CCD4
Black with #F7CCD4
Text Example
Text Example
White with #F7CCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCD4; }
p { color: rgb(247,204,212); }
H1.HeaderClassName
{
color: #F7CCD4;
}
.AnyTagClassName
{
color: #F7CCD4;
}
</style>
background-color css
<style>
a { background-color: #F7CCD4; }
a { background-color: rgb(247,204,212); }
div.DivClassName
{
background-color: #F7CCD4;
}
.BgClassName
{
background-color: #F7CCD4;
}
</style>
border-color css
<style>
span { border-color: #F7CCD4; }
span { border-color: rgb(247,204,212); }
td.TdClassName
{
border-color: #F7CCD4;
}
.TagClassName
{
border-color: #F7CCD4;
}
</style>