Shades of Pink Lace #F2D0DB
Tints of Pink Lace #F2D0DB
RGB
CMYK
RGB Variations
Color information
#F2D0DB (or 0xF2D0DB) is known color: Pink Lace. HEX triplet: F2, D0 and DB. RGB value is (242,208,219). Sum of RGB (Red+Green+Blue) = 242+208+219=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0DB is #0D2F24. Grayscale: #DBDBDB. Windows color (decimal): -864037 or 14405874. OLE color: 14405874.
HSL color Cylindrical-coordinate representation of color #F2D0DB: hue angle of 340.59º degrees, saturation: 0.57, 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 #F2D0DB is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 208 | 219 | - |
CMYK | 0 | 0.14 | 0.10 | 0.05 |
HSL | 340.59º | 0.57% | 0.88% | - |
HSV(B) | 340.59º | 0.14% | 0.95% | - |
XYZ | 71.96 | 69.1 | 76.56 | - |
YUV | 219.42 | 127.76 | 144.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 208 | 219 | 0 | 0.14 | 0.10 | 0.05 | 340.59 | 0.57 | 0.88 |
Hex | F2 | D0 | DB | 0 | E | A | 5 | 155 | 39 | 58 |
Octal | 362 | 320 | 333 | 0 | 16 | 12 | 5 | 525 | 71 | 130 |
Binary | 11110010 | 11010000 | 11011011 | 0 | 1110 | 1010 | 101 | 101010101 | 111001 | 1011000 |
Color Harmonies of #F2D0DB
Complementary color
Monochromatic Colors of #F2D0DB
Black with #F2D0DB
Text Example
Text Example
White with #F2D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0DB; }
p { color: rgb(242,208,219); }
H1.HeaderClassName
{
color: #F2D0DB;
}
.AnyTagClassName
{
color: #F2D0DB;
}
</style>
background-color css
<style>
a { background-color: #F2D0DB; }
a { background-color: rgb(242,208,219); }
div.DivClassName
{
background-color: #F2D0DB;
}
.BgClassName
{
background-color: #F2D0DB;
}
</style>
border-color css
<style>
span { border-color: #F2D0DB; }
span { border-color: rgb(242,208,219); }
td.TdClassName
{
border-color: #F2D0DB;
}
.TagClassName
{
border-color: #F2D0DB;
}
</style>