Shades of Pink Lace #F2D2DA
Tints of Pink Lace #F2D2DA
RGB
CMYK
RGB Variations
Color information
#F2D2DA (or 0xF2D2DA) is known color: Pink Lace. HEX triplet: F2, D2 and DA. RGB value is (242,210,218). Sum of RGB (Red+Green+Blue) = 242+210+218=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2DA is #0D2D25. Grayscale: #DCDCDC. Windows color (decimal): -863526 or 14340850. OLE color: 14340850.
HSL color Cylindrical-coordinate representation of color #F2D2DA: hue angle of 345º 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 #F2D2DA is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 218 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.05 |
| HSL | 345º | 0.55% | 0.89% | - |
| HSV(B) | 345º | 0.13% | 0.95% | - |
| XYZ | 72.32 | 70.03 | 76.04 | - |
| YUV | 220.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 218 | 0 | 0.13 | 0.10 | 0.05 | 345 | 0.55 | 0.89 |
| Hex | F2 | D2 | DA | 0 | D | A | 5 | 159 | 37 | 59 |
| Octal | 362 | 322 | 332 | 0 | 15 | 12 | 5 | 531 | 67 | 131 |
| Binary | 11110010 | 11010010 | 11011010 | 0 | 1101 | 1010 | 101 | 101011001 | 110111 | 1011001 |
Color Harmonies of #F2D2DA
Complementary color
Monochromatic Colors of #F2D2DA
Black with #F2D2DA
Text Example
Text Example
White with #F2D2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2DA; }
p { color: rgb(242,210,218); }
H1.HeaderClassName
{
color: #F2D2DA;
}
.AnyTagClassName
{
color: #F2D2DA;
}
</style>
background-color css
<style>
a { background-color: #F2D2DA; }
a { background-color: rgb(242,210,218); }
div.DivClassName
{
background-color: #F2D2DA;
}
.BgClassName
{
background-color: #F2D2DA;
}
</style>
border-color css
<style>
span { border-color: #F2D2DA; }
span { border-color: rgb(242,210,218); }
td.TdClassName
{
border-color: #F2D2DA;
}
.TagClassName
{
border-color: #F2D2DA;
}
</style>