Shades of Pink Lady #F0D9BA
Tints of Pink Lady #F0D9BA
RGB
CMYK
RGB Variations
Color information
#F0D9BA (or 0xF0D9BA) is known color: Pink Lady. HEX triplet: F0, D9 and BA. RGB value is (240,217,186). Sum of RGB (Red+Green+Blue) = 240+217+186=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9BA is #0F2645. Grayscale: #DCDCDC. Windows color (decimal): -992838 or 12245488. OLE color: 12245488.
HSL color Cylindrical-coordinate representation of color #F0D9BA: hue angle of 34.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0D9BA is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 186 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.06 |
| HSL | 34.44º | 0.64% | 0.84% | - |
| HSV(B) | 34.44º | 0.23% | 0.94% | - |
| XYZ | 69.61 | 71.7 | 56.62 | - |
| YUV | 220.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 186 | 0 | 0.10 | 0.22 | 0.06 | 34.44 | 0.64 | 0.84 |
| Hex | F0 | D9 | BA | 0 | A | 16 | 6 | 22 | 40 | 54 |
| Octal | 360 | 331 | 272 | 0 | 12 | 26 | 6 | 42 | 100 | 124 |
| Binary | 11110000 | 11011001 | 10111010 | 0 | 1010 | 10110 | 110 | 100010 | 1000000 | 1010100 |
Color Harmonies of #F0D9BA
Complementary color
Monochromatic Colors of #F0D9BA
Black with #F0D9BA
Text Example
Text Example
White with #F0D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9BA; }
p { color: rgb(240,217,186); }
H1.HeaderClassName
{
color: #F0D9BA;
}
.AnyTagClassName
{
color: #F0D9BA;
}
</style>
background-color css
<style>
a { background-color: #F0D9BA; }
a { background-color: rgb(240,217,186); }
div.DivClassName
{
background-color: #F0D9BA;
}
.BgClassName
{
background-color: #F0D9BA;
}
</style>
border-color css
<style>
span { border-color: #F0D9BA; }
span { border-color: rgb(240,217,186); }
td.TdClassName
{
border-color: #F0D9BA;
}
.TagClassName
{
border-color: #F0D9BA;
}
</style>