Shades of Pink Lace #F5D2DA
Tints of Pink Lace #F5D2DA
RGB
CMYK
RGB Variations
Color information
#F5D2DA (or 0xF5D2DA) is known color: Pink Lace. HEX triplet: F5, D2 and DA. RGB value is (245,210,218). Sum of RGB (Red+Green+Blue) = 245+210+218=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2DA is #0A2D25. Grayscale: #DDDDDD. Windows color (decimal): -666918 or 14340853. OLE color: 14340853.
HSL color Cylindrical-coordinate representation of color #F5D2DA: hue angle of 346.29º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D2DA is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 218 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.04 |
| HSL | 346.29º | 0.64% | 0.89% | - |
| HSV(B) | 346.29º | 0.14% | 0.96% | - |
| XYZ | 73.36 | 70.57 | 76.08 | - |
| YUV | 221.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 218 | 0 | 0.14 | 0.11 | 0.04 | 346.29 | 0.64 | 0.89 |
| Hex | F5 | D2 | DA | 0 | E | B | 4 | 15A | 40 | 59 |
| Octal | 365 | 322 | 332 | 0 | 16 | 13 | 4 | 532 | 100 | 131 |
| Binary | 11110101 | 11010010 | 11011010 | 0 | 1110 | 1011 | 100 | 101011010 | 1000000 | 1011001 |
Color Harmonies of #F5D2DA
Complementary color
Monochromatic Colors of #F5D2DA
Black with #F5D2DA
Text Example
Text Example
White with #F5D2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2DA; }
p { color: rgb(245,210,218); }
H1.HeaderClassName
{
color: #F5D2DA;
}
.AnyTagClassName
{
color: #F5D2DA;
}
</style>
background-color css
<style>
a { background-color: #F5D2DA; }
a { background-color: rgb(245,210,218); }
div.DivClassName
{
background-color: #F5D2DA;
}
.BgClassName
{
background-color: #F5D2DA;
}
</style>
border-color css
<style>
span { border-color: #F5D2DA; }
span { border-color: rgb(245,210,218); }
td.TdClassName
{
border-color: #F5D2DA;
}
.TagClassName
{
border-color: #F5D2DA;
}
</style>