#FEE8B5

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

Shades of Banana Mania #FEE8B5

Tints of Banana Mania #FEE8B5

Color information

#FEE8B5 (or 0xFEE8B5) is unknown color: approx Banana Mania. HEX triplet: FE, E8 and B5. RGB value is (254,232,181). Sum of RGB (Red+Green+Blue) = 254+232+181=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 181 (71.09% from 255 or 27.14% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8B5 is #01174A. Grayscale: #E8E8E8. Windows color (decimal): -71499 or 11921662. OLE color: 11921662.

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

Color convert

RGB254232181-
CMYK00.090.290.00
HSL41.92º97.33%85.29%-
HSV(B)41.92º28.74%99.61%-
XYZ78.0782.1255.45-
YUV232.7698.79143.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 232 (91.02% from 255) = 34.78%
BLUE value IS 181 (71.09% from 255) = 27.14%
R=38.08%
G=34.78%
B=27.14%

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
Decimal25423218100.090.290.0041.9297.3385.29
HexFEE8B5091D02a6155
Octal37635026501135052141125
Binary1111111011101000101101010100111101010101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE8B5; }

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

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

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

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

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

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

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

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