Shades of Banana Mania #FEECAD
Tints of Banana Mania #FEECAD
RGB
CMYK
RGB Variations
Color information
#FEECAD (or 0xFEECAD) is known color: Banana Mania. HEX triplet: FE, EC and AD. RGB value is (254,236,173). Sum of RGB (Red+Green+Blue) = 254+236+173=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECAD is #011352. Grayscale: #EAEAEA. Windows color (decimal): -70483 or 11398398. OLE color: 11398398.
HSL color Cylindrical-coordinate representation of color #FEECAD: hue angle of 46.67º 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 #FEECAD is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 173 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.00 |
| HSL | 46.67º | 0.98% | 0.84% | - |
| HSV(B) | 46.67º | 0.32% | 1% | - |
| XYZ | 78.41 | 84.08 | 51.63 | - |
| YUV | 234.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 173 | 0 | 0.07 | 0.32 | 0.00 | 46.67 | 0.98 | 0.84 |
| Hex | FE | EC | AD | 0 | 7 | 20 | 0 | 2F | 62 | 54 |
| Octal | 376 | 354 | 255 | 0 | 7 | 40 | 0 | 57 | 142 | 124 |
| Binary | 11111110 | 11101100 | 10101101 | 0 | 111 | 100000 | 0 | 101111 | 1100010 | 1010100 |
Color Harmonies of #FEECAD
Complementary color
Monochromatic Colors of #FEECAD
Black with #FEECAD
Text Example
Text Example
White with #FEECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECAD; }
p { color: rgb(254,236,173); }
H1.HeaderClassName
{
color: #FEECAD;
}
.AnyTagClassName
{
color: #FEECAD;
}
</style>
background-color css
<style>
a { background-color: #FEECAD; }
a { background-color: rgb(254,236,173); }
div.DivClassName
{
background-color: #FEECAD;
}
.BgClassName
{
background-color: #FEECAD;
}
</style>
border-color css
<style>
span { border-color: #FEECAD; }
span { border-color: rgb(254,236,173); }
td.TdClassName
{
border-color: #FEECAD;
}
.TagClassName
{
border-color: #FEECAD;
}
</style>