Shades of Pink Lady #F5D5BA
Tints of Pink Lady #F5D5BA
RGB
CMYK
RGB Variations
Color information
#F5D5BA (or 0xF5D5BA) is known color: Pink Lady. HEX triplet: F5, D5 and BA. RGB value is (245,213,186). Sum of RGB (Red+Green+Blue) = 245+213+186=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D5BA is #0A2A45. Grayscale: #DBDBDB. Windows color (decimal): -666182 or 12244469. OLE color: 12244469.
HSL color Cylindrical-coordinate representation of color #F5D5BA: hue angle of 27.46º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5D5BA is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 186 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.04 |
| HSL | 27.46º | 0.75% | 0.85% | - |
| HSV(B) | 27.46º | 0.24% | 0.96% | - |
| XYZ | 70.31 | 70.55 | 56.37 | - |
| YUV | 219.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 186 | 0 | 0.13 | 0.24 | 0.04 | 27.46 | 0.75 | 0.85 |
| Hex | F5 | D5 | BA | 0 | D | 18 | 4 | 1B | 4B | 55 |
| Octal | 365 | 325 | 272 | 0 | 15 | 30 | 4 | 33 | 113 | 125 |
| Binary | 11110101 | 11010101 | 10111010 | 0 | 1101 | 11000 | 100 | 11011 | 1001011 | 1010101 |
Color Harmonies of #F5D5BA
Complementary color
Monochromatic Colors of #F5D5BA
Black with #F5D5BA
Text Example
Text Example
White with #F5D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D5BA; }
p { color: rgb(245,213,186); }
H1.HeaderClassName
{
color: #F5D5BA;
}
.AnyTagClassName
{
color: #F5D5BA;
}
</style>
background-color css
<style>
a { background-color: #F5D5BA; }
a { background-color: rgb(245,213,186); }
div.DivClassName
{
background-color: #F5D5BA;
}
.BgClassName
{
background-color: #F5D5BA;
}
</style>
border-color css
<style>
span { border-color: #F5D5BA; }
span { border-color: rgb(245,213,186); }
td.TdClassName
{
border-color: #F5D5BA;
}
.TagClassName
{
border-color: #F5D5BA;
}
</style>