#FDEFB5

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

Shades of Banana Mania #FDEFB5

Tints of Banana Mania #FDEFB5

Color information

#FDEFB5 (or 0xFDEFB5) is unknown color: approx Banana Mania. HEX triplet: FD, EF and B5. RGB value is (253,239,181). Sum of RGB (Red+Green+Blue) = 253+239+181=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 181 (71.09% from 255 or 26.89% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFB5 is #02104A. Grayscale: #ECECEC. Windows color (decimal): -135243 or 11923453. OLE color: 11923453.

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

Color convert

RGB253239181-
CMYK00.060.280.01
HSL48.33º94.74%85.1%-
HSV(B)48.33º28.46%99.22%-
XYZ79.7285.9556.1-
YUV236.5796.64139.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 239 (93.75% from 255) = 35.51%
BLUE value IS 181 (71.09% from 255) = 26.89%
R=37.59%
G=35.51%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323918100.060.280.0148.3394.7485.1
HexFDEFB5061C1305f55
Octal3753572650634160137125
Binary111111011110111110110101011011100111000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFB5; }

 p { color: rgb(253,239,181); }

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

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

 a { background-color: rgb(253,239,181); }

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

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

 span { border-color: rgb(253,239,181); }

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