Shades of Pink Lace #F2D1D9
Tints of Pink Lace #F2D1D9
RGB
CMYK
RGB Variations
Color information
#F2D1D9 (or 0xF2D1D9) is known color: Pink Lace. HEX triplet: F2, D1 and D9. RGB value is (242,209,217). Sum of RGB (Red+Green+Blue) = 242+209+217=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1D9 is #0D2E26. Grayscale: #DBDBDB. Windows color (decimal): -863783 or 14275058. OLE color: 14275058.
HSL color Cylindrical-coordinate representation of color #F2D1D9: hue angle of 345.45º 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 #F2D1D9 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 217 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.05 |
| HSL | 345.45º | 0.56% | 0.88% | - |
| HSV(B) | 345.45º | 0.14% | 0.95% | - |
| XYZ | 71.94 | 69.49 | 75.27 | - |
| YUV | 219.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 217 | 0 | 0.14 | 0.10 | 0.05 | 345.45 | 0.56 | 0.88 |
| Hex | F2 | D1 | D9 | 0 | E | A | 5 | 159 | 38 | 58 |
| Octal | 362 | 321 | 331 | 0 | 16 | 12 | 5 | 531 | 70 | 130 |
| Binary | 11110010 | 11010001 | 11011001 | 0 | 1110 | 1010 | 101 | 101011001 | 111000 | 1011000 |
Color Harmonies of #F2D1D9
Complementary color
Monochromatic Colors of #F2D1D9
Black with #F2D1D9
Text Example
Text Example
White with #F2D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1D9; }
p { color: rgb(242,209,217); }
H1.HeaderClassName
{
color: #F2D1D9;
}
.AnyTagClassName
{
color: #F2D1D9;
}
</style>
background-color css
<style>
a { background-color: #F2D1D9; }
a { background-color: rgb(242,209,217); }
div.DivClassName
{
background-color: #F2D1D9;
}
.BgClassName
{
background-color: #F2D1D9;
}
</style>
border-color css
<style>
span { border-color: #F2D1D9; }
span { border-color: rgb(242,209,217); }
td.TdClassName
{
border-color: #F2D1D9;
}
.TagClassName
{
border-color: #F2D1D9;
}
</style>