Shades of Banana Mania #FDE6AC
Tints of Banana Mania #FDE6AC
RGB
CMYK
RGB Variations
Color information
#FDE6AC (or 0xFDE6AC) is known color: Banana Mania. HEX triplet: FD, E6 and AC. RGB value is (253,230,172). Sum of RGB (Red+Green+Blue) = 253+230+172=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 172 (67.58% from 255 or 26.26% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE6AC is #021953. Grayscale: #E6E6E6. Windows color (decimal): -137556 or 11331325. OLE color: 11331325.
HSL color Cylindrical-coordinate representation of color #FDE6AC: hue angle of 42.96º 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 #FDE6AC is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 172 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.01 |
| HSL | 42.96º | 0.95% | 0.83% | - |
| HSV(B) | 42.96º | 0.32% | 0.99% | - |
| XYZ | 76.25 | 80.45 | 50.54 | - |
| YUV | 230.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 172 | 0 | 0.09 | 0.32 | 0.01 | 42.96 | 0.95 | 0.83 |
| Hex | FD | E6 | AC | 0 | 9 | 20 | 1 | 2B | 5F | 53 |
| Octal | 375 | 346 | 254 | 0 | 11 | 40 | 1 | 53 | 137 | 123 |
| Binary | 11111101 | 11100110 | 10101100 | 0 | 1001 | 100000 | 1 | 101011 | 1011111 | 1010011 |
Color Harmonies of #FDE6AC
Complementary color
Monochromatic Colors of #FDE6AC
Black with #FDE6AC
Text Example
Text Example
White with #FDE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6AC; }
p { color: rgb(253,230,172); }
H1.HeaderClassName
{
color: #FDE6AC;
}
.AnyTagClassName
{
color: #FDE6AC;
}
</style>
background-color css
<style>
a { background-color: #FDE6AC; }
a { background-color: rgb(253,230,172); }
div.DivClassName
{
background-color: #FDE6AC;
}
.BgClassName
{
background-color: #FDE6AC;
}
</style>
border-color css
<style>
span { border-color: #FDE6AC; }
span { border-color: rgb(253,230,172); }
td.TdClassName
{
border-color: #FDE6AC;
}
.TagClassName
{
border-color: #FDE6AC;
}
</style>