Shades of Banana Mania #FCEDB0
Tints of Banana Mania #FCEDB0
RGB
CMYK
RGB Variations
Color information
#FCEDB0 (or 0xFCEDB0) is known color: Banana Mania. HEX triplet: FC, ED and B0. RGB value is (252,237,176). Sum of RGB (Red+Green+Blue) = 252+237+176=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 176 (69.14% from 255 or 26.47% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEDB0 is #03124F. Grayscale: #EAEAEA. Windows color (decimal): -201296 or 11595260. OLE color: 11595260.
HSL color Cylindrical-coordinate representation of color #FCEDB0: hue angle of 48.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCEDB0 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 176 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.01 |
| HSL | 48.16º | 0.93% | 0.84% | - |
| HSV(B) | 48.16º | 0.3% | 0.99% | - |
| XYZ | 78.27 | 84.4 | 53.24 | - |
| YUV | 234.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 176 | 0 | 0.06 | 0.30 | 0.01 | 48.16 | 0.93 | 0.84 |
| Hex | FC | ED | B0 | 0 | 6 | 1E | 1 | 30 | 5D | 54 |
| Octal | 374 | 355 | 260 | 0 | 6 | 36 | 1 | 60 | 135 | 124 |
| Binary | 11111100 | 11101101 | 10110000 | 0 | 110 | 11110 | 1 | 110000 | 1011101 | 1010100 |
Color Harmonies of #FCEDB0
Complementary color
Monochromatic Colors of #FCEDB0
Black with #FCEDB0
Text Example
Text Example
White with #FCEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDB0; }
p { color: rgb(252,237,176); }
H1.HeaderClassName
{
color: #FCEDB0;
}
.AnyTagClassName
{
color: #FCEDB0;
}
</style>
background-color css
<style>
a { background-color: #FCEDB0; }
a { background-color: rgb(252,237,176); }
div.DivClassName
{
background-color: #FCEDB0;
}
.BgClassName
{
background-color: #FCEDB0;
}
</style>
border-color css
<style>
span { border-color: #FCEDB0; }
span { border-color: rgb(252,237,176); }
td.TdClassName
{
border-color: #FCEDB0;
}
.TagClassName
{
border-color: #FCEDB0;
}
</style>