Shades of Banana Mania #FAE3B0
Tints of Banana Mania #FAE3B0
RGB
CMYK
RGB Variations
Color information
#FAE3B0 (or 0xFAE3B0) is known color: Banana Mania. HEX triplet: FA, E3 and B0. RGB value is (250,227,176). Sum of RGB (Red+Green+Blue) = 250+227+176=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 176 (69.14% from 255 or 26.95% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3B0 is #051C4F. Grayscale: #E4E4E4. Windows color (decimal): -334928 or 11592698. OLE color: 11592698.
HSL color Cylindrical-coordinate representation of color #FAE3B0: hue angle of 41.35º 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 #FAE3B0 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 176 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.02 |
| HSL | 41.35º | 0.88% | 0.84% | - |
| HSV(B) | 41.35º | 0.3% | 0.98% | - |
| XYZ | 74.73 | 78.4 | 52.27 | - |
| YUV | 228.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 176 | 0 | 0.09 | 0.30 | 0.02 | 41.35 | 0.88 | 0.84 |
| Hex | FA | E3 | B0 | 0 | 9 | 1E | 2 | 29 | 58 | 54 |
| Octal | 372 | 343 | 260 | 0 | 11 | 36 | 2 | 51 | 130 | 124 |
| Binary | 11111010 | 11100011 | 10110000 | 0 | 1001 | 11110 | 10 | 101001 | 1011000 | 1010100 |
Color Harmonies of #FAE3B0
Complementary color
Monochromatic Colors of #FAE3B0
Black with #FAE3B0
Text Example
Text Example
White with #FAE3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3B0; }
p { color: rgb(250,227,176); }
H1.HeaderClassName
{
color: #FAE3B0;
}
.AnyTagClassName
{
color: #FAE3B0;
}
</style>
background-color css
<style>
a { background-color: #FAE3B0; }
a { background-color: rgb(250,227,176); }
div.DivClassName
{
background-color: #FAE3B0;
}
.BgClassName
{
background-color: #FAE3B0;
}
</style>
border-color css
<style>
span { border-color: #FAE3B0; }
span { border-color: rgb(250,227,176); }
td.TdClassName
{
border-color: #FAE3B0;
}
.TagClassName
{
border-color: #FAE3B0;
}
</style>