Shades of Pink Lady #F0D8BD
Tints of Pink Lady #F0D8BD
RGB
CMYK
RGB Variations
Color information
#F0D8BD (or 0xF0D8BD) is known color: Pink Lady. HEX triplet: F0, D8 and BD. RGB value is (240,216,189). Sum of RGB (Red+Green+Blue) = 240+216+189=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8BD is #0F2742. Grayscale: #DCDCDC. Windows color (decimal): -993091 or 12441840. OLE color: 12441840.
HSL color Cylindrical-coordinate representation of color #F0D8BD: hue angle of 31.76º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0D8BD is Cyan = 0, Magento = 0.1, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 189 | - |
| CMYK | 0 | 0.1 | 0.21 | 0.06 |
| HSL | 31.76º | 0.63% | 0.84% | - |
| HSV(B) | 31.76º | 0.21% | 0.94% | - |
| XYZ | 69.68 | 71.31 | 58.24 | - |
| YUV | 220.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 189 | 0 | 0.1 | 0.21 | 0.06 | 31.76 | 0.63 | 0.84 |
| Hex | F0 | D8 | BD | 0 | A | 15 | 6 | 20 | 3F | 54 |
| Octal | 360 | 330 | 275 | 0 | 12 | 25 | 6 | 40 | 77 | 124 |
| Binary | 11110000 | 11011000 | 10111101 | 0 | 1010 | 10101 | 110 | 100000 | 111111 | 1010100 |
Color Harmonies of #F0D8BD
Complementary color
Monochromatic Colors of #F0D8BD
Black with #F0D8BD
Text Example
Text Example
White with #F0D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D8BD; }
p { color: rgb(240,216,189); }
H1.HeaderClassName
{
color: #F0D8BD;
}
.AnyTagClassName
{
color: #F0D8BD;
}
</style>
background-color css
<style>
a { background-color: #F0D8BD; }
a { background-color: rgb(240,216,189); }
div.DivClassName
{
background-color: #F0D8BD;
}
.BgClassName
{
background-color: #F0D8BD;
}
</style>
border-color css
<style>
span { border-color: #F0D8BD; }
span { border-color: rgb(240,216,189); }
td.TdClassName
{
border-color: #F0D8BD;
}
.TagClassName
{
border-color: #F0D8BD;
}
</style>