Shades of Pink Lace #F5D1D9
Tints of Pink Lace #F5D1D9
RGB
CMYK
RGB Variations
Color information
#F5D1D9 (or 0xF5D1D9) is known color: Pink Lace. HEX triplet: F5, D1 and D9. RGB value is (245,209,217). Sum of RGB (Red+Green+Blue) = 245+209+217=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 209 (82.03% from 255 or 31.15% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1D9 is #0A2E26. Grayscale: #DCDCDC. Windows color (decimal): -667175 or 14275061. OLE color: 14275061.
HSL color Cylindrical-coordinate representation of color #F5D1D9: hue angle of 346.67º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5D1D9 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 217 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.04 |
| HSL | 346.67º | 0.64% | 0.89% | - |
| HSV(B) | 346.67º | 0.15% | 0.96% | - |
| XYZ | 72.98 | 70.02 | 75.31 | - |
| YUV | 220.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 217 | 0 | 0.15 | 0.11 | 0.04 | 346.67 | 0.64 | 0.89 |
| Hex | F5 | D1 | D9 | 0 | F | B | 4 | 15B | 40 | 59 |
| Octal | 365 | 321 | 331 | 0 | 17 | 13 | 4 | 533 | 100 | 131 |
| Binary | 11110101 | 11010001 | 11011001 | 0 | 1111 | 1011 | 100 | 101011011 | 1000000 | 1011001 |
Color Harmonies of #F5D1D9
Complementary color
Monochromatic Colors of #F5D1D9
Black with #F5D1D9
Text Example
Text Example
White with #F5D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1D9; }
p { color: rgb(245,209,217); }
H1.HeaderClassName
{
color: #F5D1D9;
}
.AnyTagClassName
{
color: #F5D1D9;
}
</style>
background-color css
<style>
a { background-color: #F5D1D9; }
a { background-color: rgb(245,209,217); }
div.DivClassName
{
background-color: #F5D1D9;
}
.BgClassName
{
background-color: #F5D1D9;
}
</style>
border-color css
<style>
span { border-color: #F5D1D9; }
span { border-color: rgb(245,209,217); }
td.TdClassName
{
border-color: #F5D1D9;
}
.TagClassName
{
border-color: #F5D1D9;
}
</style>