COLOR #FAE8F1

HEX: #FAE8F1
RGB: (250,232,241)

Color info

#FAE8F1 contains red, green and blue colors in about the same proportion. Web safe color of #FAE8F1 is #FFFFFF (or #FFF).

RGB color model

#FAE8F1 color RGB value is (250,232,241).

  • red value is 250;
  • green value is 232;
  • blue value is 241.
RGB:
(250,232,241)
(98%,91%,95%)

RGB channels and saturation

R 250 of 255 = 98%
G 232 of 255 = 91%
B 241 of 255 = 95%

250
232
241

R + G + B ~ 95%. #FAE8F1 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 232 + 241 = 723 (100%)
R 250 of 723 ~ 34.58%
G 232 of 723 ~ 32.09%
B 241 of 723 ~ 33.33%

%34.58
%32.09
%33.33

CMYK color model

#FAE8F1 color CMYK value is (0,7,4,2).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 3.60%
  • key color value is 1.96%
CMYK:
(0,7,4,2)
C0M7Y4K2 
(0%,7%,4%,2%)
(0.00/0.07/0.04/0.02)	

CMYK percentages

%0
%7.2
%3.6
%1.96

Codes

Color #FAE8F1 in popluar color models

FAE8F1
RGB250232241
HSL330°64.29%94.51%
HSB/HSV330°7.20%98.04%
CMYK0.00%7.20%3.60%
1.96%

Color #FAE8F1 in popluar number systems.

HEXFAE8F1
Decimal250232241
Binary111110101110100011110001
Octal372350361

Shades and tints

Shades of #FAE8F1

#FAE8F1
(250,232,241)
#E4D3DC
(228,211,220)
#CEBEC7
(206,190,199)
#B8A9B2
(184,169,178)
#A2949D
(162,148,157)
#8C7F88
(140,127,136)
#766A73
(118,106,115)
#60555E
(96,85,94)
#4A4049
(74,64,73)
#342B34
(52,43,52)
#1E161F
(30,22,31)
#000000
(0,0,0)

Tints of #FAE8F1

#FAE8F1
(250,232,241)
#FAEAF2
(250,234,242)
#FAECF3
(250,236,243)
#FAEEF4
(250,238,244)
#FAF0F5
(250,240,245)
#FAF2F6
(250,242,246)
#FAF4F7
(250,244,247)
#FAF6F8
(250,246,248)
#FAF8F9
(250,248,249)
#FAFAFA
(250,250,250)
#FAFCFB
(250,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE8F1 color. Also use rgb(250,232,241) instead hex code.

Text Font Color

.myTextColor { color: #FAE8F1; }

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

This text font color is #FAE8F1.


Background Color

.myBgColor { background-color: #FAE8F1; }

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

This div background color is #FAE8F1.


Border color

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

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

This div border color is #FAE8F1.


Opacity

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

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

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

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

This text has shadow with #FAE8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE8F1 on black background.


Color preview on white background

This text has color #FAE8F1 on white background.



Black color preview on #FAE8F1 background

This text has black color on #FAE8F1 background.


White color preview on #FAE8F1 background

This text has white color on #FAE8F1 background.