Shades of Banana Mania #FDE8A8
Tints of Banana Mania #FDE8A8
RGB
CMYK
RGB Variations
Color information
#FDE8A8 (or 0xFDE8A8) is known color: Banana Mania. HEX triplet: FD, E8 and A8. RGB value is (253,232,168). Sum of RGB (Red+Green+Blue) = 253+232+168=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 168 (66.02% from 255 or 25.73% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE8A8 is #021757. Grayscale: #E7E7E7. Windows color (decimal): -137048 or 11069693. OLE color: 11069693.
HSL color Cylindrical-coordinate representation of color #FDE8A8: hue angle of 45.18º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDE8A8 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 168 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.01 |
| HSL | 45.18º | 0.96% | 0.83% | - |
| HSV(B) | 45.18º | 0.34% | 0.99% | - |
| XYZ | 76.43 | 81.42 | 48.73 | - |
| YUV | 230.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 168 | 0 | 0.08 | 0.34 | 0.01 | 45.18 | 0.96 | 0.83 |
| Hex | FD | E8 | A8 | 0 | 8 | 22 | 1 | 2D | 60 | 53 |
| Octal | 375 | 350 | 250 | 0 | 10 | 42 | 1 | 55 | 140 | 123 |
| Binary | 11111101 | 11101000 | 10101000 | 0 | 1000 | 100010 | 1 | 101101 | 1100000 | 1010011 |
Color Harmonies of #FDE8A8
Complementary color
Monochromatic Colors of #FDE8A8
Black with #FDE8A8
Text Example
Text Example
White with #FDE8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8A8; }
p { color: rgb(253,232,168); }
H1.HeaderClassName
{
color: #FDE8A8;
}
.AnyTagClassName
{
color: #FDE8A8;
}
</style>
background-color css
<style>
a { background-color: #FDE8A8; }
a { background-color: rgb(253,232,168); }
div.DivClassName
{
background-color: #FDE8A8;
}
.BgClassName
{
background-color: #FDE8A8;
}
</style>
border-color css
<style>
span { border-color: #FDE8A8; }
span { border-color: rgb(253,232,168); }
td.TdClassName
{
border-color: #FDE8A8;
}
.TagClassName
{
border-color: #FDE8A8;
}
</style>