Html Css Color HEX #FAE6B2 Banana Mania

📋 copy color: '#FAE6B2'

red 250 ◦ green 230 ◦ blue 178

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

Shades of Banana Mania #FAE6B2

Tints of Banana Mania #FAE6B2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.95%

 BLUE value IS 178 (69.92% from 255) = 27.05%

R = 37.99%
G = 34.95%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAE6B2 (or 0xFAE6B2) is known color: Banana Mania. HEX triplet: FA, E6 and B2. RGB value is (250,230,178). Sum of RGB (Red+Green+Blue) = 250+230+178=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 178 (69.92% from 255 or 27.05% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6B2 is #05194D. Grayscale: #E6E6E6. Windows color (decimal): -334158 or 11724538. OLE color: 11724538.

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

Color convert

RGB 250 230 178 -
CMYK 0 0.08 0.29 0.02
HSL 43.33º 0.88% 0.84% -
HSV(B) 43.33º 0.29% 0.98% -
XYZ 75.76 80.13 53.59 -
YUV 230.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 250 230 178 0 0.08 0.29 0.02 43.33 0.88 0.84
Hex FA E6 B2 0 8 1D 2 2B 58 54
Octal 372 346 262 0 10 35 2 53 130 124
Binary 11111010 11100110 10110010 0 1000 11101 10 101011 1011000 1010100

Color Harmonies of #FAE6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6B2

Black with #FAE6B2

Text Example


Text Example

White with #FAE6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6B2; }

 p { color: rgb(250,230,178); }

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

background-color css

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

 a { background-color: rgb(250,230,178); }

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

border-color css

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

 span { border-color: rgb(250,230,178); }

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