Shades of Banana Mania #FAE5AF
Tints of Banana Mania #FAE5AF
RGB
CMYK
RGB Variations
Color information
#FAE5AF (or 0xFAE5AF) is known color: Banana Mania. HEX triplet: FA, E5 and AF. RGB value is (250,229,175). Sum of RGB (Red+Green+Blue) = 250+229+175=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5AF is #051A50. Grayscale: #E5E5E5. Windows color (decimal): -334417 or 11527674. OLE color: 11527674.
HSL color Cylindrical-coordinate representation of color #FAE5AF: hue angle of 43.2º 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 #FAE5AF is Cyan = 0, Magento = 0.08, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 175 | - |
| CMYK | 0 | 0.08 | 0.3 | 0.02 |
| HSL | 43.2º | 0.88% | 0.83% | - |
| HSV(B) | 43.2º | 0.3% | 0.98% | - |
| XYZ | 75.18 | 79.46 | 51.93 | - |
| YUV | 229.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 175 | 0 | 0.08 | 0.3 | 0.02 | 43.2 | 0.88 | 0.83 |
| Hex | FA | E5 | AF | 0 | 8 | 1E | 2 | 2B | 58 | 53 |
| Octal | 372 | 345 | 257 | 0 | 10 | 36 | 2 | 53 | 130 | 123 |
| Binary | 11111010 | 11100101 | 10101111 | 0 | 1000 | 11110 | 10 | 101011 | 1011000 | 1010011 |
Color Harmonies of #FAE5AF
Complementary color
Monochromatic Colors of #FAE5AF
Black with #FAE5AF
Text Example
Text Example
White with #FAE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5AF; }
p { color: rgb(250,229,175); }
H1.HeaderClassName
{
color: #FAE5AF;
}
.AnyTagClassName
{
color: #FAE5AF;
}
</style>
background-color css
<style>
a { background-color: #FAE5AF; }
a { background-color: rgb(250,229,175); }
div.DivClassName
{
background-color: #FAE5AF;
}
.BgClassName
{
background-color: #FAE5AF;
}
</style>
border-color css
<style>
span { border-color: #FAE5AF; }
span { border-color: rgb(250,229,175); }
td.TdClassName
{
border-color: #FAE5AF;
}
.TagClassName
{
border-color: #FAE5AF;
}
</style>