#FEE6B1

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

Shades of Banana Mania #FEE6B1

Tints of Banana Mania #FEE6B1

Color information

#FEE6B1 (or 0xFEE6B1) is unknown color: approx Banana Mania. HEX triplet: FE, E6 and B1. RGB value is (254,230,177). Sum of RGB (Red+Green+Blue) = 254+230+177=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 177 (69.53% from 255 or 26.78% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6B1 is #01194E. Grayscale: #E7E7E7. Windows color (decimal): -72015 or 11659006. OLE color: 11659006.

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

Color convert

RGB254230177-
CMYK00.090.300.00
HSL41.3º97.47%84.51%-
HSV(B)41.3º30.31%99.61%-
XYZ77.1180.8453.13-
YUV231.1397.45144.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 177 (69.53% from 255) = 26.78%
R=38.43%
G=34.80%
B=26.78%

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
Decimal25423017700.090.300.0041.397.4784.51
HexFEE6B1091E0296155
Octal37634626101136051141125
Binary1111111011100110101100010100111110010100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6B1; }

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

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

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

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

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

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

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

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