Shades of Pink Lady #F5D6BA
Tints of Pink Lady #F5D6BA
RGB
CMYK
RGB Variations
Color information
#F5D6BA (or 0xF5D6BA) is known color: Pink Lady. HEX triplet: F5, D6 and BA. RGB value is (245,214,186). Sum of RGB (Red+Green+Blue) = 245+214+186=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D6BA is #0A2945. Grayscale: #DCDCDC. Windows color (decimal): -665926 or 12244725. OLE color: 12244725.
HSL color Cylindrical-coordinate representation of color #F5D6BA: hue angle of 28.47º 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 #F5D6BA is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 186 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.04 |
| HSL | 28.47º | 0.75% | 0.85% | - |
| HSV(B) | 28.47º | 0.24% | 0.96% | - |
| XYZ | 70.57 | 71.05 | 56.45 | - |
| YUV | 220.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 186 | 0 | 0.13 | 0.24 | 0.04 | 28.47 | 0.75 | 0.85 |
| Hex | F5 | D6 | BA | 0 | D | 18 | 4 | 1C | 4B | 55 |
| Octal | 365 | 326 | 272 | 0 | 15 | 30 | 4 | 34 | 113 | 125 |
| Binary | 11110101 | 11010110 | 10111010 | 0 | 1101 | 11000 | 100 | 11100 | 1001011 | 1010101 |
Color Harmonies of #F5D6BA
Complementary color
Monochromatic Colors of #F5D6BA
Black with #F5D6BA
Text Example
Text Example
White with #F5D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D6BA; }
p { color: rgb(245,214,186); }
H1.HeaderClassName
{
color: #F5D6BA;
}
.AnyTagClassName
{
color: #F5D6BA;
}
</style>
background-color css
<style>
a { background-color: #F5D6BA; }
a { background-color: rgb(245,214,186); }
div.DivClassName
{
background-color: #F5D6BA;
}
.BgClassName
{
background-color: #F5D6BA;
}
</style>
border-color css
<style>
span { border-color: #F5D6BA; }
span { border-color: rgb(245,214,186); }
td.TdClassName
{
border-color: #F5D6BA;
}
.TagClassName
{
border-color: #F5D6BA;
}
</style>