Shades of Banana Mania #FDE7AB
Tints of Banana Mania #FDE7AB
RGB
CMYK
RGB Variations
Color information
#FDE7AB (or 0xFDE7AB) is known color: Banana Mania. HEX triplet: FD, E7 and AB. RGB value is (253,231,171). Sum of RGB (Red+Green+Blue) = 253+231+171=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE7AB is #021854. Grayscale: #E7E7E7. Windows color (decimal): -137301 or 11266045. OLE color: 11266045.
HSL color Cylindrical-coordinate representation of color #FDE7AB: hue angle of 43.9º 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 #FDE7AB is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 171 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.01 |
| HSL | 43.9º | 0.95% | 0.83% | - |
| HSV(B) | 43.9º | 0.32% | 0.99% | - |
| XYZ | 76.43 | 80.97 | 50.13 | - |
| YUV | 230.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 171 | 0 | 0.09 | 0.32 | 0.01 | 43.9 | 0.95 | 0.83 |
| Hex | FD | E7 | AB | 0 | 9 | 20 | 1 | 2C | 5F | 53 |
| Octal | 375 | 347 | 253 | 0 | 11 | 40 | 1 | 54 | 137 | 123 |
| Binary | 11111101 | 11100111 | 10101011 | 0 | 1001 | 100000 | 1 | 101100 | 1011111 | 1010011 |
Color Harmonies of #FDE7AB
Complementary color
Monochromatic Colors of #FDE7AB
Black with #FDE7AB
Text Example
Text Example
White with #FDE7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7AB; }
p { color: rgb(253,231,171); }
H1.HeaderClassName
{
color: #FDE7AB;
}
.AnyTagClassName
{
color: #FDE7AB;
}
</style>
background-color css
<style>
a { background-color: #FDE7AB; }
a { background-color: rgb(253,231,171); }
div.DivClassName
{
background-color: #FDE7AB;
}
.BgClassName
{
background-color: #FDE7AB;
}
</style>
border-color css
<style>
span { border-color: #FDE7AB; }
span { border-color: rgb(253,231,171); }
td.TdClassName
{
border-color: #FDE7AB;
}
.TagClassName
{
border-color: #FDE7AB;
}
</style>