Shades of Banana Mania #FAEBAE
Tints of Banana Mania #FAEBAE
RGB
CMYK
RGB Variations
Color information
#FAEBAE (or 0xFAEBAE) is known color: Banana Mania. HEX triplet: FA, EB and AE. RGB value is (250,235,174). Sum of RGB (Red+Green+Blue) = 250+235+174=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 174 (68.36% from 255 or 26.40% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEBAE is #051451. Grayscale: #E8E8E8. Windows color (decimal): -332882 or 11463674. OLE color: 11463674.
HSL color Cylindrical-coordinate representation of color #FAEBAE: hue angle of 48.16º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAEBAE is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 174 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.02 |
| HSL | 48.16º | 0.88% | 0.83% | - |
| HSV(B) | 48.16º | 0.3% | 0.98% | - |
| XYZ | 76.77 | 82.8 | 51.98 | - |
| YUV | 232.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 174 | 0 | 0.06 | 0.30 | 0.02 | 48.16 | 0.88 | 0.83 |
| Hex | FA | EB | AE | 0 | 6 | 1E | 2 | 30 | 58 | 53 |
| Octal | 372 | 353 | 256 | 0 | 6 | 36 | 2 | 60 | 130 | 123 |
| Binary | 11111010 | 11101011 | 10101110 | 0 | 110 | 11110 | 10 | 110000 | 1011000 | 1010011 |
Color Harmonies of #FAEBAE
Complementary color
Monochromatic Colors of #FAEBAE
Black with #FAEBAE
Text Example
Text Example
White with #FAEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBAE; }
p { color: rgb(250,235,174); }
H1.HeaderClassName
{
color: #FAEBAE;
}
.AnyTagClassName
{
color: #FAEBAE;
}
</style>
background-color css
<style>
a { background-color: #FAEBAE; }
a { background-color: rgb(250,235,174); }
div.DivClassName
{
background-color: #FAEBAE;
}
.BgClassName
{
background-color: #FAEBAE;
}
</style>
border-color css
<style>
span { border-color: #FAEBAE; }
span { border-color: rgb(250,235,174); }
td.TdClassName
{
border-color: #FAEBAE;
}
.TagClassName
{
border-color: #FAEBAE;
}
</style>