#FEEAB6

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

Shades of Banana Mania #FEEAB6

Tints of Banana Mania #FEEAB6

Color information

#FEEAB6 (or 0xFEEAB6) is unknown color: approx Banana Mania. HEX triplet: FE, EA and B6. RGB value is (254,234,182). Sum of RGB (Red+Green+Blue) = 254+234+182=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 182 (71.48% from 255 or 27.16% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAB6 is #011549. Grayscale: #EAEAEA. Windows color (decimal): -70986 or 11987710. OLE color: 11987710.

HSL color Cylindrical-coordinate representation of color #FEEAB6: hue angle of 43.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEEAB6 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB254234182-
CMYK00.080.280.00
HSL43.33º97.3%85.49%-
HSV(B)43.33º28.35%99.61%-
XYZ78.7483.2956.18-
YUV234.0598.63142.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 182 (71.48% from 255) = 27.16%
R=37.91%
G=34.93%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423418200.080.280.0043.3397.385.49
HexFEEAB6081C02b6155
Octal37635226601034053141125
Binary1111111011101010101101100100011100010101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAB6; }

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

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

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

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

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

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

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

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