Shades of Banana Mania #FAE6AA
Tints of Banana Mania #FAE6AA
RGB
CMYK
RGB Variations
Color information
#FAE6AA (or 0xFAE6AA) is known color: Banana Mania. HEX triplet: FA, E6 and AA. RGB value is (250,230,170). Sum of RGB (Red+Green+Blue) = 250+230+170=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6AA is #051955. Grayscale: #E5E5E5. Windows color (decimal): -334166 or 11200250. OLE color: 11200250.
HSL color Cylindrical-coordinate representation of color #FAE6AA: hue angle of 45º 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 #FAE6AA is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 170 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.02 |
| HSL | 45º | 0.89% | 0.82% | - |
| HSV(B) | 45º | 0.32% | 0.98% | - |
| XYZ | 74.98 | 79.82 | 49.49 | - |
| YUV | 229.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 170 | 0 | 0.08 | 0.32 | 0.02 | 45 | 0.89 | 0.82 |
| Hex | FA | E6 | AA | 0 | 8 | 20 | 2 | 2D | 59 | 52 |
| Octal | 372 | 346 | 252 | 0 | 10 | 40 | 2 | 55 | 131 | 122 |
| Binary | 11111010 | 11100110 | 10101010 | 0 | 1000 | 100000 | 10 | 101101 | 1011001 | 1010010 |
Color Harmonies of #FAE6AA
Complementary color
Monochromatic Colors of #FAE6AA
Black with #FAE6AA
Text Example
Text Example
White with #FAE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6AA; }
p { color: rgb(250,230,170); }
H1.HeaderClassName
{
color: #FAE6AA;
}
.AnyTagClassName
{
color: #FAE6AA;
}
</style>
background-color css
<style>
a { background-color: #FAE6AA; }
a { background-color: rgb(250,230,170); }
div.DivClassName
{
background-color: #FAE6AA;
}
.BgClassName
{
background-color: #FAE6AA;
}
</style>
border-color css
<style>
span { border-color: #FAE6AA; }
span { border-color: rgb(250,230,170); }
td.TdClassName
{
border-color: #FAE6AA;
}
.TagClassName
{
border-color: #FAE6AA;
}
</style>