#FDEAAB

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

Shades of Banana Mania #FDEAAB

Tints of Banana Mania #FDEAAB

Color information

#FDEAAB (or 0xFDEAAB) is unknown color: approx Banana Mania. HEX triplet: FD, EA and AB. RGB value is (253,234,171). Sum of RGB (Red+Green+Blue) = 253+234+171=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAAB is #021554. Grayscale: #E8E8E8. Windows color (decimal): -136533 or 11266813. OLE color: 11266813.

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

Color convert

RGB253234171-
CMYK00.080.320.01
HSL46.1º95.35%83.14%-
HSV(B)46.1º32.41%99.22%-
XYZ77.2882.6750.41-
YUV232.593.29142.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 234 (91.80% from 255) = 35.56%
BLUE value IS 171 (67.19% from 255) = 25.99%
R=38.45%
G=35.56%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323417100.080.320.0146.195.3583.14
HexFDEAAB082012e5f53
Octal37535225301040156137123
Binary11111101111010101010101101000100000110111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAAB; }

 p { color: rgb(253,234,171); }

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

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

 a { background-color: rgb(253,234,171); }

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

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

 span { border-color: rgb(253,234,171); }

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