#FEECB3

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

Shades of Banana Mania #FEECB3

Tints of Banana Mania #FEECB3

Color information

#FEECB3 (or 0xFEECB3) is unknown color: approx Banana Mania. HEX triplet: FE, EC and B3. RGB value is (254,236,179). Sum of RGB (Red+Green+Blue) = 254+236+179=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 179 (70.31% from 255 or 26.76% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECB3 is #01134C. Grayscale: #EBEBEB. Windows color (decimal): -70477 or 11791614. OLE color: 11791614.

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

Color convert

RGB254236179-
CMYK00.070.300.00
HSL45.6º97.4%84.9%-
HSV(B)45.6º29.53%99.61%-
XYZ79.0184.3254.76-
YUV234.8896.46141.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 179 (70.31% from 255) = 26.76%
R=37.97%
G=35.28%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423617900.070.300.0045.697.484.9
HexFEECB3071E02e6155
Octal3763542630736056141125
Binary111111101110110010110011011111110010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECB3; }

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

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

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

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

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

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

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

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