Html Css Color HEX #FAE5B3 Banana Mania

📋 copy color: '#FAE5B3'

red 250 ◦ green 229 ◦ blue 179

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

Shades of Banana Mania #FAE5B3

Tints of Banana Mania #FAE5B3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.8%

 BLUE value IS 179 (70.31% from 255) = 27.2%

R = 37.99%
G = 34.8%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAE5B3 (or 0xFAE5B3) is known color: Banana Mania. HEX triplet: FA, E5 and B3. RGB value is (250,229,179). Sum of RGB (Red+Green+Blue) = 250+229+179=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 179 (70.31% from 255 or 27.20% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5B3 is #051A4C. Grayscale: #E5E5E5. Windows color (decimal): -334413 or 11789818. OLE color: 11789818.

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

Color convert

RGB 250 229 179 -
CMYK 0 0.08 0.28 0.02
HSL 42.25º 0.88% 0.84% -
HSV(B) 42.25º 0.28% 0.98% -
XYZ 75.58 79.62 54.03 -
YUV 229.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 250 229 179 0 0.08 0.28 0.02 42.25 0.88 0.84
Hex FA E5 B3 0 8 1C 2 2A 58 54
Octal 372 345 263 0 10 34 2 52 130 124
Binary 11111010 11100101 10110011 0 1000 11100 10 101010 1011000 1010100

Color Harmonies of #FAE5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5B3

Black with #FAE5B3

Text Example


Text Example

White with #FAE5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5B3; }

 p { color: rgb(250,229,179); }

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

background-color css

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

 a { background-color: rgb(250,229,179); }

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

border-color css

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

 span { border-color: rgb(250,229,179); }

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