Shades of Banana Mania #FAEBB0
Tints of Banana Mania #FAEBB0
RGB
CMYK
RGB Variations
Color information
#FAEBB0 (or 0xFAEBB0) is known color: Banana Mania. HEX triplet: FA, EB and B0. RGB value is (250,235,176). Sum of RGB (Red+Green+Blue) = 250+235+176=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 176 (69.14% from 255 or 26.63% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEBB0 is #05144F. Grayscale: #E9E9E9. Windows color (decimal): -332880 or 11594746. OLE color: 11594746.
HSL color Cylindrical-coordinate representation of color #FAEBB0: hue angle of 47.84º 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 #FAEBB0 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 176 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.02 |
| HSL | 47.84º | 0.88% | 0.84% | - |
| HSV(B) | 47.84º | 0.3% | 0.98% | - |
| XYZ | 76.97 | 82.88 | 53.01 | - |
| YUV | 232.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 176 | 0 | 0.06 | 0.30 | 0.02 | 47.84 | 0.88 | 0.84 |
| Hex | FA | EB | B0 | 0 | 6 | 1E | 2 | 30 | 58 | 54 |
| Octal | 372 | 353 | 260 | 0 | 6 | 36 | 2 | 60 | 130 | 124 |
| Binary | 11111010 | 11101011 | 10110000 | 0 | 110 | 11110 | 10 | 110000 | 1011000 | 1010100 |
Color Harmonies of #FAEBB0
Complementary color
Monochromatic Colors of #FAEBB0
Black with #FAEBB0
Text Example
Text Example
White with #FAEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBB0; }
p { color: rgb(250,235,176); }
H1.HeaderClassName
{
color: #FAEBB0;
}
.AnyTagClassName
{
color: #FAEBB0;
}
</style>
background-color css
<style>
a { background-color: #FAEBB0; }
a { background-color: rgb(250,235,176); }
div.DivClassName
{
background-color: #FAEBB0;
}
.BgClassName
{
background-color: #FAEBB0;
}
</style>
border-color css
<style>
span { border-color: #FAEBB0; }
span { border-color: rgb(250,235,176); }
td.TdClassName
{
border-color: #FAEBB0;
}
.TagClassName
{
border-color: #FAEBB0;
}
</style>