Shades of Pink Lace #F9D0DB
Tints of Pink Lace #F9D0DB
RGB
CMYK
RGB Variations
Color information
#F9D0DB (or 0xF9D0DB) is known color: Pink Lace. HEX triplet: F9, D0 and DB. RGB value is (249,208,219). Sum of RGB (Red+Green+Blue) = 249+208+219=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D0DB is #062F24. Grayscale: #DDDDDD. Windows color (decimal): -405285 or 14405881. OLE color: 14405881.
HSL color Cylindrical-coordinate representation of color #F9D0DB: hue angle of 343.9º degrees, saturation: 0.77, 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 #F9D0DB is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 219 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.02 |
| HSL | 343.9º | 0.77% | 0.9% | - |
| HSV(B) | 343.9º | 0.16% | 0.98% | - |
| XYZ | 74.41 | 70.37 | 76.68 | - |
| YUV | 221.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 219 | 0 | 0.16 | 0.12 | 0.02 | 343.9 | 0.77 | 0.9 |
| Hex | F9 | D0 | DB | 0 | 10 | C | 2 | 158 | 4D | 5A |
| Octal | 371 | 320 | 333 | 0 | 20 | 14 | 2 | 530 | 115 | 132 |
| Binary | 11111001 | 11010000 | 11011011 | 0 | 10000 | 1100 | 10 | 101011000 | 1001101 | 1011010 |
Color Harmonies of #F9D0DB
Complementary color
Monochromatic Colors of #F9D0DB
Black with #F9D0DB
Text Example
Text Example
White with #F9D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D0DB; }
p { color: rgb(249,208,219); }
H1.HeaderClassName
{
color: #F9D0DB;
}
.AnyTagClassName
{
color: #F9D0DB;
}
</style>
background-color css
<style>
a { background-color: #F9D0DB; }
a { background-color: rgb(249,208,219); }
div.DivClassName
{
background-color: #F9D0DB;
}
.BgClassName
{
background-color: #F9D0DB;
}
</style>
border-color css
<style>
span { border-color: #F9D0DB; }
span { border-color: rgb(249,208,219); }
td.TdClassName
{
border-color: #F9D0DB;
}
.TagClassName
{
border-color: #F9D0DB;
}
</style>