Html Css Color HEX #FAE5AC Banana Mania

📋 copy color: '#FAE5AC'

red 250 ◦ green 229 ◦ blue 172

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

Shades of Banana Mania #FAE5AC

Tints of Banana Mania #FAE5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.42%

R = 38.4%
G = 35.18%
B = 26.42%

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

#FAE5AC (or 0xFAE5AC) is known color: Banana Mania. HEX triplet: FA, E5 and AC. RGB value is (250,229,172). Sum of RGB (Red+Green+Blue) = 250+229+172=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5AC is #051A53. Grayscale: #E5E5E5. Windows color (decimal): -334420 or 11331066. OLE color: 11331066.

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

Color convert

RGB 250 229 172 -
CMYK 0 0.08 0.31 0.02
HSL 43.85º 0.89% 0.83% -
HSV(B) 43.85º 0.31% 0.98% -
XYZ 74.89 79.34 50.4 -
YUV 228.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 250 229 172 0 0.08 0.31 0.02 43.85 0.89 0.83
Hex FA E5 AC 0 8 1F 2 2C 59 53
Octal 372 345 254 0 10 37 2 54 131 123
Binary 11111010 11100101 10101100 0 1000 11111 10 101100 1011001 1010011

Color Harmonies of #FAE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5AC

Black with #FAE5AC

Text Example


Text Example

White with #FAE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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