#FEE7B1

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

Shades of Banana Mania #FEE7B1

Tints of Banana Mania #FEE7B1

Color information

#FEE7B1 (or 0xFEE7B1) is unknown color: approx Banana Mania. HEX triplet: FE, E7 and B1. RGB value is (254,231,177). Sum of RGB (Red+Green+Blue) = 254+231+177=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 177 (69.53% from 255 or 26.74% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE7B1 is #01184E. Grayscale: #E7E7E7. Windows color (decimal): -71759 or 11659262. OLE color: 11659262.

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

Color convert

RGB254231177-
CMYK00.090.300.00
HSL42.08º97.47%84.51%-
HSV(B)42.08º30.31%99.61%-
XYZ77.3881.453.23-
YUV231.7297.12143.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 177 (69.53% from 255) = 26.74%
R=38.37%
G=34.89%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423117700.090.300.0042.0897.4784.51
HexFEE7B1091E02a6155
Octal37634726101136052141125
Binary1111111011100111101100010100111110010101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7B1; }

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

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

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

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

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

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

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

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