#FCEDB4

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

Shades of Banana Mania #FCEDB4

Tints of Banana Mania #FCEDB4

Color information

#FCEDB4 (or 0xFCEDB4) is unknown color: approx Banana Mania. HEX triplet: FC, ED and B4. RGB value is (252,237,180). Sum of RGB (Red+Green+Blue) = 252+237+180=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 180 (70.70% from 255 or 26.91% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDB4 is #03124B. Grayscale: #EBEBEB. Windows color (decimal): -201292 or 11857404. OLE color: 11857404.

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

Color convert

RGB252237180-
CMYK00.060.290.01
HSL47.5º92.31%84.71%-
HSV(B)47.5º28.57%98.82%-
XYZ78.6784.5655.36-
YUV234.9996.97140.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 180 (70.70% from 255) = 26.91%
R=37.67%
G=35.43%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223718000.060.290.0147.592.3184.71
HexFCEDB4061D1305c55
Octal3743552640635160134125
Binary111111001110110110110100011011101111000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDB4; }

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

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

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

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

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

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

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

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