#FDECA8

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

Shades of Banana Mania #FDECA8

Tints of Banana Mania #FDECA8

Color information

#FDECA8 (or 0xFDECA8) is unknown color: approx Banana Mania. HEX triplet: FD, EC and A8. RGB value is (253,236,168). Sum of RGB (Red+Green+Blue) = 253+236+168=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 168 (66.02% from 255 or 25.57% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECA8 is #021357. Grayscale: #E9E9E9. Windows color (decimal): -136024 or 11070717. OLE color: 11070717.

HSL color Cylindrical-coordinate representation of color #FDECA8: hue angle of 48º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDECA8 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB253236168-
CMYK00.070.340.01
HSL48º95.51%82.55%-
HSV(B)48º33.6%99.22%-
XYZ77.5783.749.11-
YUV233.3391.13142.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 236 (92.58% from 255) = 35.92%
BLUE value IS 168 (66.02% from 255) = 25.57%
R=38.51%
G=35.92%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323616800.070.340.014895.5182.55
HexFDECA807221306053
Octal3753542500742160140123
Binary1111110111101100101010000111100010111000011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECA8; }

 p { color: rgb(253,236,168); }

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

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

 a { background-color: rgb(253,236,168); }

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

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

 span { border-color: rgb(253,236,168); }

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