Shades of Pink Lace #F7CEDB
Tints of Pink Lace #F7CEDB
RGB
CMYK
RGB Variations
Color information
#F7CEDB (or 0xF7CEDB) is known color: Pink Lace. HEX triplet: F7, CE and DB. RGB value is (247,206,219). Sum of RGB (Red+Green+Blue) = 247+206+219=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CEDB is #083124. Grayscale: #DBDBDB. Windows color (decimal): -536869 or 14405367. OLE color: 14405367.
HSL color Cylindrical-coordinate representation of color #F7CEDB: hue angle of 340.98º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CEDB is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 219 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.03 |
| HSL | 340.98º | 0.72% | 0.89% | - |
| HSV(B) | 340.98º | 0.17% | 0.97% | - |
| XYZ | 73.22 | 69.03 | 76.48 | - |
| YUV | 219.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 219 | 0 | 0.17 | 0.11 | 0.03 | 340.98 | 0.72 | 0.89 |
| Hex | F7 | CE | DB | 0 | 11 | B | 3 | 155 | 48 | 59 |
| Octal | 367 | 316 | 333 | 0 | 21 | 13 | 3 | 525 | 110 | 131 |
| Binary | 11110111 | 11001110 | 11011011 | 0 | 10001 | 1011 | 11 | 101010101 | 1001000 | 1011001 |
Color Harmonies of #F7CEDB
Complementary color
Monochromatic Colors of #F7CEDB
Black with #F7CEDB
Text Example
Text Example
White with #F7CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CEDB; }
p { color: rgb(247,206,219); }
H1.HeaderClassName
{
color: #F7CEDB;
}
.AnyTagClassName
{
color: #F7CEDB;
}
</style>
background-color css
<style>
a { background-color: #F7CEDB; }
a { background-color: rgb(247,206,219); }
div.DivClassName
{
background-color: #F7CEDB;
}
.BgClassName
{
background-color: #F7CEDB;
}
</style>
border-color css
<style>
span { border-color: #F7CEDB; }
span { border-color: rgb(247,206,219); }
td.TdClassName
{
border-color: #F7CEDB;
}
.TagClassName
{
border-color: #F7CEDB;
}
</style>