Shades of Pink Lace #F5D1DB
Tints of Pink Lace #F5D1DB
RGB
CMYK
RGB Variations
Color information
#F5D1DB (or 0xF5D1DB) is known color: Pink Lace. HEX triplet: F5, D1 and DB. RGB value is (245,209,219). Sum of RGB (Red+Green+Blue) = 245+209+219=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1DB is #0A2E24. Grayscale: #DCDCDC. Windows color (decimal): -667173 or 14406133. OLE color: 14406133.
HSL color Cylindrical-coordinate representation of color #F5D1DB: hue angle of 343.33º 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 #F5D1DB is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 219 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.04 |
| HSL | 343.33º | 0.64% | 0.89% | - |
| HSV(B) | 343.33º | 0.15% | 0.96% | - |
| XYZ | 73.24 | 70.13 | 76.69 | - |
| YUV | 220.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 219 | 0 | 0.15 | 0.11 | 0.04 | 343.33 | 0.64 | 0.89 |
| Hex | F5 | D1 | DB | 0 | F | B | 4 | 157 | 40 | 59 |
| Octal | 365 | 321 | 333 | 0 | 17 | 13 | 4 | 527 | 100 | 131 |
| Binary | 11110101 | 11010001 | 11011011 | 0 | 1111 | 1011 | 100 | 101010111 | 1000000 | 1011001 |
Color Harmonies of #F5D1DB
Complementary color
Monochromatic Colors of #F5D1DB
Black with #F5D1DB
Text Example
Text Example
White with #F5D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D1DB; }
p { color: rgb(245,209,219); }
H1.HeaderClassName
{
color: #F5D1DB;
}
.AnyTagClassName
{
color: #F5D1DB;
}
</style>
background-color css
<style>
a { background-color: #F5D1DB; }
a { background-color: rgb(245,209,219); }
div.DivClassName
{
background-color: #F5D1DB;
}
.BgClassName
{
background-color: #F5D1DB;
}
</style>
border-color css
<style>
span { border-color: #F5D1DB; }
span { border-color: rgb(245,209,219); }
td.TdClassName
{
border-color: #F5D1DB;
}
.TagClassName
{
border-color: #F5D1DB;
}
</style>