Html Css Color HEX #FAECB1 Banana Mania

📋 copy color: '#FAECB1'

red 250 ◦ green 236 ◦ blue 177

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

Shades of Banana Mania #FAECB1

Tints of Banana Mania #FAECB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 26.7%

R = 37.71%
G = 35.6%
B = 26.7%

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

#FAECB1 (or 0xFAECB1) is known color: Banana Mania. HEX triplet: FA, EC and B1. RGB value is (250,236,177). Sum of RGB (Red+Green+Blue) = 250+236+177=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 177 (69.53% from 255 or 26.70% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECB1 is #05134E. Grayscale: #E9E9E9. Windows color (decimal): -332623 or 11660538. OLE color: 11660538.

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

Color convert

RGB 250 236 177 -
CMYK 0 0.06 0.29 0.02
HSL 48.49º 0.88% 0.84% -
HSV(B) 48.49º 0.29% 0.98% -
XYZ 77.36 83.49 53.63 -
YUV 233.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 250 236 177 0 0.06 0.29 0.02 48.49 0.88 0.84
Hex FA EC B1 0 6 1D 2 30 58 54
Octal 372 354 261 0 6 35 2 60 130 124
Binary 11111010 11101100 10110001 0 110 11101 10 110000 1011000 1010100

Color Harmonies of #FAECB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECB1

Black with #FAECB1

Text Example


Text Example

White with #FAECB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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