Html Css Color HEX #FAECB2 Banana Mania

📋 copy color: '#FAECB2'

red 250 ◦ green 236 ◦ blue 178

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

Shades of Banana Mania #FAECB2

Tints of Banana Mania #FAECB2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.54%

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

R = 37.65%
G = 35.54%
B = 26.81%

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

#FAECB2 (or 0xFAECB2) is known color: Banana Mania. HEX triplet: FA, EC and B2. RGB value is (250,236,178). Sum of RGB (Red+Green+Blue) = 250+236+178=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 178 (69.92% from 255 or 26.81% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECB2 is #05134D. Grayscale: #E9E9E9. Windows color (decimal): -332622 or 11726074. OLE color: 11726074.

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

Color convert

RGB 250 236 178 -
CMYK 0 0.06 0.29 0.02
HSL 48.33º 0.88% 0.84% -
HSV(B) 48.33º 0.29% 0.98% -
XYZ 77.46 83.53 54.16 -
YUV 233.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 250 236 178 0 0.06 0.29 0.02 48.33 0.88 0.84
Hex FA EC B2 0 6 1D 2 30 58 54
Octal 372 354 262 0 6 35 2 60 130 124
Binary 11111010 11101100 10110010 0 110 11101 10 110000 1011000 1010100

Color Harmonies of #FAECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECB2

Black with #FAECB2

Text Example


Text Example

White with #FAECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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