Html Css Color HEX #FDE5AD Banana Mania

📋 copy color: '#FDE5AD'

red 253 ◦ green 229 ◦ blue 173

#FDE5AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Banana Mania #FDE5AD

Tints of Banana Mania #FDE5AD

RGB

 RED value IS 253 (99.22% from 255) = 38.63%

 GREEN value IS 229 (89.84% from 255) = 34.96%

 BLUE value IS 173 (67.97% from 255) = 26.41%

R = 38.63%
G = 34.96%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDE5AD (or 0xFDE5AD) is known color: Banana Mania. HEX triplet: FD, E5 and AD. RGB value is (253,229,173). Sum of RGB (Red+Green+Blue) = 253+229+173=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE5AD is #021A52. Grayscale: #E6E6E6. Windows color (decimal): -137811 or 11396605. OLE color: 11396605.

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

Color convert

RGB 253 229 173 -
CMYK 0 0.09 0.32 0.01
HSL 42º 0.95% 0.84% -
HSV(B) 42º 0.32% 0.99% -
XYZ 76.07 79.94 50.96 -
YUV 229.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 253 229 173 0 0.09 0.32 0.01 42 0.95 0.84
Hex FD E5 AD 0 9 20 1 2A 5F 54
Octal 375 345 255 0 11 40 1 52 137 124
Binary 11111101 11100101 10101101 0 1001 100000 1 101010 1011111 1010100

Color Harmonies of #FDE5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5AD

Black with #FDE5AD

Text Example


Text Example

White with #FDE5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5AD; }

 p { color: rgb(253,229,173); }

 H1.HeaderClassName
 {
   color: #FDE5AD;
 }
 .AnyTagClassName
 {
   color: #FDE5AD;
 }
</style>

background-color css

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

 a { background-color: rgb(253,229,173); }

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

border-color css

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

 span { border-color: rgb(253,229,173); }

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