#FEECB5

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

Shades of Banana Mania #FEECB5

Tints of Banana Mania #FEECB5

Color information

#FEECB5 (or 0xFEECB5) is unknown color: approx Banana Mania. HEX triplet: FE, EC and B5. RGB value is (254,236,181). Sum of RGB (Red+Green+Blue) = 254+236+181=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 181 (71.09% from 255 or 26.97% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECB5 is #01134A. Grayscale: #EBEBEB. Windows color (decimal): -70475 or 11922686. OLE color: 11922686.

HSL color Cylindrical-coordinate representation of color #FEECB5: hue angle of 45.21º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEECB5 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB254236181-
CMYK00.070.290.00
HSL45.21º97.33%85.29%-
HSV(B)45.21º28.74%99.61%-
XYZ79.2184.455.83-
YUV235.1197.46141.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 181 (71.09% from 255) = 26.97%
R=37.85%
G=35.17%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423618100.070.290.0045.2197.3385.29
HexFEECB5071D02d6155
Octal3763542650735055141125
Binary111111101110110010110101011111101010110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECB5; }

 p { color: rgb(254,236,181); }

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

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

 a { background-color: rgb(254,236,181); }

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

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

 span { border-color: rgb(254,236,181); }

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