#FCEDB9

Color #FCEDB9 Banana Mania (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Banana Mania #FCEDB9

Tints of Banana Mania #FCEDB9

Color information

#FCEDB9 (or 0xFCEDB9) is unknown color: approx Banana Mania. HEX triplet: FC, ED and B9. RGB value is (252,237,185). Sum of RGB (Red+Green+Blue) = 252+237+185=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 185 (72.66% from 255 or 27.45% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDB9 is #031246. Grayscale: #EBEBEB. Windows color (decimal): -201287 or 12185084. OLE color: 12185084.

HSL color Cylindrical-coordinate representation of color #FCEDB9: hue angle of 46.57º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCEDB9 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252237185-
CMYK00.060.270.01
HSL46.57º91.78%85.69%-
HSV(B)46.57º26.59%98.82%-
XYZ79.1984.7758.09-
YUV235.5699.47139.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 185 (72.66% from 255) = 27.45%
R=37.39%
G=35.16%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223718500.060.270.0146.5791.7885.69
HexFCEDB9061B12f5c56
Octal3743552710633157134126
Binary111111001110110110111001011011011110111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDB9; }

 p { color: rgb(252,237,185); }

 H1.HeaderClassName
 {
   color: #FCEDB9;
 }
 .AnyTagClassName
 {
   color: #FCEDB9;
 }
</style>
background-color css

<style>
 a { background-color: #FCEDB9; }

 a { background-color: rgb(252,237,185); }

 div.DivClassName
 {
   background-color: #FCEDB9;
 }
 .BgClassName
 {
   background-color: #FCEDB9;
 }
</style>
border-color css

<style>
 span { border-color: #FCEDB9; }

 span { border-color: rgb(252,237,185); }

 td.TdClassName
 {
   border-color: #FCEDB9;
 }
 .TagClassName
 {
   border-color: #FCEDB9;
 }
</style>