#FEE8B4

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

Shades of Banana Mania #FEE8B4

Tints of Banana Mania #FEE8B4

Color information

#FEE8B4 (or 0xFEE8B4) is unknown color: approx Banana Mania. HEX triplet: FE, E8 and B4. RGB value is (254,232,180). Sum of RGB (Red+Green+Blue) = 254+232+180=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 180 (70.70% from 255 or 27.03% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8B4 is #01174B. Grayscale: #E8E8E8. Windows color (decimal): -71500 or 11856126. OLE color: 11856126.

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

Color convert

RGB254232180-
CMYK00.090.290.00
HSL42.16º97.37%85.1%-
HSV(B)42.16º29.13%99.61%-
XYZ77.9782.0854.91-
YUV232.6598.29143.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 232 (91.02% from 255) = 34.83%
BLUE value IS 180 (70.70% from 255) = 27.03%
R=38.14%
G=34.83%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423218000.090.290.0042.1697.3785.1
HexFEE8B4091D02a6155
Octal37635026401135052141125
Binary1111111011101000101101000100111101010101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE8B4; }

 p { color: rgb(254,232,180); }

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

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

 a { background-color: rgb(254,232,180); }

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

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

 span { border-color: rgb(254,232,180); }

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