Shades of Banana Mania #FDECAB
Tints of Banana Mania #FDECAB
RGB
CMYK
RGB Variations
Color information
#FDECAB (or 0xFDECAB) is known color: Banana Mania. HEX triplet: FD, EC and AB. RGB value is (253,236,171). Sum of RGB (Red+Green+Blue) = 253+236+171=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 171 (67.19% from 255 or 25.91% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECAB is #021354. Grayscale: #E9E9E9. Windows color (decimal): -136021 or 11267325. OLE color: 11267325.
HSL color Cylindrical-coordinate representation of color #FDECAB: hue angle of 47.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDECAB is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 171 | - |
CMYK | 0 | 0.07 | 0.32 | 0.01 |
HSL | 47.56º | 0.95% | 0.83% | - |
HSV(B) | 47.56º | 0.32% | 0.99% | - |
XYZ | 77.85 | 83.81 | 50.6 | - |
YUV | 233.67 | 92.63 | 141.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 171 | 0 | 0.07 | 0.32 | 0.01 | 47.56 | 0.95 | 0.83 |
Hex | FD | EC | AB | 0 | 7 | 20 | 1 | 30 | 5F | 53 |
Octal | 375 | 354 | 253 | 0 | 7 | 40 | 1 | 60 | 137 | 123 |
Binary | 11111101 | 11101100 | 10101011 | 0 | 111 | 100000 | 1 | 110000 | 1011111 | 1010011 |
Color Harmonies of #FDECAB
Complementary color
Monochromatic Colors of #FDECAB
Black with #FDECAB
Text Example
Text Example
White with #FDECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECAB; }
p { color: rgb(253,236,171); }
H1.HeaderClassName
{
color: #FDECAB;
}
.AnyTagClassName
{
color: #FDECAB;
}
</style>
background-color css
<style>
a { background-color: #FDECAB; }
a { background-color: rgb(253,236,171); }
div.DivClassName
{
background-color: #FDECAB;
}
.BgClassName
{
background-color: #FDECAB;
}
</style>
border-color css
<style>
span { border-color: #FDECAB; }
span { border-color: rgb(253,236,171); }
td.TdClassName
{
border-color: #FDECAB;
}
.TagClassName
{
border-color: #FDECAB;
}
</style>