Shades of Banana Mania #FAE9B0
Tints of Banana Mania #FAE9B0
RGB
CMYK
RGB Variations
Color information
#FAE9B0 (or 0xFAE9B0) is known color: Banana Mania. HEX triplet: FA, E9 and B0. RGB value is (250,233,176). Sum of RGB (Red+Green+Blue) = 250+233+176=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 176 (69.14% from 255 or 26.71% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE9B0 is #05164F. Grayscale: #E7E7E7. Windows color (decimal): -333392 or 11594234. OLE color: 11594234.
HSL color Cylindrical-coordinate representation of color #FAE9B0: hue angle of 46.22º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAE9B0 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 176 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.02 |
| HSL | 46.22º | 0.88% | 0.84% | - |
| HSV(B) | 46.22º | 0.3% | 0.98% | - |
| XYZ | 76.4 | 81.74 | 52.82 | - |
| YUV | 231.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 176 | 0 | 0.07 | 0.30 | 0.02 | 46.22 | 0.88 | 0.84 |
| Hex | FA | E9 | B0 | 0 | 7 | 1E | 2 | 2E | 58 | 54 |
| Octal | 372 | 351 | 260 | 0 | 7 | 36 | 2 | 56 | 130 | 124 |
| Binary | 11111010 | 11101001 | 10110000 | 0 | 111 | 11110 | 10 | 101110 | 1011000 | 1010100 |
Color Harmonies of #FAE9B0
Complementary color
Monochromatic Colors of #FAE9B0
Black with #FAE9B0
Text Example
Text Example
White with #FAE9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9B0; }
p { color: rgb(250,233,176); }
H1.HeaderClassName
{
color: #FAE9B0;
}
.AnyTagClassName
{
color: #FAE9B0;
}
</style>
background-color css
<style>
a { background-color: #FAE9B0; }
a { background-color: rgb(250,233,176); }
div.DivClassName
{
background-color: #FAE9B0;
}
.BgClassName
{
background-color: #FAE9B0;
}
</style>
border-color css
<style>
span { border-color: #FAE9B0; }
span { border-color: rgb(250,233,176); }
td.TdClassName
{
border-color: #FAE9B0;
}
.TagClassName
{
border-color: #FAE9B0;
}
</style>