Shades of Banana Mania #FDE5AC
Tints of Banana Mania #FDE5AC
RGB
CMYK
RGB Variations
Color information
#FDE5AC (or 0xFDE5AC) is known color: Banana Mania. HEX triplet: FD, E5 and AC. RGB value is (253,229,172). Sum of RGB (Red+Green+Blue) = 253+229+172=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 172 (67.58% from 255 or 26.30% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE5AC is #021A53. Grayscale: #E5E5E5. Windows color (decimal): -137812 or 11331069. OLE color: 11331069.
HSL color Cylindrical-coordinate representation of color #FDE5AC: hue angle of 42.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDE5AC is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 172 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.01 |
| HSL | 42.22º | 0.95% | 0.83% | - |
| HSV(B) | 42.22º | 0.32% | 0.99% | - |
| XYZ | 75.97 | 79.9 | 50.45 | - |
| YUV | 229.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 172 | 0 | 0.09 | 0.32 | 0.01 | 42.22 | 0.95 | 0.83 |
| Hex | FD | E5 | AC | 0 | 9 | 20 | 1 | 2A | 5F | 53 |
| Octal | 375 | 345 | 254 | 0 | 11 | 40 | 1 | 52 | 137 | 123 |
| Binary | 11111101 | 11100101 | 10101100 | 0 | 1001 | 100000 | 1 | 101010 | 1011111 | 1010011 |
Color Harmonies of #FDE5AC
Complementary color
Monochromatic Colors of #FDE5AC
Black with #FDE5AC
Text Example
Text Example
White with #FDE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5AC; }
p { color: rgb(253,229,172); }
H1.HeaderClassName
{
color: #FDE5AC;
}
.AnyTagClassName
{
color: #FDE5AC;
}
</style>
background-color css
<style>
a { background-color: #FDE5AC; }
a { background-color: rgb(253,229,172); }
div.DivClassName
{
background-color: #FDE5AC;
}
.BgClassName
{
background-color: #FDE5AC;
}
</style>
border-color css
<style>
span { border-color: #FDE5AC; }
span { border-color: rgb(253,229,172); }
td.TdClassName
{
border-color: #FDE5AC;
}
.TagClassName
{
border-color: #FDE5AC;
}
</style>