Shades of Pink Lady #F5DABA
Tints of Pink Lady #F5DABA
RGB
CMYK
RGB Variations
Color information
#F5DABA (or 0xF5DABA) is known color: Pink Lady. HEX triplet: F5, DA and BA. RGB value is (245,218,186). Sum of RGB (Red+Green+Blue) = 245+218+186=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DABA is #0A2545. Grayscale: #DEDEDE. Windows color (decimal): -664902 or 12245749. OLE color: 12245749.
HSL color Cylindrical-coordinate representation of color #F5DABA: hue angle of 32.54º 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 #F5DABA is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 186 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.04 |
| HSL | 32.54º | 0.75% | 0.85% | - |
| HSV(B) | 32.54º | 0.24% | 0.96% | - |
| XYZ | 71.59 | 73.1 | 56.79 | - |
| YUV | 222.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 186 | 0 | 0.11 | 0.24 | 0.04 | 32.54 | 0.75 | 0.85 |
| Hex | F5 | DA | BA | 0 | B | 18 | 4 | 21 | 4B | 55 |
| Octal | 365 | 332 | 272 | 0 | 13 | 30 | 4 | 41 | 113 | 125 |
| Binary | 11110101 | 11011010 | 10111010 | 0 | 1011 | 11000 | 100 | 100001 | 1001011 | 1010101 |
Color Harmonies of #F5DABA
Complementary color
Monochromatic Colors of #F5DABA
Black with #F5DABA
Text Example
Text Example
White with #F5DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DABA; }
p { color: rgb(245,218,186); }
H1.HeaderClassName
{
color: #F5DABA;
}
.AnyTagClassName
{
color: #F5DABA;
}
</style>
background-color css
<style>
a { background-color: #F5DABA; }
a { background-color: rgb(245,218,186); }
div.DivClassName
{
background-color: #F5DABA;
}
.BgClassName
{
background-color: #F5DABA;
}
</style>
border-color css
<style>
span { border-color: #F5DABA; }
span { border-color: rgb(245,218,186); }
td.TdClassName
{
border-color: #F5DABA;
}
.TagClassName
{
border-color: #F5DABA;
}
</style>