Shades of Pink Lace #F5D0DA
Tints of Pink Lace #F5D0DA
RGB
CMYK
RGB Variations
Color information
#F5D0DA (or 0xF5D0DA) is known color: Pink Lace. HEX triplet: F5, D0 and DA. RGB value is (245,208,218). Sum of RGB (Red+Green+Blue) = 245+208+218=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D0DA is #0A2F25. Grayscale: #DCDCDC. Windows color (decimal): -667430 or 14340341. OLE color: 14340341.
HSL color Cylindrical-coordinate representation of color #F5D0DA: hue angle of 343.78º degrees, saturation: 0.65, 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 #F5D0DA is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 218 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.04 |
| HSL | 343.78º | 0.65% | 0.89% | - |
| HSV(B) | 343.78º | 0.15% | 0.96% | - |
| XYZ | 72.87 | 69.59 | 75.92 | - |
| YUV | 220.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 218 | 0 | 0.15 | 0.11 | 0.04 | 343.78 | 0.65 | 0.89 |
| Hex | F5 | D0 | DA | 0 | F | B | 4 | 158 | 41 | 59 |
| Octal | 365 | 320 | 332 | 0 | 17 | 13 | 4 | 530 | 101 | 131 |
| Binary | 11110101 | 11010000 | 11011010 | 0 | 1111 | 1011 | 100 | 101011000 | 1000001 | 1011001 |
Color Harmonies of #F5D0DA
Complementary color
Monochromatic Colors of #F5D0DA
Black with #F5D0DA
Text Example
Text Example
White with #F5D0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D0DA; }
p { color: rgb(245,208,218); }
H1.HeaderClassName
{
color: #F5D0DA;
}
.AnyTagClassName
{
color: #F5D0DA;
}
</style>
background-color css
<style>
a { background-color: #F5D0DA; }
a { background-color: rgb(245,208,218); }
div.DivClassName
{
background-color: #F5D0DA;
}
.BgClassName
{
background-color: #F5D0DA;
}
</style>
border-color css
<style>
span { border-color: #F5D0DA; }
span { border-color: rgb(245,208,218); }
td.TdClassName
{
border-color: #F5D0DA;
}
.TagClassName
{
border-color: #F5D0DA;
}
</style>