COLOR #FAE1E9

HEX: #FAE1E9
RGB: (250,225,233)

Color info

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

RGB color model

#FAE1E9 color RGB value is (250,225,233).

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

RGB channels and saturation

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

250
225
233

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

Portions of RGB colors in percentages

R + G + B =
250 + 225 + 233 = 708 (100%)
R 250 of 708 ~ 35.31%
G 225 of 708 ~ 31.78%
B 233 of 708 ~ 32.91%

%35.31
%31.78
%32.91

CMYK color model

#FAE1E9 color CMYK value is (0,10,7,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 6.80%
  • key color value is 1.96%
CMYK:
(0,10,7,2)
C0M10Y7K2 
(0%,10%,7%,2%)
(0.00/0.10/0.07/0.02)	

CMYK percentages

%0
%10
%6.8
%1.96

Codes

Color #FAE1E9 in popluar color models

FAE1E9
RGB250225233
HSL341°71.43%93.14%
HSB/HSV341°10.00%98.04%
CMYK0.00%10.00%6.80%
1.96%

Color #FAE1E9 in popluar number systems.

HEXFAE1E9
Decimal250225233
Binary111110101110000111101001
Octal372341351

Shades and tints

Shades of #FAE1E9

#FAE1E9
(250,225,233)
#E4CDD4
(228,205,212)
#CEB9BF
(206,185,191)
#B8A5AA
(184,165,170)
#A29195
(162,145,149)
#8C7D80
(140,125,128)
#76696B
(118,105,107)
#605556
(96,85,86)
#4A4141
(74,65,65)
#342D2C
(52,45,44)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #FAE1E9

#FAE1E9
(250,225,233)
#FAE3EB
(250,227,235)
#FAE5ED
(250,229,237)
#FAE7EF
(250,231,239)
#FAE9F1
(250,233,241)
#FAEBF3
(250,235,243)
#FAEDF5
(250,237,245)
#FAEFF7
(250,239,247)
#FAF1F9
(250,241,249)
#FAF3FB
(250,243,251)
#FAF5FD
(250,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE1E9; }

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

This text font color is #FAE1E9.


Background Color

.myBgColor { background-color: #FAE1E9; }

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

This div background color is #FAE1E9.


Border color

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

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

This div border color is #FAE1E9.


Opacity

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

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

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

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

This text has shadow with #FAE1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE1E9 on black background.


Color preview on white background

This text has color #FAE1E9 on white background.



Black color preview on #FAE1E9 background

This text has black color on #FAE1E9 background.


White color preview on #FAE1E9 background

This text has white color on #FAE1E9 background.