Shades of Banana Mania #FDE4B0
Tints of Banana Mania #FDE4B0
RGB
CMYK
RGB Variations
Color information
#FDE4B0 (or 0xFDE4B0) is known color: Banana Mania. HEX triplet: FD, E4 and B0. RGB value is (253,228,176). Sum of RGB (Red+Green+Blue) = 253+228+176=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4B0 is #021B4F. Grayscale: #E5E5E5. Windows color (decimal): -138064 or 11592957. OLE color: 11592957.
HSL color Cylindrical-coordinate representation of color #FDE4B0: hue angle of 40.52º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDE4B0 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 176 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.01 |
| HSL | 40.52º | 0.95% | 0.84% | - |
| HSV(B) | 40.52º | 0.3% | 0.99% | - |
| XYZ | 76.09 | 79.5 | 52.41 | - |
| YUV | 229.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 176 | 0 | 0.10 | 0.30 | 0.01 | 40.52 | 0.95 | 0.84 |
| Hex | FD | E4 | B0 | 0 | A | 1E | 1 | 29 | 5F | 54 |
| Octal | 375 | 344 | 260 | 0 | 12 | 36 | 1 | 51 | 137 | 124 |
| Binary | 11111101 | 11100100 | 10110000 | 0 | 1010 | 11110 | 1 | 101001 | 1011111 | 1010100 |
Color Harmonies of #FDE4B0
Complementary color
Monochromatic Colors of #FDE4B0
Black with #FDE4B0
Text Example
Text Example
White with #FDE4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4B0; }
p { color: rgb(253,228,176); }
H1.HeaderClassName
{
color: #FDE4B0;
}
.AnyTagClassName
{
color: #FDE4B0;
}
</style>
background-color css
<style>
a { background-color: #FDE4B0; }
a { background-color: rgb(253,228,176); }
div.DivClassName
{
background-color: #FDE4B0;
}
.BgClassName
{
background-color: #FDE4B0;
}
</style>
border-color css
<style>
span { border-color: #FDE4B0; }
span { border-color: rgb(253,228,176); }
td.TdClassName
{
border-color: #FDE4B0;
}
.TagClassName
{
border-color: #FDE4B0;
}
</style>