Shades of Pink Lace #F7CFDB
Tints of Pink Lace #F7CFDB
RGB
CMYK
RGB Variations
Color information
#F7CFDB (or 0xF7CFDB) is known color: Pink Lace. HEX triplet: F7, CF and DB. RGB value is (247,207,219). Sum of RGB (Red+Green+Blue) = 247+207+219=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFDB is #083024. Grayscale: #DCDCDC. Windows color (decimal): -536613 or 14405623. OLE color: 14405623.
HSL color Cylindrical-coordinate representation of color #F7CFDB: hue angle of 342º 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 #F7CFDB is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 219 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.03 |
| HSL | 342º | 0.71% | 0.89% | - |
| HSV(B) | 342º | 0.16% | 0.97% | - |
| XYZ | 73.46 | 69.51 | 76.56 | - |
| YUV | 220.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 219 | 0 | 0.16 | 0.11 | 0.03 | 342 | 0.71 | 0.89 |
| Hex | F7 | CF | DB | 0 | 10 | B | 3 | 156 | 47 | 59 |
| Octal | 367 | 317 | 333 | 0 | 20 | 13 | 3 | 526 | 107 | 131 |
| Binary | 11110111 | 11001111 | 11011011 | 0 | 10000 | 1011 | 11 | 101010110 | 1000111 | 1011001 |
Color Harmonies of #F7CFDB
Complementary color
Monochromatic Colors of #F7CFDB
Black with #F7CFDB
Text Example
Text Example
White with #F7CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFDB; }
p { color: rgb(247,207,219); }
H1.HeaderClassName
{
color: #F7CFDB;
}
.AnyTagClassName
{
color: #F7CFDB;
}
</style>
background-color css
<style>
a { background-color: #F7CFDB; }
a { background-color: rgb(247,207,219); }
div.DivClassName
{
background-color: #F7CFDB;
}
.BgClassName
{
background-color: #F7CFDB;
}
</style>
border-color css
<style>
span { border-color: #F7CFDB; }
span { border-color: rgb(247,207,219); }
td.TdClassName
{
border-color: #F7CFDB;
}
.TagClassName
{
border-color: #F7CFDB;
}
</style>