#FEEBAC

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

Shades of Banana Mania #FEEBAC

Tints of Banana Mania #FEEBAC

Color information

#FEEBAC (or 0xFEEBAC) is unknown color: approx Banana Mania. HEX triplet: FE, EB and AC. RGB value is (254,235,172). Sum of RGB (Red+Green+Blue) = 254+235+172=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEBAC is #011453. Grayscale: #E9E9E9. Windows color (decimal): -70740 or 11332606. OLE color: 11332606.

HSL color Cylindrical-coordinate representation of color #FEEBAC: hue angle of 46.1º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEEBAC is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB254235172-
CMYK00.070.320.00
HSL46.1º97.62%83.53%-
HSV(B)46.1º32.28%99.61%-
XYZ78.0383.4751.03-
YUV233.593.29142.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 172 (67.58% from 255) = 26.02%
R=38.43%
G=35.55%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423517200.070.320.0046.197.6283.53
HexFEEBAC072002e6254
Octal3763532540740056142124
Binary1111111011101011101011000111100000010111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBAC; }

 p { color: rgb(254,235,172); }

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

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

 a { background-color: rgb(254,235,172); }

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

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

 span { border-color: rgb(254,235,172); }

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