Html Css Color HEX #FAEEAC Banana Mania

📋 copy color: '#FAEEAC'

red 250 ◦ green 238 ◦ blue 172

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

Shades of Banana Mania #FAEEAC

Tints of Banana Mania #FAEEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.06%

R = 37.88%
G = 36.06%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAEEAC (or 0xFAEEAC) is known color: Banana Mania. HEX triplet: FA, EE and AC. RGB value is (250,238,172). Sum of RGB (Red+Green+Blue) = 250+238+172=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEAC is #051153. Grayscale: #EAEAEA. Windows color (decimal): -332116 or 11333370. OLE color: 11333370.

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

Color convert

RGB 250 238 172 -
CMYK 0 0.05 0.31 0.02
HSL 50.77º 0.89% 0.83% -
HSV(B) 50.77º 0.31% 0.98% -
XYZ 77.45 84.45 51.25 -
YUV 234.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 250 238 172 0 0.05 0.31 0.02 50.77 0.89 0.83
Hex FA EE AC 0 5 1F 2 33 59 53
Octal 372 356 254 0 5 37 2 63 131 123
Binary 11111010 11101110 10101100 0 101 11111 10 110011 1011001 1010011

Color Harmonies of #FAEEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEAC

Black with #FAEEAC

Text Example


Text Example

White with #FAEEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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