Shades of Banana Mania #FDEAAA
Tints of Banana Mania #FDEAAA
RGB
CMYK
RGB Variations
Color information
#FDEAAA (or 0xFDEAAA) is known color: Banana Mania. HEX triplet: FD, EA and AA. RGB value is (253,234,170). Sum of RGB (Red+Green+Blue) = 253+234+170=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAAA is #021555. Grayscale: #E8E8E8. Windows color (decimal): -136534 or 11201277. OLE color: 11201277.
HSL color Cylindrical-coordinate representation of color #FDEAAA: hue angle of 46.27º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDEAAA is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 170 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.01 |
| HSL | 46.27º | 0.95% | 0.83% | - |
| HSV(B) | 46.27º | 0.33% | 0.99% | - |
| XYZ | 77.19 | 82.63 | 49.91 | - |
| YUV | 232.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 170 | 0 | 0.08 | 0.33 | 0.01 | 46.27 | 0.95 | 0.83 |
| Hex | FD | EA | AA | 0 | 8 | 21 | 1 | 2E | 5F | 53 |
| Octal | 375 | 352 | 252 | 0 | 10 | 41 | 1 | 56 | 137 | 123 |
| Binary | 11111101 | 11101010 | 10101010 | 0 | 1000 | 100001 | 1 | 101110 | 1011111 | 1010011 |
Color Harmonies of #FDEAAA
Complementary color
Monochromatic Colors of #FDEAAA
Black with #FDEAAA
Text Example
Text Example
White with #FDEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAAA; }
p { color: rgb(253,234,170); }
H1.HeaderClassName
{
color: #FDEAAA;
}
.AnyTagClassName
{
color: #FDEAAA;
}
</style>
background-color css
<style>
a { background-color: #FDEAAA; }
a { background-color: rgb(253,234,170); }
div.DivClassName
{
background-color: #FDEAAA;
}
.BgClassName
{
background-color: #FDEAAA;
}
</style>
border-color css
<style>
span { border-color: #FDEAAA; }
span { border-color: rgb(253,234,170); }
td.TdClassName
{
border-color: #FDEAAA;
}
.TagClassName
{
border-color: #FDEAAA;
}
</style>