#FDEDBA

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

Shades of Banana Mania #FDEDBA

Tints of Banana Mania #FDEDBA

Color information

#FDEDBA (or 0xFDEDBA) is unknown color: approx Banana Mania. HEX triplet: FD, ED and BA. RGB value is (253,237,186). Sum of RGB (Red+Green+Blue) = 253+237+186=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDBA is #021245. Grayscale: #ECECEC. Windows color (decimal): -135750 or 12250621. OLE color: 12250621.

HSL color Cylindrical-coordinate representation of color #FDEDBA: hue angle of 45.67º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDEDBA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253237186-
CMYK00.060.260.01
HSL45.67º94.37%86.08%-
HSV(B)45.67º26.48%99.22%-
XYZ79.668558.66-
YUV235.9799.8140.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 186 (73.05% from 255) = 27.51%
R=37.43%
G=35.06%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323718600.060.260.0145.6794.3786.08
HexFDEDBA061A12e5e56
Octal3753552720632156136126
Binary111111011110110110111010011011010110111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDBA; }

 p { color: rgb(253,237,186); }

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

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

 a { background-color: rgb(253,237,186); }

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

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

 span { border-color: rgb(253,237,186); }

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