COLOR #FAE3E7

HEX: #FAE3E7
RGB: (250,227,231)

Color info

#FAE3E7 contains red, green and blue colors in about the same proportion. Web safe color of #FAE3E7 is #FFCCFF (or #FCF).

RGB color model

#FAE3E7 color RGB value is (250,227,231).

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

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 231 of 255 = 91%

250
227
231

R + G + B ~ 93%. #FAE3E7 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 231 = 708 (100%)
R 250 of 708 ~ 35.31%
G 227 of 708 ~ 32.06%
B 231 of 708 ~ 32.63%

%35.31
%32.06
%32.63

CMYK color model

#FAE3E7 color CMYK value is (0,9,8,2).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 7.60%
  • key color value is 1.96%
CMYK:
(0,9,8,2)
C0M9Y8K2 
(0%,9%,8%,2%)
(0.00/0.09/0.08/0.02)	

CMYK percentages

%0
%9.2
%7.6
%1.96

Codes

Color #FAE3E7 in popluar color models

FAE3E7
RGB250227231
HSL350°69.70%93.53%
HSB/HSV350°9.20%98.04%
CMYK0.00%9.20%7.60%
1.96%

Color #FAE3E7 in popluar number systems.

HEXFAE3E7
Decimal250227231
Binary111110101110001111100111
Octal372343347

Shades and tints

Shades of #FAE3E7

#FAE3E7
(250,227,231)
#E4CFD2
(228,207,210)
#CEBBBD
(206,187,189)
#B8A7A8
(184,167,168)
#A29393
(162,147,147)
#8C7F7E
(140,127,126)
#766B69
(118,107,105)
#605754
(96,87,84)
#4A433F
(74,67,63)
#342F2A
(52,47,42)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #FAE3E7

#FAE3E7
(250,227,231)
#FAE5E9
(250,229,233)
#FAE7EB
(250,231,235)
#FAE9ED
(250,233,237)
#FAEBEF
(250,235,239)
#FAEDF1
(250,237,241)
#FAEFF3
(250,239,243)
#FAF1F5
(250,241,245)
#FAF3F7
(250,243,247)
#FAF5F9
(250,245,249)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE3E7; }

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

This text font color is #FAE3E7.


Background Color

.myBgColor { background-color: #FAE3E7; }

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

This div background color is #FAE3E7.


Border color

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

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

This div border color is #FAE3E7.


Opacity

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

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

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

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

This text has shadow with #FAE3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE3E7 on black background.


Color preview on white background

This text has color #FAE3E7 on white background.



Black color preview on #FAE3E7 background

This text has black color on #FAE3E7 background.


White color preview on #FAE3E7 background

This text has white color on #FAE3E7 background.