COLOR #FAE7D7

HEX: #FAE7D7
RGB: (250,231,215)

Color info

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

RGB color model

#FAE7D7 color RGB value is (250,231,215).

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

RGB channels and saturation

R 250 of 255 = 98%
G 231 of 255 = 91%
B 215 of 255 = 84%

250
231
215

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

Portions of RGB colors in percentages

R + G + B =
250 + 231 + 215 = 696 (100%)
R 250 of 696 ~ 35.92%
G 231 of 696 ~ 33.19%
B 215 of 696 ~ 30.89%

%35.92
%33.19
%30.89

CMYK color model

#FAE7D7 color CMYK value is (0,8,14,2).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 14.00%
  • key color value is 1.96%
CMYK:
(0,8,14,2)
C0M8Y14K2 
(0%,8%,14%,2%)
(0.00/0.08/0.14/0.02)	

CMYK percentages

%0
%7.6
%14
%1.96

Codes

Color #FAE7D7 in popluar color models

FAE7D7
RGB250231215
HSL27°77.78%91.18%
HSB/HSV27°14.00%98.04%
CMYK0.00%7.60%14.00%
1.96%

Color #FAE7D7 in popluar number systems.

HEXFAE7D7
Decimal250231215
Binary111110101110011111010111
Octal372347327

Shades and tints

Shades of #FAE7D7

#FAE7D7
(250,231,215)
#E4D2C4
(228,210,196)
#CEBDB1
(206,189,177)
#B8A89E
(184,168,158)
#A2938B
(162,147,139)
#8C7E78
(140,126,120)
#766965
(118,105,101)
#605452
(96,84,82)
#4A3F3F
(74,63,63)
#342A2C
(52,42,44)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FAE7D7

#FAE7D7
(250,231,215)
#FAE9DA
(250,233,218)
#FAEBDD
(250,235,221)
#FAEDE0
(250,237,224)
#FAEFE3
(250,239,227)
#FAF1E6
(250,241,230)
#FAF3E9
(250,243,233)
#FAF5EC
(250,245,236)
#FAF7EF
(250,247,239)
#FAF9F2
(250,249,242)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE7D7; }

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

This text font color is #FAE7D7.


Background Color

.myBgColor { background-color: #FAE7D7; }

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

This div background color is #FAE7D7.


Border color

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

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

This div border color is #FAE7D7.


Opacity

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

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

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

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

This text has shadow with #FAE7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE7D7 on black background.


Color preview on white background

This text has color #FAE7D7 on white background.



Black color preview on #FAE7D7 background

This text has black color on #FAE7D7 background.


White color preview on #FAE7D7 background

This text has white color on #FAE7D7 background.