Shades of Banana Mania #FDEEAB
Tints of Banana Mania #FDEEAB
RGB
CMYK
RGB Variations
Color information
#FDEEAB (or 0xFDEEAB) is known color: Banana Mania. HEX triplet: FD, EE and AB. RGB value is (253,238,171). Sum of RGB (Red+Green+Blue) = 253+238+171=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 171 (67.19% from 255 or 25.83% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEEAB is #021154. Grayscale: #EBEBEB. Windows color (decimal): -135509 or 11267837. OLE color: 11267837.
HSL color Cylindrical-coordinate representation of color #FDEEAB: hue angle of 49.02º 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 #FDEEAB is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 171 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.01 |
| HSL | 49.02º | 0.95% | 0.83% | - |
| HSV(B) | 49.02º | 0.32% | 0.99% | - |
| XYZ | 78.43 | 84.97 | 50.8 | - |
| YUV | 234.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 171 | 0 | 0.06 | 0.32 | 0.01 | 49.02 | 0.95 | 0.83 |
| Hex | FD | EE | AB | 0 | 6 | 20 | 1 | 31 | 5F | 53 |
| Octal | 375 | 356 | 253 | 0 | 6 | 40 | 1 | 61 | 137 | 123 |
| Binary | 11111101 | 11101110 | 10101011 | 0 | 110 | 100000 | 1 | 110001 | 1011111 | 1010011 |
Color Harmonies of #FDEEAB
Complementary color
Monochromatic Colors of #FDEEAB
Black with #FDEEAB
Text Example
Text Example
White with #FDEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEAB; }
p { color: rgb(253,238,171); }
H1.HeaderClassName
{
color: #FDEEAB;
}
.AnyTagClassName
{
color: #FDEEAB;
}
</style>
background-color css
<style>
a { background-color: #FDEEAB; }
a { background-color: rgb(253,238,171); }
div.DivClassName
{
background-color: #FDEEAB;
}
.BgClassName
{
background-color: #FDEEAB;
}
</style>
border-color css
<style>
span { border-color: #FDEEAB; }
span { border-color: rgb(253,238,171); }
td.TdClassName
{
border-color: #FDEEAB;
}
.TagClassName
{
border-color: #FDEEAB;
}
</style>