#FEEAB1

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

Shades of Banana Mania #FEEAB1

Tints of Banana Mania #FEEAB1

Color information

#FEEAB1 (or 0xFEEAB1) is unknown color: approx Banana Mania. HEX triplet: FE, EA and B1. RGB value is (254,234,177). Sum of RGB (Red+Green+Blue) = 254+234+177=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 177 (69.53% from 255 or 26.62% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAB1 is #01154E. Grayscale: #E9E9E9. Windows color (decimal): -70991 or 11660030. OLE color: 11660030.

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

Color convert

RGB254234177-
CMYK00.080.300.00
HSL44.42º97.47%84.51%-
HSV(B)44.42º30.31%99.61%-
XYZ78.2383.0953.51-
YUV233.4896.13142.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 177 (69.53% from 255) = 26.62%
R=38.20%
G=35.19%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423417700.080.300.0044.4297.4784.51
HexFEEAB1081E02c6155
Octal37635226101036054141125
Binary1111111011101010101100010100011110010110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAB1; }

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

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

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

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

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

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

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

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