Shades of Pink Lace #F2D1DA
Tints of Pink Lace #F2D1DA
RGB
CMYK
RGB Variations
Color information
#F2D1DA (or 0xF2D1DA) is known color: Pink Lace. HEX triplet: F2, D1 and DA. RGB value is (242,209,218). Sum of RGB (Red+Green+Blue) = 242+209+218=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1DA is #0D2E25. Grayscale: #DBDBDB. Windows color (decimal): -863782 or 14340594. OLE color: 14340594.
HSL color Cylindrical-coordinate representation of color #F2D1DA: hue angle of 343.64º 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 #F2D1DA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 218 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.05 |
| HSL | 343.64º | 0.56% | 0.88% | - |
| HSV(B) | 343.64º | 0.14% | 0.95% | - |
| XYZ | 72.07 | 69.54 | 75.95 | - |
| YUV | 219.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 218 | 0 | 0.14 | 0.10 | 0.05 | 343.64 | 0.56 | 0.88 |
| Hex | F2 | D1 | DA | 0 | E | A | 5 | 158 | 38 | 58 |
| Octal | 362 | 321 | 332 | 0 | 16 | 12 | 5 | 530 | 70 | 130 |
| Binary | 11110010 | 11010001 | 11011010 | 0 | 1110 | 1010 | 101 | 101011000 | 111000 | 1011000 |
Color Harmonies of #F2D1DA
Complementary color
Monochromatic Colors of #F2D1DA
Black with #F2D1DA
Text Example
Text Example
White with #F2D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1DA; }
p { color: rgb(242,209,218); }
H1.HeaderClassName
{
color: #F2D1DA;
}
.AnyTagClassName
{
color: #F2D1DA;
}
</style>
background-color css
<style>
a { background-color: #F2D1DA; }
a { background-color: rgb(242,209,218); }
div.DivClassName
{
background-color: #F2D1DA;
}
.BgClassName
{
background-color: #F2D1DA;
}
</style>
border-color css
<style>
span { border-color: #F2D1DA; }
span { border-color: rgb(242,209,218); }
td.TdClassName
{
border-color: #F2D1DA;
}
.TagClassName
{
border-color: #F2D1DA;
}
</style>