Shades of Banana Mania #FAE9AA
Tints of Banana Mania #FAE9AA
RGB
CMYK
RGB Variations
Color information
#FAE9AA (or 0xFAE9AA) is known color: Banana Mania. HEX triplet: FA, E9 and AA. RGB value is (250,233,170). Sum of RGB (Red+Green+Blue) = 250+233+170=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE9AA is #051655. Grayscale: #E7E7E7. Windows color (decimal): -333398 or 11201018. OLE color: 11201018.
HSL color Cylindrical-coordinate representation of color #FAE9AA: hue angle of 47.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAE9AA is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 170 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.02 |
| HSL | 47.25º | 0.89% | 0.82% | - |
| HSV(B) | 47.25º | 0.32% | 0.98% | - |
| XYZ | 75.82 | 81.5 | 49.77 | - |
| YUV | 230.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 170 | 0 | 0.07 | 0.32 | 0.02 | 47.25 | 0.89 | 0.82 |
| Hex | FA | E9 | AA | 0 | 7 | 20 | 2 | 2F | 59 | 52 |
| Octal | 372 | 351 | 252 | 0 | 7 | 40 | 2 | 57 | 131 | 122 |
| Binary | 11111010 | 11101001 | 10101010 | 0 | 111 | 100000 | 10 | 101111 | 1011001 | 1010010 |
Color Harmonies of #FAE9AA
Complementary color
Monochromatic Colors of #FAE9AA
Black with #FAE9AA
Text Example
Text Example
White with #FAE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9AA; }
p { color: rgb(250,233,170); }
H1.HeaderClassName
{
color: #FAE9AA;
}
.AnyTagClassName
{
color: #FAE9AA;
}
</style>
background-color css
<style>
a { background-color: #FAE9AA; }
a { background-color: rgb(250,233,170); }
div.DivClassName
{
background-color: #FAE9AA;
}
.BgClassName
{
background-color: #FAE9AA;
}
</style>
border-color css
<style>
span { border-color: #FAE9AA; }
span { border-color: rgb(250,233,170); }
td.TdClassName
{
border-color: #FAE9AA;
}
.TagClassName
{
border-color: #FAE9AA;
}
</style>