#FEEFAC

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

Shades of Banana Mania #FEEFAC

Tints of Banana Mania #FEEFAC

Color information

#FEEFAC (or 0xFEEFAC) is unknown color: approx Banana Mania. HEX triplet: FE, EF and AC. RGB value is (254,239,172). Sum of RGB (Red+Green+Blue) = 254+239+172=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEFAC is #011053. Grayscale: #ECECEC. Windows color (decimal): -69716 or 11333630. OLE color: 11333630.

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

Color convert

RGB254239172-
CMYK00.060.320.00
HSL49.02º97.62%83.53%-
HSV(B)49.02º32.28%99.61%-
XYZ79.1985.7851.41-
YUV235.8591.97140.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 172 (67.58% from 255) = 25.86%
R=38.20%
G=35.94%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423917200.060.320.0049.0297.6283.53
HexFEEFAC06200316254
Octal3763572540640061142124
Binary1111111011101111101011000110100000011000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFAC; }

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

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

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

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

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

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

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

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