#FCEDB3

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

Shades of Banana Mania #FCEDB3

Tints of Banana Mania #FCEDB3

Color information

#FCEDB3 (or 0xFCEDB3) is unknown color: approx Banana Mania. HEX triplet: FC, ED and B3. RGB value is (252,237,179). Sum of RGB (Red+Green+Blue) = 252+237+179=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 179 (70.31% from 255 or 26.80% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDB3 is #03124C. Grayscale: #EBEBEB. Windows color (decimal): -201293 or 11791868. OLE color: 11791868.

HSL color Cylindrical-coordinate representation of color #FCEDB3: hue angle of 47.67º 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 #FCEDB3 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252237179-
CMYK00.060.290.01
HSL47.67º92.41%84.51%-
HSV(B)47.67º28.97%98.82%-
XYZ78.5784.5254.82-
YUV234.8796.47140.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 179 (70.31% from 255) = 26.80%
R=37.72%
G=35.48%
B=26.80%

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
Decimal25223717900.060.290.0147.6792.4184.51
HexFCEDB3061D1305c55
Octal3743552630635160134125
Binary111111001110110110110011011011101111000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDB3; }

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

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

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

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

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

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

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

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