Shades of Banana Mania #FAEEB0
Tints of Banana Mania #FAEEB0
RGB
CMYK
RGB Variations
Color information
#FAEEB0 (or 0xFAEEB0) is known color: Banana Mania. HEX triplet: FA, EE and B0. RGB value is (250,238,176). Sum of RGB (Red+Green+Blue) = 250+238+176=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 176 (69.14% from 255 or 26.51% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEB0 is #05114F. Grayscale: #EAEAEA. Windows color (decimal): -332112 or 11595514. OLE color: 11595514.
HSL color Cylindrical-coordinate representation of color #FAEEB0: hue angle of 50.27º 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 #FAEEB0 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 176 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.02 |
| HSL | 50.27º | 0.88% | 0.84% | - |
| HSV(B) | 50.27º | 0.3% | 0.98% | - |
| XYZ | 77.84 | 84.61 | 53.3 | - |
| YUV | 234.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 176 | 0 | 0.05 | 0.30 | 0.02 | 50.27 | 0.88 | 0.84 |
| Hex | FA | EE | B0 | 0 | 5 | 1E | 2 | 32 | 58 | 54 |
| Octal | 372 | 356 | 260 | 0 | 5 | 36 | 2 | 62 | 130 | 124 |
| Binary | 11111010 | 11101110 | 10110000 | 0 | 101 | 11110 | 10 | 110010 | 1011000 | 1010100 |
Color Harmonies of #FAEEB0
Complementary color
Monochromatic Colors of #FAEEB0
Black with #FAEEB0
Text Example
Text Example
White with #FAEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEB0; }
p { color: rgb(250,238,176); }
H1.HeaderClassName
{
color: #FAEEB0;
}
.AnyTagClassName
{
color: #FAEEB0;
}
</style>
background-color css
<style>
a { background-color: #FAEEB0; }
a { background-color: rgb(250,238,176); }
div.DivClassName
{
background-color: #FAEEB0;
}
.BgClassName
{
background-color: #FAEEB0;
}
</style>
border-color css
<style>
span { border-color: #FAEEB0; }
span { border-color: rgb(250,238,176); }
td.TdClassName
{
border-color: #FAEEB0;
}
.TagClassName
{
border-color: #FAEEB0;
}
</style>