#FDEFB3

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

Shades of Banana Mania #FDEFB3

Tints of Banana Mania #FDEFB3

Color information

#FDEFB3 (or 0xFDEFB3) is unknown color: approx Banana Mania. HEX triplet: FD, EF and B3. RGB value is (253,239,179). Sum of RGB (Red+Green+Blue) = 253+239+179=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 179 (70.31% from 255 or 26.68% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFB3 is #02104C. Grayscale: #ECECEC. Windows color (decimal): -135245 or 11792381. OLE color: 11792381.

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

Color convert

RGB253239179-
CMYK00.060.290.01
HSL48.65º94.87%84.71%-
HSV(B)48.65º29.25%99.22%-
XYZ79.5185.8755.03-
YUV236.3595.64139.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 179 (70.31% from 255) = 26.68%
R=37.70%
G=35.62%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323917900.060.290.0148.6594.8784.71
HexFDEFB3061D1315f55
Octal3753572630635161137125
Binary111111011110111110110011011011101111000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFB3; }

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

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

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

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

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

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

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

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