Shades of Pink Lace #F2D1DB
Tints of Pink Lace #F2D1DB
RGB
CMYK
RGB Variations
Color information
#F2D1DB (or 0xF2D1DB) is known color: Pink Lace. HEX triplet: F2, D1 and DB. RGB value is (242,209,219). Sum of RGB (Red+Green+Blue) = 242+209+219=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1DB is #0D2E24. Grayscale: #DBDBDB. Windows color (decimal): -863781 or 14406130. OLE color: 14406130.
HSL color Cylindrical-coordinate representation of color #F2D1DB: hue angle of 341.82º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D1DB is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 219 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.05 |
| HSL | 341.82º | 0.56% | 0.88% | - |
| HSV(B) | 341.82º | 0.14% | 0.95% | - |
| XYZ | 72.2 | 69.59 | 76.64 | - |
| YUV | 220.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 219 | 0 | 0.14 | 0.10 | 0.05 | 341.82 | 0.56 | 0.88 |
| Hex | F2 | D1 | DB | 0 | E | A | 5 | 156 | 38 | 58 |
| Octal | 362 | 321 | 333 | 0 | 16 | 12 | 5 | 526 | 70 | 130 |
| Binary | 11110010 | 11010001 | 11011011 | 0 | 1110 | 1010 | 101 | 101010110 | 111000 | 1011000 |
Color Harmonies of #F2D1DB
Complementary color
Monochromatic Colors of #F2D1DB
Black with #F2D1DB
Text Example
Text Example
White with #F2D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1DB; }
p { color: rgb(242,209,219); }
H1.HeaderClassName
{
color: #F2D1DB;
}
.AnyTagClassName
{
color: #F2D1DB;
}
</style>
background-color css
<style>
a { background-color: #F2D1DB; }
a { background-color: rgb(242,209,219); }
div.DivClassName
{
background-color: #F2D1DB;
}
.BgClassName
{
background-color: #F2D1DB;
}
</style>
border-color css
<style>
span { border-color: #F2D1DB; }
span { border-color: rgb(242,209,219); }
td.TdClassName
{
border-color: #F2D1DB;
}
.TagClassName
{
border-color: #F2D1DB;
}
</style>