Shades of Pink Lace #F2D2DB
Tints of Pink Lace #F2D2DB
RGB
CMYK
RGB Variations
Color information
#F2D2DB (or 0xF2D2DB) is known color: Pink Lace. HEX triplet: F2, D2 and DB. RGB value is (242,210,219). Sum of RGB (Red+Green+Blue) = 242+210+219=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2DB is #0D2D24. Grayscale: #DCDCDC. Windows color (decimal): -863525 or 14406386. OLE color: 14406386.
HSL color Cylindrical-coordinate representation of color #F2D2DB: hue angle of 343.12º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2D2DB is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 219 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.05 |
| HSL | 343.13º | 0.55% | 0.89% | - |
| HSV(B) | 343.13º | 0.13% | 0.95% | - |
| XYZ | 72.45 | 70.08 | 76.73 | - |
| YUV | 220.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 219 | 0 | 0.13 | 0.10 | 0.05 | 343.13 | 0.55 | 0.89 |
| Hex | F2 | D2 | DB | 0 | D | A | 5 | 157 | 37 | 59 |
| Octal | 362 | 322 | 333 | 0 | 15 | 12 | 5 | 527 | 67 | 131 |
| Binary | 11110010 | 11010010 | 11011011 | 0 | 1101 | 1010 | 101 | 101010111 | 110111 | 1011001 |
Color Harmonies of #F2D2DB
Complementary color
Monochromatic Colors of #F2D2DB
Black with #F2D2DB
Text Example
Text Example
White with #F2D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2DB; }
p { color: rgb(242,210,219); }
H1.HeaderClassName
{
color: #F2D2DB;
}
.AnyTagClassName
{
color: #F2D2DB;
}
</style>
background-color css
<style>
a { background-color: #F2D2DB; }
a { background-color: rgb(242,210,219); }
div.DivClassName
{
background-color: #F2D2DB;
}
.BgClassName
{
background-color: #F2D2DB;
}
</style>
border-color css
<style>
span { border-color: #F2D2DB; }
span { border-color: rgb(242,210,219); }
td.TdClassName
{
border-color: #F2D2DB;
}
.TagClassName
{
border-color: #F2D2DB;
}
</style>