Html Css Color HEX #FAEAB2 Banana Mania

📋 copy color: '#FAEAB2'

red 250 ◦ green 234 ◦ blue 178

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

Shades of Banana Mania #FAEAB2

Tints of Banana Mania #FAEAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.89%

R = 37.76%
G = 35.35%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAEAB2 (or 0xFAEAB2) is known color: Banana Mania. HEX triplet: FA, EA and B2. RGB value is (250,234,178). Sum of RGB (Red+Green+Blue) = 250+234+178=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 178 (69.92% from 255 or 26.89% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAB2 is #05154D. Grayscale: #E8E8E8. Windows color (decimal): -333134 or 11725562. OLE color: 11725562.

HSL color Cylindrical-coordinate representation of color #FAEAB2: hue angle of 46.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAEAB2 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 178 -
CMYK 0 0.06 0.29 0.02
HSL 46.67º 0.88% 0.84% -
HSV(B) 46.67º 0.29% 0.98% -
XYZ 76.88 82.38 53.97 -
YUV 232.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 250 234 178 0 0.06 0.29 0.02 46.67 0.88 0.84
Hex FA EA B2 0 6 1D 2 2F 58 54
Octal 372 352 262 0 6 35 2 57 130 124
Binary 11111010 11101010 10110010 0 110 11101 10 101111 1011000 1010100

Color Harmonies of #FAEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAB2

Black with #FAEAB2

Text Example


Text Example

White with #FAEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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