Shades of Banana Mania #FDEBA8
Tints of Banana Mania #FDEBA8
RGB
CMYK
RGB Variations
Color information
#FDEBA8 (or 0xFDEBA8) is known color: Banana Mania. HEX triplet: FD, EB and A8. RGB value is (253,235,168). Sum of RGB (Red+Green+Blue) = 253+235+168=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEBA8 is #021457. Grayscale: #E9E9E9. Windows color (decimal): -136280 or 11070461. OLE color: 11070461.
HSL color Cylindrical-coordinate representation of color #FDEBA8: hue angle of 47.29º 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 #FDEBA8 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 168 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.01 |
| HSL | 47.29º | 0.96% | 0.83% | - |
| HSV(B) | 47.29º | 0.34% | 0.99% | - |
| XYZ | 77.28 | 83.13 | 49.02 | - |
| YUV | 232.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 168 | 0 | 0.07 | 0.34 | 0.01 | 47.29 | 0.96 | 0.83 |
| Hex | FD | EB | A8 | 0 | 7 | 22 | 1 | 2F | 60 | 53 |
| Octal | 375 | 353 | 250 | 0 | 7 | 42 | 1 | 57 | 140 | 123 |
| Binary | 11111101 | 11101011 | 10101000 | 0 | 111 | 100010 | 1 | 101111 | 1100000 | 1010011 |
Color Harmonies of #FDEBA8
Complementary color
Monochromatic Colors of #FDEBA8
Black with #FDEBA8
Text Example
Text Example
White with #FDEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBA8; }
p { color: rgb(253,235,168); }
H1.HeaderClassName
{
color: #FDEBA8;
}
.AnyTagClassName
{
color: #FDEBA8;
}
</style>
background-color css
<style>
a { background-color: #FDEBA8; }
a { background-color: rgb(253,235,168); }
div.DivClassName
{
background-color: #FDEBA8;
}
.BgClassName
{
background-color: #FDEBA8;
}
</style>
border-color css
<style>
span { border-color: #FDEBA8; }
span { border-color: rgb(253,235,168); }
td.TdClassName
{
border-color: #FDEBA8;
}
.TagClassName
{
border-color: #FDEBA8;
}
</style>