Html Css Color HEX #FAE5AD Banana Mania

📋 copy color: '#FAE5AD'

red 250 ◦ green 229 ◦ blue 173

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

Shades of Banana Mania #FAE5AD

Tints of Banana Mania #FAE5AD

RGB

 RED value IS 250 (98.05% from 255) = 38.34%

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

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

R = 38.34%
G = 35.12%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAE5AD (or 0xFAE5AD) is known color: Banana Mania. HEX triplet: FA, E5 and AD. RGB value is (250,229,173). Sum of RGB (Red+Green+Blue) = 250+229+173=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 173 (67.97% from 255 or 26.53% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5AD is #051A52. Grayscale: #E5E5E5. Windows color (decimal): -334419 or 11396602. OLE color: 11396602.

HSL color Cylindrical-coordinate representation of color #FAE5AD: hue angle of 43.64º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAE5AD is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 173 -
CMYK 0 0.08 0.31 0.02
HSL 43.64º 0.89% 0.83% -
HSV(B) 43.64º 0.31% 0.98% -
XYZ 74.99 79.38 50.9 -
YUV 228.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 250 229 173 0 0.08 0.31 0.02 43.64 0.89 0.83
Hex FA E5 AD 0 8 1F 2 2C 59 53
Octal 372 345 255 0 10 37 2 54 131 123
Binary 11111010 11100101 10101101 0 1000 11111 10 101100 1011001 1010011

Color Harmonies of #FAE5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5AD

Black with #FAE5AD

Text Example


Text Example

White with #FAE5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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