Shades of Pink Lace #F5D1DD
Tints of Pink Lace #F5D1DD
RGB
CMYK
RGB Variations
Color information
#F5D1DD (or 0xF5D1DD) is known color: Pink Lace. HEX triplet: F5, D1 and DD. RGB value is (245,209,221). Sum of RGB (Red+Green+Blue) = 245+209+221=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1DD is #0A2E22. Grayscale: #DDDDDD. Windows color (decimal): -667171 or 14537205. OLE color: 14537205.
HSL color Cylindrical-coordinate representation of color #F5D1DD: hue angle of 340º 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 #F5D1DD is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 221 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.04 |
| HSL | 340º | 0.64% | 0.89% | - |
| HSV(B) | 340º | 0.15% | 0.96% | - |
| XYZ | 73.51 | 70.23 | 78.09 | - |
| YUV | 221.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 221 | 0 | 0.15 | 0.10 | 0.04 | 340 | 0.64 | 0.89 |
| Hex | F5 | D1 | DD | 0 | F | A | 4 | 154 | 40 | 59 |
| Octal | 365 | 321 | 335 | 0 | 17 | 12 | 4 | 524 | 100 | 131 |
| Binary | 11110101 | 11010001 | 11011101 | 0 | 1111 | 1010 | 100 | 101010100 | 1000000 | 1011001 |
Color Harmonies of #F5D1DD
Complementary color
Monochromatic Colors of #F5D1DD
Black with #F5D1DD
Text Example
Text Example
White with #F5D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1DD; }
p { color: rgb(245,209,221); }
H1.HeaderClassName
{
color: #F5D1DD;
}
.AnyTagClassName
{
color: #F5D1DD;
}
</style>
background-color css
<style>
a { background-color: #F5D1DD; }
a { background-color: rgb(245,209,221); }
div.DivClassName
{
background-color: #F5D1DD;
}
.BgClassName
{
background-color: #F5D1DD;
}
</style>
border-color css
<style>
span { border-color: #F5D1DD; }
span { border-color: rgb(245,209,221); }
td.TdClassName
{
border-color: #F5D1DD;
}
.TagClassName
{
border-color: #F5D1DD;
}
</style>