Html Css Color HEX #FAECB4 Banana Mania

📋 copy color: '#FAECB4'

red 250 ◦ green 236 ◦ blue 180

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

Shades of Banana Mania #FAECB4

Tints of Banana Mania #FAECB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.03%

R = 37.54%
G = 35.44%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAECB4 (or 0xFAECB4) is known color: Banana Mania. HEX triplet: FA, EC and B4. RGB value is (250,236,180). Sum of RGB (Red+Green+Blue) = 250+236+180=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 180 (70.70% from 255 or 27.03% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECB4 is #05134B. Grayscale: #EAEAEA. Windows color (decimal): -332620 or 11857146. OLE color: 11857146.

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

Color convert

RGB 250 236 180 -
CMYK 0 0.06 0.28 0.02
HSL 48º 0.88% 0.84% -
HSV(B) 48º 0.28% 0.98% -
XYZ 77.66 83.61 55.23 -
YUV 233.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 250 236 180 0 0.06 0.28 0.02 48 0.88 0.84
Hex FA EC B4 0 6 1C 2 30 58 54
Octal 372 354 264 0 6 34 2 60 130 124
Binary 11111010 11101100 10110100 0 110 11100 10 110000 1011000 1010100

Color Harmonies of #FAECB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECB4

Black with #FAECB4

Text Example


Text Example

White with #FAECB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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