#FEECAD

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

Shades of Banana Mania #FEECAD

Tints of Banana Mania #FEECAD

Color information

#FEECAD (or 0xFEECAD) is unknown color: approx Banana Mania. HEX triplet: FE, EC and AD. RGB value is (254,236,173). Sum of RGB (Red+Green+Blue) = 254+236+173=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECAD is #011352. Grayscale: #EAEAEA. Windows color (decimal): -70483 or 11398398. OLE color: 11398398.

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

Color convert

RGB254236173-
CMYK00.070.320.00
HSL46.67º97.59%83.73%-
HSV(B)46.67º31.89%99.61%-
XYZ78.4184.0851.63-
YUV234.293.46142.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 173 (67.97% from 255) = 26.09%
R=38.31%
G=35.60%
B=26.09%

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
Decimal25423617300.070.320.0046.6797.5983.73
HexFEECAD072002f6254
Octal3763542550740057142124
Binary1111111011101100101011010111100000010111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECAD; }

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

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

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

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

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

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

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

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