Shades of Pink Lace #F8D0DB
Tints of Pink Lace #F8D0DB
RGB
CMYK
RGB Variations
Color information
#F8D0DB (or 0xF8D0DB) is known color: Pink Lace. HEX triplet: F8, D0 and DB. RGB value is (248,208,219). Sum of RGB (Red+Green+Blue) = 248+208+219=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0DB is #072F24. Grayscale: #DDDDDD. Windows color (decimal): -470821 or 14405880. OLE color: 14405880.
HSL color Cylindrical-coordinate representation of color #F8D0DB: hue angle of 343.5º degrees, saturation: 0.74, 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 #F8D0DB is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 219 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.03 |
| HSL | 343.5º | 0.74% | 0.89% | - |
| HSV(B) | 343.5º | 0.16% | 0.97% | - |
| XYZ | 74.05 | 70.18 | 76.66 | - |
| YUV | 221.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 219 | 0 | 0.16 | 0.12 | 0.03 | 343.5 | 0.74 | 0.89 |
| Hex | F8 | D0 | DB | 0 | 10 | C | 3 | 158 | 4A | 59 |
| Octal | 370 | 320 | 333 | 0 | 20 | 14 | 3 | 530 | 112 | 131 |
| Binary | 11111000 | 11010000 | 11011011 | 0 | 10000 | 1100 | 11 | 101011000 | 1001010 | 1011001 |
Color Harmonies of #F8D0DB
Complementary color
Monochromatic Colors of #F8D0DB
Black with #F8D0DB
Text Example
Text Example
White with #F8D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0DB; }
p { color: rgb(248,208,219); }
H1.HeaderClassName
{
color: #F8D0DB;
}
.AnyTagClassName
{
color: #F8D0DB;
}
</style>
background-color css
<style>
a { background-color: #F8D0DB; }
a { background-color: rgb(248,208,219); }
div.DivClassName
{
background-color: #F8D0DB;
}
.BgClassName
{
background-color: #F8D0DB;
}
</style>
border-color css
<style>
span { border-color: #F8D0DB; }
span { border-color: rgb(248,208,219); }
td.TdClassName
{
border-color: #F8D0DB;
}
.TagClassName
{
border-color: #F8D0DB;
}
</style>