Shades of Banana Mania #FAE4B0
Tints of Banana Mania #FAE4B0
RGB
CMYK
RGB Variations
Color information
#FAE4B0 (or 0xFAE4B0) is known color: Banana Mania. HEX triplet: FA, E4 and B0. RGB value is (250,228,176). Sum of RGB (Red+Green+Blue) = 250+228+176=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4B0 is #051B4F. Grayscale: #E4E4E4. Windows color (decimal): -334672 or 11592954. OLE color: 11592954.
HSL color Cylindrical-coordinate representation of color #FAE4B0: hue angle of 42.16º 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 #FAE4B0 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 176 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.02 |
| HSL | 42.16º | 0.88% | 0.84% | - |
| HSV(B) | 42.16º | 0.3% | 0.98% | - |
| XYZ | 75 | 78.95 | 52.36 | - |
| YUV | 228.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 176 | 0 | 0.09 | 0.30 | 0.02 | 42.16 | 0.88 | 0.84 |
| Hex | FA | E4 | B0 | 0 | 9 | 1E | 2 | 2A | 58 | 54 |
| Octal | 372 | 344 | 260 | 0 | 11 | 36 | 2 | 52 | 130 | 124 |
| Binary | 11111010 | 11100100 | 10110000 | 0 | 1001 | 11110 | 10 | 101010 | 1011000 | 1010100 |
Color Harmonies of #FAE4B0
Complementary color
Monochromatic Colors of #FAE4B0
Black with #FAE4B0
Text Example
Text Example
White with #FAE4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4B0; }
p { color: rgb(250,228,176); }
H1.HeaderClassName
{
color: #FAE4B0;
}
.AnyTagClassName
{
color: #FAE4B0;
}
</style>
background-color css
<style>
a { background-color: #FAE4B0; }
a { background-color: rgb(250,228,176); }
div.DivClassName
{
background-color: #FAE4B0;
}
.BgClassName
{
background-color: #FAE4B0;
}
</style>
border-color css
<style>
span { border-color: #FAE4B0; }
span { border-color: rgb(250,228,176); }
td.TdClassName
{
border-color: #FAE4B0;
}
.TagClassName
{
border-color: #FAE4B0;
}
</style>