Shades of Pink Lace #F2D0DA
Tints of Pink Lace #F2D0DA
RGB
CMYK
RGB Variations
Color information
#F2D0DA (or 0xF2D0DA) is known color: Pink Lace. HEX triplet: F2, D0 and DA. RGB value is (242,208,218). Sum of RGB (Red+Green+Blue) = 242+208+218=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0DA is #0D2F25. Grayscale: #DBDBDB. Windows color (decimal): -864038 or 14340338. OLE color: 14340338.
HSL color Cylindrical-coordinate representation of color #F2D0DA: hue angle of 342.35º 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 #F2D0DA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 208 | 218 | - |
CMYK | 0 | 0.14 | 0.10 | 0.05 |
HSL | 342.35º | 0.57% | 0.88% | - |
HSV(B) | 342.35º | 0.14% | 0.95% | - |
XYZ | 71.83 | 69.05 | 75.87 | - |
YUV | 219.31 | 127.26 | 144.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 208 | 218 | 0 | 0.14 | 0.10 | 0.05 | 342.35 | 0.57 | 0.88 |
Hex | F2 | D0 | DA | 0 | E | A | 5 | 156 | 39 | 58 |
Octal | 362 | 320 | 332 | 0 | 16 | 12 | 5 | 526 | 71 | 130 |
Binary | 11110010 | 11010000 | 11011010 | 0 | 1110 | 1010 | 101 | 101010110 | 111001 | 1011000 |
Color Harmonies of #F2D0DA
Complementary color
Monochromatic Colors of #F2D0DA
Black with #F2D0DA
Text Example
Text Example
White with #F2D0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0DA; }
p { color: rgb(242,208,218); }
H1.HeaderClassName
{
color: #F2D0DA;
}
.AnyTagClassName
{
color: #F2D0DA;
}
</style>
background-color css
<style>
a { background-color: #F2D0DA; }
a { background-color: rgb(242,208,218); }
div.DivClassName
{
background-color: #F2D0DA;
}
.BgClassName
{
background-color: #F2D0DA;
}
</style>
border-color css
<style>
span { border-color: #F2D0DA; }
span { border-color: rgb(242,208,218); }
td.TdClassName
{
border-color: #F2D0DA;
}
.TagClassName
{
border-color: #F2D0DA;
}
</style>