Shades of Banana Mania #FCEDAB
Tints of Banana Mania #FCEDAB
RGB
CMYK
RGB Variations
Color information
#FCEDAB (or 0xFCEDAB) is known color: Banana Mania. HEX triplet: FC, ED and AB. RGB value is (252,237,171). Sum of RGB (Red+Green+Blue) = 252+237+171=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 171 (67.19% from 255 or 25.91% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEDAB is #031254. Grayscale: #EAEAEA. Windows color (decimal): -201301 or 11267580. OLE color: 11267580.
HSL color Cylindrical-coordinate representation of color #FCEDAB: hue angle of 48.89º degrees, saturation: 0.93, 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 #FCEDAB is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 171 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.01 |
| HSL | 48.89º | 0.93% | 0.83% | - |
| HSV(B) | 48.89º | 0.32% | 0.99% | - |
| XYZ | 77.78 | 84.2 | 50.68 | - |
| YUV | 233.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 171 | 0 | 0.06 | 0.32 | 0.01 | 48.89 | 0.93 | 0.83 |
| Hex | FC | ED | AB | 0 | 6 | 20 | 1 | 31 | 5D | 53 |
| Octal | 374 | 355 | 253 | 0 | 6 | 40 | 1 | 61 | 135 | 123 |
| Binary | 11111100 | 11101101 | 10101011 | 0 | 110 | 100000 | 1 | 110001 | 1011101 | 1010011 |
Color Harmonies of #FCEDAB
Complementary color
Monochromatic Colors of #FCEDAB
Black with #FCEDAB
Text Example
Text Example
White with #FCEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDAB; }
p { color: rgb(252,237,171); }
H1.HeaderClassName
{
color: #FCEDAB;
}
.AnyTagClassName
{
color: #FCEDAB;
}
</style>
background-color css
<style>
a { background-color: #FCEDAB; }
a { background-color: rgb(252,237,171); }
div.DivClassName
{
background-color: #FCEDAB;
}
.BgClassName
{
background-color: #FCEDAB;
}
</style>
border-color css
<style>
span { border-color: #FCEDAB; }
span { border-color: rgb(252,237,171); }
td.TdClassName
{
border-color: #FCEDAB;
}
.TagClassName
{
border-color: #FCEDAB;
}
</style>