Html Css Color HEX #FAEAAA Banana Mania

📋 copy color: '#FAEAAA'

red 250 ◦ green 234 ◦ blue 170

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

Shades of Banana Mania #FAEAAA

Tints of Banana Mania #FAEAAA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.78%

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

R = 38.23%
G = 35.78%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAEAAA (or 0xFAEAAA) is known color: Banana Mania. HEX triplet: FA, EA and AA. RGB value is (250,234,170). Sum of RGB (Red+Green+Blue) = 250+234+170=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAAA is #051555. Grayscale: #E7E7E7. Windows color (decimal): -333142 or 11201274. OLE color: 11201274.

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

Color convert

RGB 250 234 170 -
CMYK 0 0.06 0.32 0.02
HSL 48º 0.89% 0.82% -
HSV(B) 48º 0.32% 0.98% -
XYZ 76.1 82.07 49.86 -
YUV 231.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 250 234 170 0 0.06 0.32 0.02 48 0.89 0.82
Hex FA EA AA 0 6 20 2 30 59 52
Octal 372 352 252 0 6 40 2 60 131 122
Binary 11111010 11101010 10101010 0 110 100000 10 110000 1011001 1010010

Color Harmonies of #FAEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAAA

Black with #FAEAAA

Text Example


Text Example

White with #FAEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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