#FEEEBA

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

Shades of Banana Mania #FEEEBA

Tints of Banana Mania #FEEEBA

Color information

#FEEEBA (or 0xFEEEBA) is unknown color: approx Banana Mania. HEX triplet: FE, EE and BA. RGB value is (254,238,186). Sum of RGB (Red+Green+Blue) = 254+238+186=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEBA is #011145. Grayscale: #EDEDED. Windows color (decimal): -69958 or 12250878. OLE color: 12250878.

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

Color convert

RGB254238186-
CMYK00.060.270.00
HSL45.88º97.14%86.27%-
HSV(B)45.88º26.77%99.61%-
XYZ80.3185.7758.78-
YUV236.8699.3140.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 186 (73.05% from 255) = 27.43%
R=37.46%
G=35.10%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423818600.060.270.0045.8897.1486.27
HexFEEEBA061B02e6156
Octal3763562720633056141126
Binary111111101110111010111010011011011010111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEBA; }

 p { color: rgb(254,238,186); }

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

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

 a { background-color: rgb(254,238,186); }

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

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

 span { border-color: rgb(254,238,186); }

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