COLOR #FAE9AB

HEX: #FAE9AB
RGB: (250,233,171)

Color info

#FAE9AB contains mainly red and green colors. Web safe color of #FAE9AB is #FFFF99 (or #FF9).

RGB color model

#FAE9AB color RGB value is (250,233,171).

  • red value is 250;
  • green value is 233;
  • blue value is 171.
RGB:
(250,233,171)
(98%,91%,67%)

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 171 of 255 = 67%

250
233
171

R + G + B ~ 85%. #FAE9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 233 + 171 = 654 (100%)
R 250 of 654 ~ 38.23%
G 233 of 654 ~ 35.63%
B 171 of 654 ~ 26.15%

%38.23
%35.63
%26.15

CMYK color model

#FAE9AB color CMYK value is (0,7,32,2).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 31.60%
  • key color value is 1.96%
CMYK:
(0,7,32,2)
C0M7Y32K2 
(0%,7%,32%,2%)
(0.00/0.07/0.32/0.02)	

CMYK percentages

%0
%6.8
%31.6
%1.96

Codes

Color #FAE9AB in popluar color models

FAE9AB
RGB250233171
HSL47°88.76%82.55%
HSB/HSV47°31.60%98.04%
CMYK0.00%6.80%31.60%
1.96%

Color #FAE9AB in popluar number systems.

HEXFAE9AB
Decimal250233171
Binary111110101110100110101011
Octal372351253

Shades and tints

Shades of #FAE9AB

#FAE9AB
(250,233,171)
#E4D49C
(228,212,156)
#CEBF8D
(206,191,141)
#B8AA7E
(184,170,126)
#A2956F
(162,149,111)
#8C8060
(140,128,96)
#766B51
(118,107,81)
#605642
(96,86,66)
#4A4133
(74,65,51)
#342C24
(52,44,36)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #FAE9AB

#FAE9AB
(250,233,171)
#FAEBB2
(250,235,178)
#FAEDB9
(250,237,185)
#FAEFC0
(250,239,192)
#FAF1C7
(250,241,199)
#FAF3CE
(250,243,206)
#FAF5D5
(250,245,213)
#FAF7DC
(250,247,220)
#FAF9E3
(250,249,227)
#FAFBEA
(250,251,234)
#FAFDF1
(250,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE9AB color. Also use rgb(250,233,171) instead hex code.

Text Font Color

.myTextColor { color: #FAE9AB; }

<p style="color:#FAE9AB">This sample text font color is #FAE9AB.</p>

This text font color is #FAE9AB.


Background Color

.myBgColor { background-color: #FAE9AB; }

<div style="background-color:#FAE9AB">Inner text</div>

This div background color is #FAE9AB.


Border color

.myBorderColor { border: 1px solid #FAE9AB; }

<div style="border:3px solid #FAE9AB">Div</div>

This div border color is #FAE9AB.


Opacity

.myOpacity80 { color: #FAE9AB; opacity: 0.8; }

<p style="color:#FAE9AB;opacity:0.8;">80%</p>

Text with #FAE9AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FAE9AB;}

<p style="text-shadow: 3px 3px 1px #FAE9AB">Text here.</p>

This text has shadow with #FAE9AB color.

.textShadow {text-shadow: 3px 3px 1px #FAE9AB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FAE9AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #FAE9AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE9AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FAE9AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #FAE9AB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FAE9AB;
  -webkit-box-shadow:	1px 1px 3px 2px #FAE9AB;
  box-shadow:		1px 1px 3px 2px #FAE9AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE9AB;
-webkit-box-shadow: 1px 1px 3px 2px #FAE9AB;
box-shadow:1px 1px 3px 2px #FAE9AB;">
Div content here</div>
This div box has shadow with color #FAE9AB.

Preview

Color preview on black background

This text has color #FAE9AB on black background.


Color preview on white background

This text has color #FAE9AB on white background.



Black color preview on #FAE9AB background

This text has black color on #FAE9AB background.


White color preview on #FAE9AB background

This text has white color on #FAE9AB background.