#FCEDB6

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

Shades of Banana Mania #FCEDB6

Tints of Banana Mania #FCEDB6

Color information

#FCEDB6 (or 0xFCEDB6) is unknown color: approx Banana Mania. HEX triplet: FC, ED and B6. RGB value is (252,237,182). Sum of RGB (Red+Green+Blue) = 252+237+182=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 182 (71.48% from 255 or 27.12% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDB6 is #031249. Grayscale: #EBEBEB. Windows color (decimal): -201290 or 11988476. OLE color: 11988476.

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

Color convert

RGB252237182-
CMYK00.060.280.01
HSL47.14º92.11%85.1%-
HSV(B)47.14º27.78%98.82%-
XYZ78.8784.6456.44-
YUV235.2197.97139.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 182 (71.48% from 255) = 27.12%
R=37.56%
G=35.32%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223718200.060.280.0147.1492.1185.1
HexFCEDB6061C12f5c55
Octal3743552660634157134125
Binary111111001110110110110110011011100110111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDB6; }

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

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

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

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

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

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

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

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