Html Css Color HEX #FAE4B1 Banana Mania

📋 copy color: '#FAE4B1'

red 250 ◦ green 228 ◦ blue 177

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

Shades of Banana Mania #FAE4B1

Tints of Banana Mania #FAE4B1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.81%

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

R = 38.17%
G = 34.81%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAE4B1 (or 0xFAE4B1) is known color: Banana Mania. HEX triplet: FA, E4 and B1. RGB value is (250,228,177). Sum of RGB (Red+Green+Blue) = 250+228+177=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 177 (69.53% from 255 or 27.02% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4B1 is #051B4E. Grayscale: #E4E4E4. Windows color (decimal): -334671 or 11658490. OLE color: 11658490.

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

Color convert

RGB 250 228 177 -
CMYK 0 0.09 0.29 0.02
HSL 41.92º 0.88% 0.84% -
HSV(B) 41.92º 0.29% 0.98% -
XYZ 75.1 78.99 52.88 -
YUV 228.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 250 228 177 0 0.09 0.29 0.02 41.92 0.88 0.84
Hex FA E4 B1 0 9 1D 2 2A 58 54
Octal 372 344 261 0 11 35 2 52 130 124
Binary 11111010 11100100 10110001 0 1001 11101 10 101010 1011000 1010100

Color Harmonies of #FAE4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4B1

Black with #FAE4B1

Text Example


Text Example

White with #FAE4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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