#FDF0AE

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

Shades of Banana Mania #FDF0AE

Tints of Banana Mania #FDF0AE

Color information

#FDF0AE (or 0xFDF0AE) is unknown color: approx Banana Mania. HEX triplet: FD, F0 and AE. RGB value is (253,240,174). Sum of RGB (Red+Green+Blue) = 253+240+174=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 174 (68.36% from 255 or 26.09% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0AE is #020F51. Grayscale: #ECECEC. Windows color (decimal): -134994 or 11464957. OLE color: 11464957.

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

Color convert

RGB253240174-
CMYK00.050.310.01
HSL50.13º95.18%83.73%-
HSV(B)50.13º31.23%99.22%-
XYZ79.3186.2652.51-
YUV236.3692.81139.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 174 (68.36% from 255) = 26.09%
R=37.93%
G=35.98%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324017400.050.310.0150.1395.1883.73
HexFDF0AE051F1325f54
Octal3753602560537162137124
Binary111111011111000010101110010111111111001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0AE; }

 p { color: rgb(253,240,174); }

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

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

 a { background-color: rgb(253,240,174); }

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

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

 span { border-color: rgb(253,240,174); }

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