#FDEDAF

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

Shades of Banana Mania #FDEDAF

Tints of Banana Mania #FDEDAF

Color information

#FDEDAF (or 0xFDEDAF) is unknown color: approx Banana Mania. HEX triplet: FD, ED and AF. RGB value is (253,237,175). Sum of RGB (Red+Green+Blue) = 253+237+175=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDAF is #021250. Grayscale: #EAEAEA. Windows color (decimal): -135761 or 11529725. OLE color: 11529725.

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

Color convert

RGB253237175-
CMYK00.060.310.01
HSL47.69º95.12%83.92%-
HSV(B)47.69º30.83%99.22%-
XYZ78.5384.5552.74-
YUV234.7294.3141.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 175 (68.75% from 255) = 26.32%
R=38.05%
G=35.64%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323717500.060.310.0147.6995.1283.92
HexFDEDAF061F1305f54
Octal3753552570637160137124
Binary111111011110110110101111011011111111000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDAF; }

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

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

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

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

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

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

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

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