Shades of Banana Mania #FDE7AA
Tints of Banana Mania #FDE7AA
RGB
CMYK
RGB Variations
Color information
#FDE7AA (or 0xFDE7AA) is known color: Banana Mania. HEX triplet: FD, E7 and AA. RGB value is (253,231,170). Sum of RGB (Red+Green+Blue) = 253+231+170=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE7AA is #021855. Grayscale: #E6E6E6. Windows color (decimal): -137302 or 11200509. OLE color: 11200509.
HSL color Cylindrical-coordinate representation of color #FDE7AA: hue angle of 44.1º 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 #FDE7AA is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 170 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.01 |
| HSL | 44.1º | 0.95% | 0.83% | - |
| HSV(B) | 44.1º | 0.33% | 0.99% | - |
| XYZ | 76.34 | 80.94 | 49.63 | - |
| YUV | 230.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 170 | 0 | 0.09 | 0.33 | 0.01 | 44.1 | 0.95 | 0.83 |
| Hex | FD | E7 | AA | 0 | 9 | 21 | 1 | 2C | 5F | 53 |
| Octal | 375 | 347 | 252 | 0 | 11 | 41 | 1 | 54 | 137 | 123 |
| Binary | 11111101 | 11100111 | 10101010 | 0 | 1001 | 100001 | 1 | 101100 | 1011111 | 1010011 |
Color Harmonies of #FDE7AA
Complementary color
Monochromatic Colors of #FDE7AA
Black with #FDE7AA
Text Example
Text Example
White with #FDE7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7AA; }
p { color: rgb(253,231,170); }
H1.HeaderClassName
{
color: #FDE7AA;
}
.AnyTagClassName
{
color: #FDE7AA;
}
</style>
background-color css
<style>
a { background-color: #FDE7AA; }
a { background-color: rgb(253,231,170); }
div.DivClassName
{
background-color: #FDE7AA;
}
.BgClassName
{
background-color: #FDE7AA;
}
</style>
border-color css
<style>
span { border-color: #FDE7AA; }
span { border-color: rgb(253,231,170); }
td.TdClassName
{
border-color: #FDE7AA;
}
.TagClassName
{
border-color: #FDE7AA;
}
</style>