#FDECAD

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

Shades of Banana Mania #FDECAD

Tints of Banana Mania #FDECAD

Color information

#FDECAD (or 0xFDECAD) is unknown color: approx Banana Mania. HEX triplet: FD, EC and AD. RGB value is (253,236,173). Sum of RGB (Red+Green+Blue) = 253+236+173=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 173 (67.97% from 255 or 26.13% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECAD is #021352. Grayscale: #EAEAEA. Windows color (decimal): -136019 or 11398397. OLE color: 11398397.

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

Color convert

RGB253236173-
CMYK00.070.320.01
HSL47.25º95.24%83.53%-
HSV(B)47.25º31.62%99.22%-
XYZ78.0583.8951.61-
YUV233.993.63141.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 236 (92.58% from 255) = 35.65%
BLUE value IS 173 (67.97% from 255) = 26.13%
R=38.22%
G=35.65%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323617300.070.320.0147.2595.2483.53
HexFDECAD072012f5f54
Octal3753542550740157137124
Binary1111110111101100101011010111100000110111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECAD; }

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

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

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

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

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

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

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

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