Shades of Banana Mania #FDECB1
Tints of Banana Mania #FDECB1
RGB
CMYK
RGB Variations
Color information
#FDECB1 (or 0xFDECB1) is known color: Banana Mania. HEX triplet: FD, EC and B1. RGB value is (253,236,177). Sum of RGB (Red+Green+Blue) = 253+236+177=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 177 (69.53% from 255 or 26.58% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECB1 is #02134E. Grayscale: #EAEAEA. Windows color (decimal): -136015 or 11660541. OLE color: 11660541.
HSL color Cylindrical-coordinate representation of color #FDECB1: hue angle of 46.58º 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 #FDECB1 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 177 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.01 |
| HSL | 46.58º | 0.95% | 0.84% | - |
| HSV(B) | 46.58º | 0.3% | 0.99% | - |
| XYZ | 78.44 | 84.05 | 53.68 | - |
| YUV | 234.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 177 | 0 | 0.07 | 0.30 | 0.01 | 46.58 | 0.95 | 0.84 |
| Hex | FD | EC | B1 | 0 | 7 | 1E | 1 | 2F | 5F | 54 |
| Octal | 375 | 354 | 261 | 0 | 7 | 36 | 1 | 57 | 137 | 124 |
| Binary | 11111101 | 11101100 | 10110001 | 0 | 111 | 11110 | 1 | 101111 | 1011111 | 1010100 |
Color Harmonies of #FDECB1
Complementary color
Monochromatic Colors of #FDECB1
Black with #FDECB1
Text Example
Text Example
White with #FDECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECB1; }
p { color: rgb(253,236,177); }
H1.HeaderClassName
{
color: #FDECB1;
}
.AnyTagClassName
{
color: #FDECB1;
}
</style>
background-color css
<style>
a { background-color: #FDECB1; }
a { background-color: rgb(253,236,177); }
div.DivClassName
{
background-color: #FDECB1;
}
.BgClassName
{
background-color: #FDECB1;
}
</style>
border-color css
<style>
span { border-color: #FDECB1; }
span { border-color: rgb(253,236,177); }
td.TdClassName
{
border-color: #FDECB1;
}
.TagClassName
{
border-color: #FDECB1;
}
</style>