COLOR #FAE9F9

HEX: #FAE9F9
RGB: (250,233,249)

Color info

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

RGB color model

#FAE9F9 color RGB value is (250,233,249).

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

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 249 of 255 = 98%

250
233
249

R + G + B ~ 96%. #FAE9F9 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 233 + 249 = 732 (100%)
R 250 of 732 ~ 34.15%
G 233 of 732 ~ 31.83%
B 249 of 732 ~ 34.02%

%34.15
%31.83
%34.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 0.40%
  • key color value is 1.96%
CMYK:
(0,7,0,2)
C0M7Y0K2 
(0%,7%,0%,2%)
(0.00/0.07/0.00/0.02)	

CMYK percentages

%0
%6.8
%0.4
%1.96

Codes

Color #FAE9F9 in popluar color models

FAE9F9
RGB250233249
HSL304°62.96%94.71%
HSB/HSV304°6.80%98.04%
CMYK0.00%6.80%0.40%
1.96%

Color #FAE9F9 in popluar number systems.

HEXFAE9F9
Decimal250233249
Binary111110101110100111111001
Octal372351371

Shades and tints

Shades of #FAE9F9

#FAE9F9
(250,233,249)
#E4D4E3
(228,212,227)
#CEBFCD
(206,191,205)
#B8AAB7
(184,170,183)
#A295A1
(162,149,161)
#8C808B
(140,128,139)
#766B75
(118,107,117)
#60565F
(96,86,95)
#4A4149
(74,65,73)
#342C33
(52,44,51)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #FAE9F9

#FAE9F9
(250,233,249)
#FAEBF9
(250,235,249)
#FAEDF9
(250,237,249)
#FAEFF9
(250,239,249)
#FAF1F9
(250,241,249)
#FAF3F9
(250,243,249)
#FAF5F9
(250,245,249)
#FAF7F9
(250,247,249)
#FAF9F9
(250,249,249)
#FAFBF9
(250,251,249)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE9F9; }

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

This text font color is #FAE9F9.


Background Color

.myBgColor { background-color: #FAE9F9; }

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

This div background color is #FAE9F9.


Border color

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

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

This div border color is #FAE9F9.


Opacity

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

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

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

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

This text has shadow with #FAE9F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE9F9 on black background.


Color preview on white background

This text has color #FAE9F9 on white background.



Black color preview on #FAE9F9 background

This text has black color on #FAE9F9 background.


White color preview on #FAE9F9 background

This text has white color on #FAE9F9 background.