#FEE7B4

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

Shades of Banana Mania #FEE7B4

Tints of Banana Mania #FEE7B4

Color information

#FEE7B4 (or 0xFEE7B4) is unknown color: approx Banana Mania. HEX triplet: FE, E7 and B4. RGB value is (254,231,180). Sum of RGB (Red+Green+Blue) = 254+231+180=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 180 (70.70% from 255 or 27.07% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7B4 is #01184B. Grayscale: #E8E8E8. Windows color (decimal): -71756 or 11855870. OLE color: 11855870.

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

Color convert

RGB254231180-
CMYK00.090.290.00
HSL41.35º97.37%85.1%-
HSV(B)41.35º29.13%99.61%-
XYZ77.6981.5254.82-
YUV232.0698.62143.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 231 (90.62% from 255) = 34.74%
BLUE value IS 180 (70.70% from 255) = 27.07%
R=38.20%
G=34.74%
B=27.07%

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
Decimal25423118000.090.290.0041.3597.3785.1
HexFEE7B4091D0296155
Octal37634726401135051141125
Binary1111111011100111101101000100111101010100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7B4; }

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

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

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

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

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

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

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

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