COLOR #FAE3D6

HEX: #FAE3D6
RGB: (250,227,214)

Color info

#FAE3D6 contains red, green and blue colors in about the same proportion. Web safe color of #FAE3D6 is #FFCCCC (or #FCC).

RGB color model

#FAE3D6 color RGB value is (250,227,214).

  • red value is 250;
  • green value is 227;
  • blue value is 214.
RGB:
(250,227,214)
(98%,89%,84%)

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 214 of 255 = 84%

250
227
214

R + G + B ~ 90%. #FAE3D6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 214 = 691 (100%)
R 250 of 691 ~ 36.18%
G 227 of 691 ~ 32.85%
B 214 of 691 ~ 30.97%

%36.18
%32.85
%30.97

CMYK color model

#FAE3D6 color CMYK value is (0,9,14,2).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 14.40%
  • key color value is 1.96%
CMYK:
(0,9,14,2)
C0M9Y14K2 
(0%,9%,14%,2%)
(0.00/0.09/0.14/0.02)	

CMYK percentages

%0
%9.2
%14.4
%1.96

Codes

Color #FAE3D6 in popluar color models

FAE3D6
RGB250227214
HSL22°78.26%90.98%
HSB/HSV22°14.40%98.04%
CMYK0.00%9.20%14.40%
1.96%

Color #FAE3D6 in popluar number systems.

HEXFAE3D6
Decimal250227214
Binary111110101110001111010110
Octal372343326

Shades and tints

Shades of #FAE3D6

#FAE3D6
(250,227,214)
#E4CFC3
(228,207,195)
#CEBBB0
(206,187,176)
#B8A79D
(184,167,157)
#A2938A
(162,147,138)
#8C7F77
(140,127,119)
#766B64
(118,107,100)
#605751
(96,87,81)
#4A433E
(74,67,62)
#342F2B
(52,47,43)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #FAE3D6

#FAE3D6
(250,227,214)
#FAE5D9
(250,229,217)
#FAE7DC
(250,231,220)
#FAE9DF
(250,233,223)
#FAEBE2
(250,235,226)
#FAEDE5
(250,237,229)
#FAEFE8
(250,239,232)
#FAF1EB
(250,241,235)
#FAF3EE
(250,243,238)
#FAF5F1
(250,245,241)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE3D6 color. Also use rgb(250,227,214) instead hex code.

Text Font Color

.myTextColor { color: #FAE3D6; }

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

This text font color is #FAE3D6.


Background Color

.myBgColor { background-color: #FAE3D6; }

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

This div background color is #FAE3D6.


Border color

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

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

This div border color is #FAE3D6.


Opacity

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

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

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

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

This text has shadow with #FAE3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE3D6 on black background.


Color preview on white background

This text has color #FAE3D6 on white background.



Black color preview on #FAE3D6 background

This text has black color on #FAE3D6 background.


White color preview on #FAE3D6 background

This text has white color on #FAE3D6 background.