Html Css Color HEX #FAECB0 Banana Mania

📋 copy color: '#FAECB0'

red 250 ◦ green 236 ◦ blue 176

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

Shades of Banana Mania #FAECB0

Tints of Banana Mania #FAECB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.59%

R = 37.76%
G = 35.65%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAECB0 (or 0xFAECB0) is known color: Banana Mania. HEX triplet: FA, EC and B0. RGB value is (250,236,176). Sum of RGB (Red+Green+Blue) = 250+236+176=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 176 (69.14% from 255 or 26.59% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECB0 is #05134F. Grayscale: #E9E9E9. Windows color (decimal): -332624 or 11595002. OLE color: 11595002.

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

Color convert

RGB 250 236 176 -
CMYK 0 0.06 0.30 0.02
HSL 48.65º 0.88% 0.84% -
HSV(B) 48.65º 0.3% 0.98% -
XYZ 77.26 83.45 53.11 -
YUV 233.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 250 236 176 0 0.06 0.30 0.02 48.65 0.88 0.84
Hex FA EC B0 0 6 1E 2 31 58 54
Octal 372 354 260 0 6 36 2 61 130 124
Binary 11111010 11101100 10110000 0 110 11110 10 110001 1011000 1010100

Color Harmonies of #FAECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECB0

Black with #FAECB0

Text Example


Text Example

White with #FAECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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