Html Css Color HEX #FAEEB5 Banana Mania

📋 copy color: '#FAEEB5'

red 250 ◦ green 238 ◦ blue 181

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

Shades of Banana Mania #FAEEB5

Tints of Banana Mania #FAEEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.06%

R = 37.37%
G = 35.58%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAEEB5 (or 0xFAEEB5) is known color: Banana Mania. HEX triplet: FA, EE and B5. RGB value is (250,238,181). Sum of RGB (Red+Green+Blue) = 250+238+181=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 181 (71.09% from 255 or 27.06% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEB5 is #05114A. Grayscale: #EBEBEB. Windows color (decimal): -332107 or 11923194. OLE color: 11923194.

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

Color convert

RGB 250 238 181 -
CMYK 0 0.05 0.28 0.02
HSL 49.57º 0.87% 0.85% -
HSV(B) 49.57º 0.28% 0.98% -
XYZ 78.34 84.81 55.96 -
YUV 235.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 250 238 181 0 0.05 0.28 0.02 49.57 0.87 0.85
Hex FA EE B5 0 5 1C 2 32 57 55
Octal 372 356 265 0 5 34 2 62 127 125
Binary 11111010 11101110 10110101 0 101 11100 10 110010 1010111 1010101

Color Harmonies of #FAEEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEB5

Black with #FAEEB5

Text Example


Text Example

White with #FAEEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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