COLOR #FAE5FA

HEX: #FAE5FA
RGB: (250,229,250)

Color info

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

RGB color model

#FAE5FA color RGB value is (250,229,250).

  • red value is 250;
  • green value is 229;
  • blue value is 250.
RGB:
(250,229,250)
(98%,90%,98%)

RGB channels and saturation

R 250 of 255 = 98%
G 229 of 255 = 90%
B 250 of 255 = 98%

250
229
250

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

Portions of RGB colors in percentages

R + G + B =
250 + 229 + 250 = 729 (100%)
R 250 of 729 ~ 34.29%
G 229 of 729 ~ 31.41%
B 250 of 729 ~ 34.29%

%34.29
%31.41
%34.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(0,8,0,2)
C0M8Y0K2 
(0%,8%,0%,2%)
(0.00/0.08/0.00/0.02)	

CMYK percentages

%0
%8.4
%0
%1.96

Codes

Color #FAE5FA in popluar color models

FAE5FA
RGB250229250
HSL300°67.74%93.92%
HSB/HSV300°8.40%98.04%
CMYK0.00%8.40%0.00%
1.96%

Color #FAE5FA in popluar number systems.

HEXFAE5FA
Decimal250229250
Binary111110101110010111111010
Octal372345372

Shades and tints

Shades of #FAE5FA

#FAE5FA
(250,229,250)
#E4D1E4
(228,209,228)
#CEBDCE
(206,189,206)
#B8A9B8
(184,169,184)
#A295A2
(162,149,162)
#8C818C
(140,129,140)
#766D76
(118,109,118)
#605960
(96,89,96)
#4A454A
(74,69,74)
#343134
(52,49,52)
#1E1D1E
(30,29,30)
#000000
(0,0,0)

Tints of #FAE5FA

#FAE5FA
(250,229,250)
#FAE7FA
(250,231,250)
#FAE9FA
(250,233,250)
#FAEBFA
(250,235,250)
#FAEDFA
(250,237,250)
#FAEFFA
(250,239,250)
#FAF1FA
(250,241,250)
#FAF3FA
(250,243,250)
#FAF5FA
(250,245,250)
#FAF7FA
(250,247,250)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE5FA; }

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

This text font color is #FAE5FA.


Background Color

.myBgColor { background-color: #FAE5FA; }

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

This div background color is #FAE5FA.


Border color

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

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

This div border color is #FAE5FA.


Opacity

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

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

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

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

This text has shadow with #FAE5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE5FA on black background.


Color preview on white background

This text has color #FAE5FA on white background.



Black color preview on #FAE5FA background

This text has black color on #FAE5FA background.


White color preview on #FAE5FA background

This text has white color on #FAE5FA background.