COLOR #FAE9D3

HEX: #FAE9D3
RGB: (250,233,211)

Color info

#FAE9D3 contains red, green and blue colors in about the same proportion. Web safe color of #FAE9D3 is #FFFFCC (or #FFC).

RGB color model

#FAE9D3 color RGB value is (250,233,211).

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

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 211 of 255 = 83%

250
233
211

R + G + B ~ 91%. #FAE9D3 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 233 + 211 = 694 (100%)
R 250 of 694 ~ 36.02%
G 233 of 694 ~ 33.57%
B 211 of 694 ~ 30.4%

%36.02
%33.57
%30.4

CMYK color model

#FAE9D3 color CMYK value is (0,7,16,2).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 15.60%
  • key color value is 1.96%
CMYK:
(0,7,16,2)
C0M7Y16K2 
(0%,7%,16%,2%)
(0.00/0.07/0.16/0.02)	

CMYK percentages

%0
%6.8
%15.6
%1.96

Codes

Color #FAE9D3 in popluar color models

FAE9D3
RGB250233211
HSL34°79.59%90.39%
HSB/HSV34°15.60%98.04%
CMYK0.00%6.80%15.60%
1.96%

Color #FAE9D3 in popluar number systems.

HEXFAE9D3
Decimal250233211
Binary111110101110100111010011
Octal372351323

Shades and tints

Shades of #FAE9D3

#FAE9D3
(250,233,211)
#E4D4C0
(228,212,192)
#CEBFAD
(206,191,173)
#B8AA9A
(184,170,154)
#A29587
(162,149,135)
#8C8074
(140,128,116)
#766B61
(118,107,97)
#60564E
(96,86,78)
#4A413B
(74,65,59)
#342C28
(52,44,40)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #FAE9D3

#FAE9D3
(250,233,211)
#FAEBD7
(250,235,215)
#FAEDDB
(250,237,219)
#FAEFDF
(250,239,223)
#FAF1E3
(250,241,227)
#FAF3E7
(250,243,231)
#FAF5EB
(250,245,235)
#FAF7EF
(250,247,239)
#FAF9F3
(250,249,243)
#FAFBF7
(250,251,247)
#FAFDFB
(250,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE9D3; }

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

This text font color is #FAE9D3.


Background Color

.myBgColor { background-color: #FAE9D3; }

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

This div background color is #FAE9D3.


Border color

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

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

This div border color is #FAE9D3.


Opacity

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

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

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

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

This text has shadow with #FAE9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE9D3 on black background.


Color preview on white background

This text has color #FAE9D3 on white background.



Black color preview on #FAE9D3 background

This text has black color on #FAE9D3 background.


White color preview on #FAE9D3 background

This text has white color on #FAE9D3 background.