#FDEEBA

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

Shades of Banana Mania #FDEEBA

Tints of Banana Mania #FDEEBA

Color information

#FDEEBA (or 0xFDEEBA) is unknown color: approx Banana Mania. HEX triplet: FD, EE and BA. RGB value is (253,238,186). Sum of RGB (Red+Green+Blue) = 253+238+186=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEBA is #021145. Grayscale: #ECECEC. Windows color (decimal): -135494 or 12250877. OLE color: 12250877.

HSL color Cylindrical-coordinate representation of color #FDEEBA: hue angle of 46.57º 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 #FDEEBA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253238186-
CMYK00.060.260.01
HSL46.57º94.37%86.08%-
HSV(B)46.57º26.48%99.22%-
XYZ79.9585.5858.76-
YUV236.5699.47139.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 186 (73.05% from 255) = 27.47%
R=37.37%
G=35.16%
B=27.47%

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
Decimal25323818600.060.260.0146.5794.3786.08
HexFDEEBA061A12f5e56
Octal3753562720632157136126
Binary111111011110111010111010011011010110111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEBA; }

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

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

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

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

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

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

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

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