#FEECB1

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

Shades of Banana Mania #FEECB1

Tints of Banana Mania #FEECB1

Color information

#FEECB1 (or 0xFEECB1) is unknown color: approx Banana Mania. HEX triplet: FE, EC and B1. RGB value is (254,236,177). Sum of RGB (Red+Green+Blue) = 254+236+177=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 177 (69.53% from 255 or 26.54% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECB1 is #01134E. Grayscale: #EAEAEA. Windows color (decimal): -70479 or 11660542. OLE color: 11660542.

HSL color Cylindrical-coordinate representation of color #FEECB1: hue angle of 45.97º 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 #FEECB1 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254236177-
CMYK00.070.300.00
HSL45.97º97.47%84.51%-
HSV(B)45.97º30.31%99.61%-
XYZ78.884.2453.7-
YUV234.6695.46141.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 177 (69.53% from 255) = 26.54%
R=38.08%
G=35.38%
B=26.54%

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
Decimal25423617700.070.300.0045.9797.4784.51
HexFEECB1071E02e6155
Octal3763542610736056141125
Binary111111101110110010110001011111110010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECB1; }

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

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

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

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

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

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

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

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