Shades of Banana Mania #FDE9AD
Tints of Banana Mania #FDE9AD
RGB
CMYK
RGB Variations
Color information
#FDE9AD (or 0xFDE9AD) is known color: Banana Mania. HEX triplet: FD, E9 and AD. RGB value is (253,233,173). Sum of RGB (Red+Green+Blue) = 253+233+173=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 173 (67.97% from 255 or 26.25% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE9AD is #021652. Grayscale: #E8E8E8. Windows color (decimal): -136787 or 11397629. OLE color: 11397629.
HSL color Cylindrical-coordinate representation of color #FDE9AD: hue angle of 45º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDE9AD is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 173 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.01 |
| HSL | 45º | 0.95% | 0.84% | - |
| HSV(B) | 45º | 0.32% | 0.99% | - |
| XYZ | 77.19 | 82.18 | 51.33 | - |
| YUV | 232.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 173 | 0 | 0.08 | 0.32 | 0.01 | 45 | 0.95 | 0.84 |
| Hex | FD | E9 | AD | 0 | 8 | 20 | 1 | 2D | 5F | 54 |
| Octal | 375 | 351 | 255 | 0 | 10 | 40 | 1 | 55 | 137 | 124 |
| Binary | 11111101 | 11101001 | 10101101 | 0 | 1000 | 100000 | 1 | 101101 | 1011111 | 1010100 |
Color Harmonies of #FDE9AD
Complementary color
Monochromatic Colors of #FDE9AD
Black with #FDE9AD
Text Example
Text Example
White with #FDE9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9AD; }
p { color: rgb(253,233,173); }
H1.HeaderClassName
{
color: #FDE9AD;
}
.AnyTagClassName
{
color: #FDE9AD;
}
</style>
background-color css
<style>
a { background-color: #FDE9AD; }
a { background-color: rgb(253,233,173); }
div.DivClassName
{
background-color: #FDE9AD;
}
.BgClassName
{
background-color: #FDE9AD;
}
</style>
border-color css
<style>
span { border-color: #FDE9AD; }
span { border-color: rgb(253,233,173); }
td.TdClassName
{
border-color: #FDE9AD;
}
.TagClassName
{
border-color: #FDE9AD;
}
</style>