Shades of Banana Mania #FEEAAD
Tints of Banana Mania #FEEAAD
RGB
CMYK
RGB Variations
Color information
#FEEAAD (or 0xFEEAAD) is known color: Banana Mania. HEX triplet: FE, EA and AD. RGB value is (254,234,173). Sum of RGB (Red+Green+Blue) = 254+234+173=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 173 (67.97% from 255 or 26.17% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAAD is #011552. Grayscale: #E9E9E9. Windows color (decimal): -70995 or 11397886. OLE color: 11397886.
HSL color Cylindrical-coordinate representation of color #FEEAAD: hue angle of 45.19º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEEAAD is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 173 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.00 |
| HSL | 45.19º | 0.98% | 0.84% | - |
| HSV(B) | 45.19º | 0.32% | 1% | - |
| XYZ | 77.84 | 82.93 | 51.44 | - |
| YUV | 233.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 173 | 0 | 0.08 | 0.32 | 0.00 | 45.19 | 0.98 | 0.84 |
| Hex | FE | EA | AD | 0 | 8 | 20 | 0 | 2D | 62 | 54 |
| Octal | 376 | 352 | 255 | 0 | 10 | 40 | 0 | 55 | 142 | 124 |
| Binary | 11111110 | 11101010 | 10101101 | 0 | 1000 | 100000 | 0 | 101101 | 1100010 | 1010100 |
Color Harmonies of #FEEAAD
Complementary color
Monochromatic Colors of #FEEAAD
Black with #FEEAAD
Text Example
Text Example
White with #FEEAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAAD; }
p { color: rgb(254,234,173); }
H1.HeaderClassName
{
color: #FEEAAD;
}
.AnyTagClassName
{
color: #FEEAAD;
}
</style>
background-color css
<style>
a { background-color: #FEEAAD; }
a { background-color: rgb(254,234,173); }
div.DivClassName
{
background-color: #FEEAAD;
}
.BgClassName
{
background-color: #FEEAAD;
}
</style>
border-color css
<style>
span { border-color: #FEEAAD; }
span { border-color: rgb(254,234,173); }
td.TdClassName
{
border-color: #FEEAAD;
}
.TagClassName
{
border-color: #FEEAAD;
}
</style>