Shades of Banana Mania #FAE4AC
Tints of Banana Mania #FAE4AC
RGB
CMYK
RGB Variations
Color information
#FAE4AC (or 0xFAE4AC) is known color: Banana Mania. HEX triplet: FA, E4 and AC. RGB value is (250,228,172). Sum of RGB (Red+Green+Blue) = 250+228+172=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4AC is #051B53. Grayscale: #E4E4E4. Windows color (decimal): -334676 or 11330810. OLE color: 11330810.
HSL color Cylindrical-coordinate representation of color #FAE4AC: hue angle of 43.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAE4AC is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 172 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.02 |
| HSL | 43.08º | 0.89% | 0.83% | - |
| HSV(B) | 43.08º | 0.31% | 0.98% | - |
| XYZ | 74.61 | 78.79 | 50.31 | - |
| YUV | 228.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 172 | 0 | 0.09 | 0.31 | 0.02 | 43.08 | 0.89 | 0.83 |
| Hex | FA | E4 | AC | 0 | 9 | 1F | 2 | 2B | 59 | 53 |
| Octal | 372 | 344 | 254 | 0 | 11 | 37 | 2 | 53 | 131 | 123 |
| Binary | 11111010 | 11100100 | 10101100 | 0 | 1001 | 11111 | 10 | 101011 | 1011001 | 1010011 |
Color Harmonies of #FAE4AC
Complementary color
Monochromatic Colors of #FAE4AC
Black with #FAE4AC
Text Example
Text Example
White with #FAE4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4AC; }
p { color: rgb(250,228,172); }
H1.HeaderClassName
{
color: #FAE4AC;
}
.AnyTagClassName
{
color: #FAE4AC;
}
</style>
background-color css
<style>
a { background-color: #FAE4AC; }
a { background-color: rgb(250,228,172); }
div.DivClassName
{
background-color: #FAE4AC;
}
.BgClassName
{
background-color: #FAE4AC;
}
</style>
border-color css
<style>
span { border-color: #FAE4AC; }
span { border-color: rgb(250,228,172); }
td.TdClassName
{
border-color: #FAE4AC;
}
.TagClassName
{
border-color: #FAE4AC;
}
</style>