Shades of Banana Mania #FAE5B1
Tints of Banana Mania #FAE5B1
RGB
CMYK
RGB Variations
Color information
#FAE5B1 (or 0xFAE5B1) is known color: Banana Mania. HEX triplet: FA, E5 and B1. RGB value is (250,229,177). Sum of RGB (Red+Green+Blue) = 250+229+177=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 177 (69.53% from 255 or 26.98% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5B1 is #051A4E. Grayscale: #E5E5E5. Windows color (decimal): -334415 or 11658746. OLE color: 11658746.
HSL color Cylindrical-coordinate representation of color #FAE5B1: hue angle of 42.74º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAE5B1 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 177 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.02 |
| HSL | 42.74º | 0.88% | 0.84% | - |
| HSV(B) | 42.74º | 0.29% | 0.98% | - |
| XYZ | 75.38 | 79.54 | 52.97 | - |
| YUV | 229.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 177 | 0 | 0.08 | 0.29 | 0.02 | 42.74 | 0.88 | 0.84 |
| Hex | FA | E5 | B1 | 0 | 8 | 1D | 2 | 2B | 58 | 54 |
| Octal | 372 | 345 | 261 | 0 | 10 | 35 | 2 | 53 | 130 | 124 |
| Binary | 11111010 | 11100101 | 10110001 | 0 | 1000 | 11101 | 10 | 101011 | 1011000 | 1010100 |
Color Harmonies of #FAE5B1
Complementary color
Monochromatic Colors of #FAE5B1
Black with #FAE5B1
Text Example
Text Example
White with #FAE5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5B1; }
p { color: rgb(250,229,177); }
H1.HeaderClassName
{
color: #FAE5B1;
}
.AnyTagClassName
{
color: #FAE5B1;
}
</style>
background-color css
<style>
a { background-color: #FAE5B1; }
a { background-color: rgb(250,229,177); }
div.DivClassName
{
background-color: #FAE5B1;
}
.BgClassName
{
background-color: #FAE5B1;
}
</style>
border-color css
<style>
span { border-color: #FAE5B1; }
span { border-color: rgb(250,229,177); }
td.TdClassName
{
border-color: #FAE5B1;
}
.TagClassName
{
border-color: #FAE5B1;
}
</style>