Html Css Color HEX #FDE6AD Banana Mania

📋 copy color: '#FDE6AD'

red 253 ◦ green 230 ◦ blue 173

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

Shades of Banana Mania #FDE6AD

Tints of Banana Mania #FDE6AD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.06%

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

R = 38.57%
G = 35.06%
B = 26.37%

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

#FDE6AD (or 0xFDE6AD) is known color: Banana Mania. HEX triplet: FD, E6 and AD. RGB value is (253,230,173). Sum of RGB (Red+Green+Blue) = 253+230+173=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE6AD is #021952. Grayscale: #E6E6E6. Windows color (decimal): -137555 or 11396861. OLE color: 11396861.

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

Color convert

RGB 253 230 173 -
CMYK 0 0.09 0.32 0.01
HSL 42.75º 0.95% 0.84% -
HSV(B) 42.75º 0.32% 0.99% -
XYZ 76.35 80.49 51.05 -
YUV 230.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 253 230 173 0 0.09 0.32 0.01 42.75 0.95 0.84
Hex FD E6 AD 0 9 20 1 2B 5F 54
Octal 375 346 255 0 11 40 1 53 137 124
Binary 11111101 11100110 10101101 0 1001 100000 1 101011 1011111 1010100

Color Harmonies of #FDE6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6AD

Black with #FDE6AD

Text Example


Text Example

White with #FDE6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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