COLOR #FAE7E1

HEX: #FAE7E1
RGB: (250,231,225)

Color info

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

RGB color model

#FAE7E1 color RGB value is (250,231,225).

  • red value is 250;
  • green value is 231;
  • blue value is 225.
RGB:
(250,231,225)
(98%,91%,88%)

RGB channels and saturation

R 250 of 255 = 98%
G 231 of 255 = 91%
B 225 of 255 = 88%

250
231
225

R + G + B ~ 92%. #FAE7E1 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 231 + 225 = 706 (100%)
R 250 of 706 ~ 35.41%
G 231 of 706 ~ 32.72%
B 225 of 706 ~ 31.87%

%35.41
%32.72
%31.87

CMYK color model

#FAE7E1 color CMYK value is (0,8,10,2).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 10.00%
  • key color value is 1.96%
CMYK:
(0,8,10,2)
C0M8Y10K2 
(0%,8%,10%,2%)
(0.00/0.08/0.10/0.02)	

CMYK percentages

%0
%7.6
%10
%1.96

Codes

Color #FAE7E1 in popluar color models

FAE7E1
RGB250231225
HSL14°71.43%93.14%
HSB/HSV14°10.00%98.04%
CMYK0.00%7.60%10.00%
1.96%

Color #FAE7E1 in popluar number systems.

HEXFAE7E1
Decimal250231225
Binary111110101110011111100001
Octal372347341

Shades and tints

Shades of #FAE7E1

#FAE7E1
(250,231,225)
#E4D2CD
(228,210,205)
#CEBDB9
(206,189,185)
#B8A8A5
(184,168,165)
#A29391
(162,147,145)
#8C7E7D
(140,126,125)
#766969
(118,105,105)
#605455
(96,84,85)
#4A3F41
(74,63,65)
#342A2D
(52,42,45)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FAE7E1

#FAE7E1
(250,231,225)
#FAE9E3
(250,233,227)
#FAEBE5
(250,235,229)
#FAEDE7
(250,237,231)
#FAEFE9
(250,239,233)
#FAF1EB
(250,241,235)
#FAF3ED
(250,243,237)
#FAF5EF
(250,245,239)
#FAF7F1
(250,247,241)
#FAF9F3
(250,249,243)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE7E1 color. Also use rgb(250,231,225) instead hex code.

Text Font Color

.myTextColor { color: #FAE7E1; }

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

This text font color is #FAE7E1.


Background Color

.myBgColor { background-color: #FAE7E1; }

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

This div background color is #FAE7E1.


Border color

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

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

This div border color is #FAE7E1.


Opacity

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

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

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

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

This text has shadow with #FAE7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE7E1 on black background.


Color preview on white background

This text has color #FAE7E1 on white background.



Black color preview on #FAE7E1 background

This text has black color on #FAE7E1 background.


White color preview on #FAE7E1 background

This text has white color on #FAE7E1 background.