Shades of Banana Mania #FDEAAB
Tints of Banana Mania #FDEAAB
RGB
CMYK
RGB Variations
Color information
#FDEAAB (or 0xFDEAAB) is known color: Banana Mania. HEX triplet: FD, EA and AB. RGB value is (253,234,171). Sum of RGB (Red+Green+Blue) = 253+234+171=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAAB is #021554. Grayscale: #E8E8E8. Windows color (decimal): -136533 or 11266813. OLE color: 11266813.
HSL color Cylindrical-coordinate representation of color #FDEAAB: hue angle of 46.1º 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 #FDEAAB is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 171 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.01 |
| HSL | 46.1º | 0.95% | 0.83% | - |
| HSV(B) | 46.1º | 0.32% | 0.99% | - |
| XYZ | 77.28 | 82.67 | 50.41 | - |
| YUV | 232.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 171 | 0 | 0.08 | 0.32 | 0.01 | 46.1 | 0.95 | 0.83 |
| Hex | FD | EA | AB | 0 | 8 | 20 | 1 | 2E | 5F | 53 |
| Octal | 375 | 352 | 253 | 0 | 10 | 40 | 1 | 56 | 137 | 123 |
| Binary | 11111101 | 11101010 | 10101011 | 0 | 1000 | 100000 | 1 | 101110 | 1011111 | 1010011 |
Color Harmonies of #FDEAAB
Complementary color
Monochromatic Colors of #FDEAAB
Black with #FDEAAB
Text Example
Text Example
White with #FDEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAAB; }
p { color: rgb(253,234,171); }
H1.HeaderClassName
{
color: #FDEAAB;
}
.AnyTagClassName
{
color: #FDEAAB;
}
</style>
background-color css
<style>
a { background-color: #FDEAAB; }
a { background-color: rgb(253,234,171); }
div.DivClassName
{
background-color: #FDEAAB;
}
.BgClassName
{
background-color: #FDEAAB;
}
</style>
border-color css
<style>
span { border-color: #FDEAAB; }
span { border-color: rgb(253,234,171); }
td.TdClassName
{
border-color: #FDEAAB;
}
.TagClassName
{
border-color: #FDEAAB;
}
</style>