Shades of Banana Mania #FCEDB7
Tints of Banana Mania #FCEDB7
RGB
CMYK
RGB Variations
Color information
#FCEDB7 (or 0xFCEDB7) is known color: Banana Mania. HEX triplet: FC, ED and B7. RGB value is (252,237,183). Sum of RGB (Red+Green+Blue) = 252+237+183=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 183 (71.88% from 255 or 27.23% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDB7 is #031248. Grayscale: #EBEBEB. Windows color (decimal): -201289 or 12054012. OLE color: 12054012.
HSL color Cylindrical-coordinate representation of color #FCEDB7: hue angle of 46.96º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCEDB7 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 183 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.01 |
| HSL | 46.96º | 0.92% | 0.85% | - |
| HSV(B) | 46.96º | 0.27% | 0.99% | - |
| XYZ | 78.98 | 84.68 | 56.98 | - |
| YUV | 235.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 183 | 0 | 0.06 | 0.27 | 0.01 | 46.96 | 0.92 | 0.85 |
| Hex | FC | ED | B7 | 0 | 6 | 1B | 1 | 2F | 5C | 55 |
| Octal | 374 | 355 | 267 | 0 | 6 | 33 | 1 | 57 | 134 | 125 |
| Binary | 11111100 | 11101101 | 10110111 | 0 | 110 | 11011 | 1 | 101111 | 1011100 | 1010101 |
Color Harmonies of #FCEDB7
Complementary color
Monochromatic Colors of #FCEDB7
Black with #FCEDB7
Text Example
Text Example
White with #FCEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDB7; }
p { color: rgb(252,237,183); }
H1.HeaderClassName
{
color: #FCEDB7;
}
.AnyTagClassName
{
color: #FCEDB7;
}
</style>
background-color css
<style>
a { background-color: #FCEDB7; }
a { background-color: rgb(252,237,183); }
div.DivClassName
{
background-color: #FCEDB7;
}
.BgClassName
{
background-color: #FCEDB7;
}
</style>
border-color css
<style>
span { border-color: #FCEDB7; }
span { border-color: rgb(252,237,183); }
td.TdClassName
{
border-color: #FCEDB7;
}
.TagClassName
{
border-color: #FCEDB7;
}
</style>