Shades of Banana Mania #FAE5AA
Tints of Banana Mania #FAE5AA
RGB
CMYK
RGB Variations
Color information
#FAE5AA (or 0xFAE5AA) is known color: Banana Mania. HEX triplet: FA, E5 and AA. RGB value is (250,229,170). Sum of RGB (Red+Green+Blue) = 250+229+170=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5AA is #051A55. Grayscale: #E4E4E4. Windows color (decimal): -334422 or 11199994. OLE color: 11199994.
HSL color Cylindrical-coordinate representation of color #FAE5AA: hue angle of 44.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 #FAE5AA is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 170 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.02 |
| HSL | 44.25º | 0.89% | 0.82% | - |
| HSV(B) | 44.25º | 0.32% | 0.98% | - |
| XYZ | 74.7 | 79.26 | 49.39 | - |
| YUV | 228.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 170 | 0 | 0.08 | 0.32 | 0.02 | 44.25 | 0.89 | 0.82 |
| Hex | FA | E5 | AA | 0 | 8 | 20 | 2 | 2C | 59 | 52 |
| Octal | 372 | 345 | 252 | 0 | 10 | 40 | 2 | 54 | 131 | 122 |
| Binary | 11111010 | 11100101 | 10101010 | 0 | 1000 | 100000 | 10 | 101100 | 1011001 | 1010010 |
Color Harmonies of #FAE5AA
Complementary color
Monochromatic Colors of #FAE5AA
Black with #FAE5AA
Text Example
Text Example
White with #FAE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5AA; }
p { color: rgb(250,229,170); }
H1.HeaderClassName
{
color: #FAE5AA;
}
.AnyTagClassName
{
color: #FAE5AA;
}
</style>
background-color css
<style>
a { background-color: #FAE5AA; }
a { background-color: rgb(250,229,170); }
div.DivClassName
{
background-color: #FAE5AA;
}
.BgClassName
{
background-color: #FAE5AA;
}
</style>
border-color css
<style>
span { border-color: #FAE5AA; }
span { border-color: rgb(250,229,170); }
td.TdClassName
{
border-color: #FAE5AA;
}
.TagClassName
{
border-color: #FAE5AA;
}
</style>