Shades of Pink Lace #F5D0DD
Tints of Pink Lace #F5D0DD
RGB
CMYK
RGB Variations
Color information
#F5D0DD (or 0xF5D0DD) is known color: Pink Lace. HEX triplet: F5, D0 and DD. RGB value is (245,208,221). Sum of RGB (Red+Green+Blue) = 245+208+221=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D0DD is #0A2F22. Grayscale: #DCDCDC. Windows color (decimal): -667427 or 14536949. OLE color: 14536949.
HSL color Cylindrical-coordinate representation of color #F5D0DD: hue angle of 338.92º 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 #F5D0DD is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 221 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.04 |
| HSL | 338.92º | 0.65% | 0.89% | - |
| HSV(B) | 338.92º | 0.15% | 0.96% | - |
| XYZ | 73.26 | 69.74 | 78.01 | - |
| YUV | 220.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 221 | 0 | 0.15 | 0.10 | 0.04 | 338.92 | 0.65 | 0.89 |
| Hex | F5 | D0 | DD | 0 | F | A | 4 | 153 | 41 | 59 |
| Octal | 365 | 320 | 335 | 0 | 17 | 12 | 4 | 523 | 101 | 131 |
| Binary | 11110101 | 11010000 | 11011101 | 0 | 1111 | 1010 | 100 | 101010011 | 1000001 | 1011001 |
Color Harmonies of #F5D0DD
Complementary color
Monochromatic Colors of #F5D0DD
Black with #F5D0DD
Text Example
Text Example
White with #F5D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D0DD; }
p { color: rgb(245,208,221); }
H1.HeaderClassName
{
color: #F5D0DD;
}
.AnyTagClassName
{
color: #F5D0DD;
}
</style>
background-color css
<style>
a { background-color: #F5D0DD; }
a { background-color: rgb(245,208,221); }
div.DivClassName
{
background-color: #F5D0DD;
}
.BgClassName
{
background-color: #F5D0DD;
}
</style>
border-color css
<style>
span { border-color: #F5D0DD; }
span { border-color: rgb(245,208,221); }
td.TdClassName
{
border-color: #F5D0DD;
}
.TagClassName
{
border-color: #F5D0DD;
}
</style>