Shades of Pink Lace #F9D2DB
Tints of Pink Lace #F9D2DB
RGB
CMYK
RGB Variations
Color information
#F9D2DB (or 0xF9D2DB) is known color: Pink Lace. HEX triplet: F9, D2 and DB. RGB value is (249,210,219). Sum of RGB (Red+Green+Blue) = 249+210+219=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D2DB is #062D24. Grayscale: #DEDEDE. Windows color (decimal): -404773 or 14406393. OLE color: 14406393.
HSL color Cylindrical-coordinate representation of color #F9D2DB: hue angle of 346.15º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D2DB is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 219 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.02 |
| HSL | 346.15º | 0.76% | 0.9% | - |
| HSV(B) | 346.15º | 0.16% | 0.98% | - |
| XYZ | 74.9 | 71.35 | 76.84 | - |
| YUV | 222.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 219 | 0 | 0.16 | 0.12 | 0.02 | 346.15 | 0.76 | 0.9 |
| Hex | F9 | D2 | DB | 0 | 10 | C | 2 | 15A | 4C | 5A |
| Octal | 371 | 322 | 333 | 0 | 20 | 14 | 2 | 532 | 114 | 132 |
| Binary | 11111001 | 11010010 | 11011011 | 0 | 10000 | 1100 | 10 | 101011010 | 1001100 | 1011010 |
Color Harmonies of #F9D2DB
Complementary color
Monochromatic Colors of #F9D2DB
Black with #F9D2DB
Text Example
Text Example
White with #F9D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D2DB; }
p { color: rgb(249,210,219); }
H1.HeaderClassName
{
color: #F9D2DB;
}
.AnyTagClassName
{
color: #F9D2DB;
}
</style>
background-color css
<style>
a { background-color: #F9D2DB; }
a { background-color: rgb(249,210,219); }
div.DivClassName
{
background-color: #F9D2DB;
}
.BgClassName
{
background-color: #F9D2DB;
}
</style>
border-color css
<style>
span { border-color: #F9D2DB; }
span { border-color: rgb(249,210,219); }
td.TdClassName
{
border-color: #F9D2DB;
}
.TagClassName
{
border-color: #F9D2DB;
}
</style>