Html Css Color HEX #FAE6AC Banana Mania

📋 copy color: '#FAE6AC'

red 250 ◦ green 230 ◦ blue 172

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

Shades of Banana Mania #FAE6AC

Tints of Banana Mania #FAE6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.38%

R = 38.34%
G = 35.28%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAE6AC (or 0xFAE6AC) is known color: Banana Mania. HEX triplet: FA, E6 and AC. RGB value is (250,230,172). Sum of RGB (Red+Green+Blue) = 250+230+172=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6AC is #051953. Grayscale: #E5E5E5. Windows color (decimal): -334164 or 11331322. OLE color: 11331322.

HSL color Cylindrical-coordinate representation of color #FAE6AC: hue angle of 44.62º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAE6AC is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 230 172 -
CMYK 0 0.08 0.31 0.02
HSL 44.62º 0.89% 0.83% -
HSV(B) 44.62º 0.31% 0.98% -
XYZ 75.17 79.9 50.49 -
YUV 229.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 250 230 172 0 0.08 0.31 0.02 44.62 0.89 0.83
Hex FA E6 AC 0 8 1F 2 2D 59 53
Octal 372 346 254 0 10 37 2 55 131 123
Binary 11111010 11100110 10101100 0 1000 11111 10 101101 1011001 1010011

Color Harmonies of #FAE6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6AC

Black with #FAE6AC

Text Example


Text Example

White with #FAE6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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