Html Css Color HEX #FAE8B6 Banana Mania

📋 copy color: '#FAE8B6'

red 250 ◦ green 232 ◦ blue 182

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

Shades of Banana Mania #FAE8B6

Tints of Banana Mania #FAE8B6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.94%

 BLUE value IS 182 (71.48% from 255) = 27.41%

R = 37.65%
G = 34.94%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAE8B6 (or 0xFAE8B6) is known color: Banana Mania. HEX triplet: FA, E8 and B6. RGB value is (250,232,182). Sum of RGB (Red+Green+Blue) = 250+232+182=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 182 (71.48% from 255 or 27.41% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8B6 is #051749. Grayscale: #E7E7E7. Windows color (decimal): -333642 or 11987194. OLE color: 11987194.

HSL color Cylindrical-coordinate representation of color #FAE8B6: hue angle of 44.12º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAE8B6 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 232 182 -
CMYK 0 0.07 0.27 0.02
HSL 44.12º 0.87% 0.85% -
HSV(B) 44.12º 0.27% 0.98% -
XYZ 76.72 81.41 55.93 -
YUV 231.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 250 232 182 0 0.07 0.27 0.02 44.12 0.87 0.85
Hex FA E8 B6 0 7 1B 2 2C 57 55
Octal 372 350 266 0 7 33 2 54 127 125
Binary 11111010 11101000 10110110 0 111 11011 10 101100 1010111 1010101

Color Harmonies of #FAE8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE8B6

Black with #FAE8B6

Text Example


Text Example

White with #FAE8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE8B6; }

 p { color: rgb(250,232,182); }

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

background-color css

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

 a { background-color: rgb(250,232,182); }

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

border-color css

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

 span { border-color: rgb(250,232,182); }

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