Html Css Color HEX #FAE7AA Banana Mania

📋 copy color: '#FAE7AA'

red 250 ◦ green 231 ◦ blue 170

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

Shades of Banana Mania #FAE7AA

Tints of Banana Mania #FAE7AA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.48%

 BLUE value IS 170 (66.8% from 255) = 26.11%

R = 38.4%
G = 35.48%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAE7AA (or 0xFAE7AA) is known color: Banana Mania. HEX triplet: FA, E7 and AA. RGB value is (250,231,170). Sum of RGB (Red+Green+Blue) = 250+231+170=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE7AA is #051855. Grayscale: #E5E5E5. Windows color (decimal): -333910 or 11200506. OLE color: 11200506.

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

Color convert

RGB 250 231 170 -
CMYK 0 0.08 0.32 0.02
HSL 45.75º 0.89% 0.82% -
HSV(B) 45.75º 0.32% 0.98% -
XYZ 75.26 80.38 49.58 -
YUV 229.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 250 231 170 0 0.08 0.32 0.02 45.75 0.89 0.82
Hex FA E7 AA 0 8 20 2 2E 59 52
Octal 372 347 252 0 10 40 2 56 131 122
Binary 11111010 11100111 10101010 0 1000 100000 10 101110 1011001 1010010

Color Harmonies of #FAE7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE7AA

Black with #FAE7AA

Text Example


Text Example

White with #FAE7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE7AA; }

 p { color: rgb(250,231,170); }

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

background-color css

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

 a { background-color: rgb(250,231,170); }

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

border-color css

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

 span { border-color: rgb(250,231,170); }

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