Shades of Banana Mania #FAE8B4
Tints of Banana Mania #FAE8B4
RGB
CMYK
RGB Variations
Color information
#FAE8B4 (or 0xFAE8B4) is known color: Banana Mania. HEX triplet: FA, E8 and B4. RGB value is (250,232,180). Sum of RGB (Red+Green+Blue) = 250+232+180=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 180 (70.70% from 255 or 27.19% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8B4 is #05174B. Grayscale: #E7E7E7. Windows color (decimal): -333644 or 11856122. OLE color: 11856122.
HSL color Cylindrical-coordinate representation of color #FAE8B4: hue angle of 44.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAE8B4 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 180 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.02 |
| HSL | 44.57º | 0.88% | 0.84% | - |
| HSV(B) | 44.57º | 0.28% | 0.98% | - |
| XYZ | 76.52 | 81.33 | 54.85 | - |
| YUV | 231.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 180 | 0 | 0.07 | 0.28 | 0.02 | 44.57 | 0.88 | 0.84 |
| Hex | FA | E8 | B4 | 0 | 7 | 1C | 2 | 2D | 58 | 54 |
| Octal | 372 | 350 | 264 | 0 | 7 | 34 | 2 | 55 | 130 | 124 |
| Binary | 11111010 | 11101000 | 10110100 | 0 | 111 | 11100 | 10 | 101101 | 1011000 | 1010100 |
Color Harmonies of #FAE8B4
Complementary color
Monochromatic Colors of #FAE8B4
Black with #FAE8B4
Text Example
Text Example
White with #FAE8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8B4; }
p { color: rgb(250,232,180); }
H1.HeaderClassName
{
color: #FAE8B4;
}
.AnyTagClassName
{
color: #FAE8B4;
}
</style>
background-color css
<style>
a { background-color: #FAE8B4; }
a { background-color: rgb(250,232,180); }
div.DivClassName
{
background-color: #FAE8B4;
}
.BgClassName
{
background-color: #FAE8B4;
}
</style>
border-color css
<style>
span { border-color: #FAE8B4; }
span { border-color: rgb(250,232,180); }
td.TdClassName
{
border-color: #FAE8B4;
}
.TagClassName
{
border-color: #FAE8B4;
}
</style>