Shades of Pink Lace #F7CCDB
Tints of Pink Lace #F7CCDB
RGB
CMYK
RGB Variations
Color information
#F7CCDB (or 0xF7CCDB) is known color: Pink Lace. HEX triplet: F7, CC and DB. RGB value is (247,204,219). Sum of RGB (Red+Green+Blue) = 247+204+219=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCDB is #083324. Grayscale: #DADADA. Windows color (decimal): -537381 or 14404855. OLE color: 14404855.
HSL color Cylindrical-coordinate representation of color #F7CCDB: hue angle of 339.07º 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 #F7CCDB is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 219 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.03 |
| HSL | 339.07º | 0.73% | 0.88% | - |
| HSV(B) | 339.07º | 0.17% | 0.97% | - |
| XYZ | 72.74 | 68.07 | 76.32 | - |
| YUV | 218.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 219 | 0 | 0.17 | 0.11 | 0.03 | 339.07 | 0.73 | 0.88 |
| Hex | F7 | CC | DB | 0 | 11 | B | 3 | 153 | 49 | 58 |
| Octal | 367 | 314 | 333 | 0 | 21 | 13 | 3 | 523 | 111 | 130 |
| Binary | 11110111 | 11001100 | 11011011 | 0 | 10001 | 1011 | 11 | 101010011 | 1001001 | 1011000 |
Color Harmonies of #F7CCDB
Complementary color
Monochromatic Colors of #F7CCDB
Black with #F7CCDB
Text Example
Text Example
White with #F7CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCDB; }
p { color: rgb(247,204,219); }
H1.HeaderClassName
{
color: #F7CCDB;
}
.AnyTagClassName
{
color: #F7CCDB;
}
</style>
background-color css
<style>
a { background-color: #F7CCDB; }
a { background-color: rgb(247,204,219); }
div.DivClassName
{
background-color: #F7CCDB;
}
.BgClassName
{
background-color: #F7CCDB;
}
</style>
border-color css
<style>
span { border-color: #F7CCDB; }
span { border-color: rgb(247,204,219); }
td.TdClassName
{
border-color: #F7CCDB;
}
.TagClassName
{
border-color: #F7CCDB;
}
</style>