COLOR #FAE9BB

HEX: #FAE9BB
RGB: (250,233,187)

Color info

#FAE9BB contains mainly red and green colors. Web safe color of #FAE9BB is #FFFFCC (or #FFC).

RGB color model

#FAE9BB color RGB value is (250,233,187).

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

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 187 of 255 = 73%

250
233
187

R + G + B ~ 87%. #FAE9BB is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 233 + 187 = 670 (100%)
R 250 of 670 ~ 37.31%
G 233 of 670 ~ 34.78%
B 187 of 670 ~ 27.91%

%37.31
%34.78
%27.91

CMYK color model

#FAE9BB color CMYK value is (0,7,25,2).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 25.20%
  • key color value is 1.96%
CMYK:
(0,7,25,2)
C0M7Y25K2 
(0%,7%,25%,2%)
(0.00/0.07/0.25/0.02)	

CMYK percentages

%0
%6.8
%25.2
%1.96

Codes

Color #FAE9BB in popluar color models

FAE9BB
RGB250233187
HSL44°86.30%85.69%
HSB/HSV44°25.20%98.04%
CMYK0.00%6.80%25.20%
1.96%

Color #FAE9BB in popluar number systems.

HEXFAE9BB
Decimal250233187
Binary111110101110100110111011
Octal372351273

Shades and tints

Shades of #FAE9BB

#FAE9BB
(250,233,187)
#E4D4AA
(228,212,170)
#CEBF99
(206,191,153)
#B8AA88
(184,170,136)
#A29577
(162,149,119)
#8C8066
(140,128,102)
#766B55
(118,107,85)
#605644
(96,86,68)
#4A4133
(74,65,51)
#342C22
(52,44,34)
#1E1711
(30,23,17)
#000000
(0,0,0)

Tints of #FAE9BB

#FAE9BB
(250,233,187)
#FAEBC1
(250,235,193)
#FAEDC7
(250,237,199)
#FAEFCD
(250,239,205)
#FAF1D3
(250,241,211)
#FAF3D9
(250,243,217)
#FAF5DF
(250,245,223)
#FAF7E5
(250,247,229)
#FAF9EB
(250,249,235)
#FAFBF1
(250,251,241)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE9BB; }

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

This text font color is #FAE9BB.


Background Color

.myBgColor { background-color: #FAE9BB; }

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

This div background color is #FAE9BB.


Border color

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

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

This div border color is #FAE9BB.


Opacity

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

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

Text with #FAE9BB 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 #FAE9BB;}

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

This text has shadow with #FAE9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE9BB on black background.


Color preview on white background

This text has color #FAE9BB on white background.



Black color preview on #FAE9BB background

This text has black color on #FAE9BB background.


White color preview on #FAE9BB background

This text has white color on #FAE9BB background.