#FEE6B2

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

Shades of Banana Mania #FEE6B2

Tints of Banana Mania #FEE6B2

Color information

#FEE6B2 (or 0xFEE6B2) is unknown color: approx Banana Mania. HEX triplet: FE, E6 and B2. RGB value is (254,230,178). Sum of RGB (Red+Green+Blue) = 254+230+178=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 178 (69.92% from 255 or 26.89% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6B2 is #01194D. Grayscale: #E7E7E7. Windows color (decimal): -72014 or 11724542. OLE color: 11724542.

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

Color convert

RGB254230178-
CMYK00.090.300.00
HSL41.05º97.44%84.71%-
HSV(B)41.05º29.92%99.61%-
XYZ77.2180.8853.66-
YUV231.2597.95144.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 230 (90.23% from 255) = 34.74%
BLUE value IS 178 (69.92% from 255) = 26.89%
R=38.37%
G=34.74%
B=26.89%

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
Decimal25423017800.090.300.0041.0597.4484.71
HexFEE6B2091E0296155
Octal37634626201136051141125
Binary1111111011100110101100100100111110010100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6B2; }

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

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

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

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

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

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

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

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