Html Css Color HEX #FAE6AB Banana Mania

📋 copy color: '#FAE6AB'

red 250 ◦ green 230 ◦ blue 171

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

Shades of Banana Mania #FAE6AB

Tints of Banana Mania #FAE6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.27%

R = 38.4%
G = 35.33%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAE6AB (or 0xFAE6AB) is known color: Banana Mania. HEX triplet: FA, E6 and AB. RGB value is (250,230,171). Sum of RGB (Red+Green+Blue) = 250+230+171=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6AB is #051954. Grayscale: #E5E5E5. Windows color (decimal): -334165 or 11265786. OLE color: 11265786.

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

Color convert

RGB 250 230 171 -
CMYK 0 0.08 0.32 0.02
HSL 44.81º 0.89% 0.83% -
HSV(B) 44.81º 0.32% 0.98% -
XYZ 75.07 79.86 49.99 -
YUV 229.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 250 230 171 0 0.08 0.32 0.02 44.81 0.89 0.83
Hex FA E6 AB 0 8 20 2 2D 59 53
Octal 372 346 253 0 10 40 2 55 131 123
Binary 11111010 11100110 10101011 0 1000 100000 10 101101 1011001 1010011

Color Harmonies of #FAE6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6AB

Black with #FAE6AB

Text Example


Text Example

White with #FAE6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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