#FEECAF

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

Shades of Banana Mania #FEECAF

Tints of Banana Mania #FEECAF

Color information

#FEECAF (or 0xFEECAF) is unknown color: approx Banana Mania. HEX triplet: FE, EC and AF. RGB value is (254,236,175). Sum of RGB (Red+Green+Blue) = 254+236+175=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECAF is #011350. Grayscale: #EAEAEA. Windows color (decimal): -70481 or 11529470. OLE color: 11529470.

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

Color convert

RGB254236175-
CMYK00.070.310.00
HSL46.33º97.53%84.12%-
HSV(B)46.33º31.1%99.61%-
XYZ78.6184.1652.66-
YUV234.4394.46141.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 236 (92.58% from 255) = 35.49%
BLUE value IS 175 (68.75% from 255) = 26.32%
R=38.20%
G=35.49%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423617500.070.310.0046.3397.5384.12
HexFEECAF071F02e6254
Octal3763542570737056142124
Binary111111101110110010101111011111111010111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECAF; }

 p { color: rgb(254,236,175); }

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

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

 a { background-color: rgb(254,236,175); }

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

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

 span { border-color: rgb(254,236,175); }

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