Html Css Color HEX #FAE9AE Banana Mania

📋 copy color: '#FAE9AE'

red 250 ◦ green 233 ◦ blue 174

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

Shades of Banana Mania #FAE9AE

Tints of Banana Mania #FAE9AE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.46%

 BLUE value IS 174 (68.36% from 255) = 26.48%

R = 38.05%
G = 35.46%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAE9AE (or 0xFAE9AE) is known color: Banana Mania. HEX triplet: FA, E9 and AE. RGB value is (250,233,174). Sum of RGB (Red+Green+Blue) = 250+233+174=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 174 (68.36% from 255 or 26.48% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE9AE is #051651. Grayscale: #E7E7E7. Windows color (decimal): -333394 or 11463162. OLE color: 11463162.

HSL color Cylindrical-coordinate representation of color #FAE9AE: hue angle of 46.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAE9AE is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 174 -
CMYK 0 0.07 0.30 0.02
HSL 46.58º 0.88% 0.83% -
HSV(B) 46.58º 0.3% 0.98% -
XYZ 76.2 81.66 51.79 -
YUV 231.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 250 233 174 0 0.07 0.30 0.02 46.58 0.88 0.83
Hex FA E9 AE 0 7 1E 2 2F 58 53
Octal 372 351 256 0 7 36 2 57 130 123
Binary 11111010 11101001 10101110 0 111 11110 10 101111 1011000 1010011

Color Harmonies of #FAE9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9AE

Black with #FAE9AE

Text Example


Text Example

White with #FAE9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9AE; }

 p { color: rgb(250,233,174); }

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

background-color css

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

 a { background-color: rgb(250,233,174); }

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

border-color css

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

 span { border-color: rgb(250,233,174); }

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