Shades of Banana Mania #FDE9AA
Tints of Banana Mania #FDE9AA
RGB
CMYK
RGB Variations
Color information
#FDE9AA (or 0xFDE9AA) is known color: Banana Mania. HEX triplet: FD, E9 and AA. RGB value is (253,233,170). Sum of RGB (Red+Green+Blue) = 253+233+170=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE9AA is #021655. Grayscale: #E8E8E8. Windows color (decimal): -136790 or 11201021. OLE color: 11201021.
HSL color Cylindrical-coordinate representation of color #FDE9AA: hue angle of 45.54º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDE9AA is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 170 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.01 |
| HSL | 45.54º | 0.95% | 0.83% | - |
| HSV(B) | 45.54º | 0.33% | 0.99% | - |
| XYZ | 76.9 | 82.06 | 49.82 | - |
| YUV | 231.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 170 | 0 | 0.08 | 0.33 | 0.01 | 45.54 | 0.95 | 0.83 |
| Hex | FD | E9 | AA | 0 | 8 | 21 | 1 | 2E | 5F | 53 |
| Octal | 375 | 351 | 252 | 0 | 10 | 41 | 1 | 56 | 137 | 123 |
| Binary | 11111101 | 11101001 | 10101010 | 0 | 1000 | 100001 | 1 | 101110 | 1011111 | 1010011 |
Color Harmonies of #FDE9AA
Complementary color
Monochromatic Colors of #FDE9AA
Black with #FDE9AA
Text Example
Text Example
White with #FDE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9AA; }
p { color: rgb(253,233,170); }
H1.HeaderClassName
{
color: #FDE9AA;
}
.AnyTagClassName
{
color: #FDE9AA;
}
</style>
background-color css
<style>
a { background-color: #FDE9AA; }
a { background-color: rgb(253,233,170); }
div.DivClassName
{
background-color: #FDE9AA;
}
.BgClassName
{
background-color: #FDE9AA;
}
</style>
border-color css
<style>
span { border-color: #FDE9AA; }
span { border-color: rgb(253,233,170); }
td.TdClassName
{
border-color: #FDE9AA;
}
.TagClassName
{
border-color: #FDE9AA;
}
</style>