#FDECAF

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

Shades of Banana Mania #FDECAF

Tints of Banana Mania #FDECAF

Color information

#FDECAF (or 0xFDECAF) is unknown color: approx Banana Mania. HEX triplet: FD, EC and AF. RGB value is (253,236,175). Sum of RGB (Red+Green+Blue) = 253+236+175=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECAF is #021350. Grayscale: #EAEAEA. Windows color (decimal): -136017 or 11529469. OLE color: 11529469.

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

Color convert

RGB253236175-
CMYK00.070.310.01
HSL46.92º95.12%83.92%-
HSV(B)46.92º30.83%99.22%-
XYZ78.2483.9752.64-
YUV234.1394.63141.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 175 (68.75% from 255) = 26.36%
R=38.10%
G=35.54%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323617500.070.310.0146.9295.1283.92
HexFDECAF071F12f5f54
Octal3753542570737157137124
Binary111111011110110010101111011111111110111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECAF; }

 p { color: rgb(253,236,175); }

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

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

 a { background-color: rgb(253,236,175); }

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

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

 span { border-color: rgb(253,236,175); }

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