Html Css Color HEX #FAEAB6 Banana Mania

📋 copy color: '#FAEAB6'

red 250 ◦ green 234 ◦ blue 182

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

Shades of Banana Mania #FAEAB6

Tints of Banana Mania #FAEAB6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.14%

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

R = 37.54%
G = 35.14%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAEAB6 (or 0xFAEAB6) is known color: Banana Mania. HEX triplet: FA, EA and B6. RGB value is (250,234,182). Sum of RGB (Red+Green+Blue) = 250+234+182=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 182 (71.48% from 255 or 27.33% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAB6 is #051549. Grayscale: #E9E9E9. Windows color (decimal): -333130 or 11987706. OLE color: 11987706.

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

Color convert

RGB 250 234 182 -
CMYK 0 0.06 0.27 0.02
HSL 45.88º 0.87% 0.85% -
HSV(B) 45.88º 0.27% 0.98% -
XYZ 77.29 82.55 56.12 -
YUV 232.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 250 234 182 0 0.06 0.27 0.02 45.88 0.87 0.85
Hex FA EA B6 0 6 1B 2 2E 57 55
Octal 372 352 266 0 6 33 2 56 127 125
Binary 11111010 11101010 10110110 0 110 11011 10 101110 1010111 1010101

Color Harmonies of #FAEAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAB6

Black with #FAEAB6

Text Example


Text Example

White with #FAEAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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