Shades of Banana Mania #FDECAA
Tints of Banana Mania #FDECAA
RGB
CMYK
RGB Variations
Color information
#FDECAA (or 0xFDECAA) is known color: Banana Mania. HEX triplet: FD, EC and AA. RGB value is (253,236,170). Sum of RGB (Red+Green+Blue) = 253+236+170=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECAA is #021355. Grayscale: #E9E9E9. Windows color (decimal): -136022 or 11201789. OLE color: 11201789.
HSL color Cylindrical-coordinate representation of color #FDECAA: hue angle of 47.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDECAA is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 170 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.01 |
| HSL | 47.71º | 0.95% | 0.83% | - |
| HSV(B) | 47.71º | 0.33% | 0.99% | - |
| XYZ | 77.76 | 83.78 | 50.1 | - |
| YUV | 233.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 170 | 0 | 0.07 | 0.33 | 0.01 | 47.71 | 0.95 | 0.83 |
| Hex | FD | EC | AA | 0 | 7 | 21 | 1 | 30 | 5F | 53 |
| Octal | 375 | 354 | 252 | 0 | 7 | 41 | 1 | 60 | 137 | 123 |
| Binary | 11111101 | 11101100 | 10101010 | 0 | 111 | 100001 | 1 | 110000 | 1011111 | 1010011 |
Color Harmonies of #FDECAA
Complementary color
Monochromatic Colors of #FDECAA
Black with #FDECAA
Text Example
Text Example
White with #FDECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECAA; }
p { color: rgb(253,236,170); }
H1.HeaderClassName
{
color: #FDECAA;
}
.AnyTagClassName
{
color: #FDECAA;
}
</style>
background-color css
<style>
a { background-color: #FDECAA; }
a { background-color: rgb(253,236,170); }
div.DivClassName
{
background-color: #FDECAA;
}
.BgClassName
{
background-color: #FDECAA;
}
</style>
border-color css
<style>
span { border-color: #FDECAA; }
span { border-color: rgb(253,236,170); }
td.TdClassName
{
border-color: #FDECAA;
}
.TagClassName
{
border-color: #FDECAA;
}
</style>