Shades of Pink Lace #F7CFDA
Tints of Pink Lace #F7CFDA
RGB
CMYK
RGB Variations
Color information
#F7CFDA (or 0xF7CFDA) is known color: Pink Lace. HEX triplet: F7, CF and DA. RGB value is (247,207,218). Sum of RGB (Red+Green+Blue) = 247+207+218=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFDA is #083025. Grayscale: #DCDCDC. Windows color (decimal): -536614 or 14340087. OLE color: 14340087.
HSL color Cylindrical-coordinate representation of color #F7CFDA: hue angle of 343.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7CFDA is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 218 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.03 |
| HSL | 343.5º | 0.71% | 0.89% | - |
| HSV(B) | 343.5º | 0.16% | 0.97% | - |
| XYZ | 73.33 | 69.46 | 75.87 | - |
| YUV | 220.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 218 | 0 | 0.16 | 0.12 | 0.03 | 343.5 | 0.71 | 0.89 |
| Hex | F7 | CF | DA | 0 | 10 | C | 3 | 158 | 47 | 59 |
| Octal | 367 | 317 | 332 | 0 | 20 | 14 | 3 | 530 | 107 | 131 |
| Binary | 11110111 | 11001111 | 11011010 | 0 | 10000 | 1100 | 11 | 101011000 | 1000111 | 1011001 |
Color Harmonies of #F7CFDA
Complementary color
Monochromatic Colors of #F7CFDA
Black with #F7CFDA
Text Example
Text Example
White with #F7CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFDA; }
p { color: rgb(247,207,218); }
H1.HeaderClassName
{
color: #F7CFDA;
}
.AnyTagClassName
{
color: #F7CFDA;
}
</style>
background-color css
<style>
a { background-color: #F7CFDA; }
a { background-color: rgb(247,207,218); }
div.DivClassName
{
background-color: #F7CFDA;
}
.BgClassName
{
background-color: #F7CFDA;
}
</style>
border-color css
<style>
span { border-color: #F7CFDA; }
span { border-color: rgb(247,207,218); }
td.TdClassName
{
border-color: #F7CFDA;
}
.TagClassName
{
border-color: #F7CFDA;
}
</style>