Shades of Banana Mania #FDEBAB
Tints of Banana Mania #FDEBAB
RGB
CMYK
RGB Variations
Color information
#FDEBAB (or 0xFDEBAB) is known color: Banana Mania. HEX triplet: FD, EB and AB. RGB value is (253,235,171). Sum of RGB (Red+Green+Blue) = 253+235+171=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEBAB is #021454. Grayscale: #E9E9E9. Windows color (decimal): -136277 or 11267069. OLE color: 11267069.
HSL color Cylindrical-coordinate representation of color #FDEBAB: hue angle of 46.83º 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 #FDEBAB is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 171 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.01 |
| HSL | 46.83º | 0.95% | 0.83% | - |
| HSV(B) | 46.83º | 0.32% | 0.99% | - |
| XYZ | 77.57 | 83.24 | 50.51 | - |
| YUV | 233.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 171 | 0 | 0.07 | 0.32 | 0.01 | 46.83 | 0.95 | 0.83 |
| Hex | FD | EB | AB | 0 | 7 | 20 | 1 | 2F | 5F | 53 |
| Octal | 375 | 353 | 253 | 0 | 7 | 40 | 1 | 57 | 137 | 123 |
| Binary | 11111101 | 11101011 | 10101011 | 0 | 111 | 100000 | 1 | 101111 | 1011111 | 1010011 |
Color Harmonies of #FDEBAB
Complementary color
Monochromatic Colors of #FDEBAB
Black with #FDEBAB
Text Example
Text Example
White with #FDEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBAB; }
p { color: rgb(253,235,171); }
H1.HeaderClassName
{
color: #FDEBAB;
}
.AnyTagClassName
{
color: #FDEBAB;
}
</style>
background-color css
<style>
a { background-color: #FDEBAB; }
a { background-color: rgb(253,235,171); }
div.DivClassName
{
background-color: #FDEBAB;
}
.BgClassName
{
background-color: #FDEBAB;
}
</style>
border-color css
<style>
span { border-color: #FDEBAB; }
span { border-color: rgb(253,235,171); }
td.TdClassName
{
border-color: #FDEBAB;
}
.TagClassName
{
border-color: #FDEBAB;
}
</style>