Html Css Color HEX #FAEEB9 Banana Mania

📋 copy color: '#FAEEB9'

red 250 ◦ green 238 ◦ blue 185

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

Shades of Banana Mania #FAEEB9

Tints of Banana Mania #FAEEB9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.36%

 BLUE value IS 185 (72.66% from 255) = 27.49%

R = 37.15%
G = 35.36%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAEEB9 (or 0xFAEEB9) is known color: Banana Mania. HEX triplet: FA, EE and B9. RGB value is (250,238,185). Sum of RGB (Red+Green+Blue) = 250+238+185=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 185 (72.66% from 255 or 27.49% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEB9 is #051146. Grayscale: #EBEBEB. Windows color (decimal): -332103 or 12185338. OLE color: 12185338.

HSL color Cylindrical-coordinate representation of color #FAEEB9: hue angle of 48.92º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAEEB9 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 185 -
CMYK 0 0.05 0.26 0.02
HSL 48.92º 0.87% 0.85% -
HSV(B) 48.92º 0.26% 0.98% -
XYZ 78.76 84.98 58.15 -
YUV 235.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 250 238 185 0 0.05 0.26 0.02 48.92 0.87 0.85
Hex FA EE B9 0 5 1A 2 31 57 55
Octal 372 356 271 0 5 32 2 61 127 125
Binary 11111010 11101110 10111001 0 101 11010 10 110001 1010111 1010101

Color Harmonies of #FAEEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEB9

Black with #FAEEB9

Text Example


Text Example

White with #FAEEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEB9; }

 p { color: rgb(250,238,185); }

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

background-color css

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

 a { background-color: rgb(250,238,185); }

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

border-color css

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

 span { border-color: rgb(250,238,185); }

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