COLOR #FAE5FC

HEX: #FAE5FC
RGB: (250,229,252)

Color info

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

RGB color model

#FAE5FC color RGB value is (250,229,252).

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

RGB channels and saturation

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

250
229
252

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

Portions of RGB colors in percentages

R + G + B =
250 + 229 + 252 = 731 (100%)
R 250 of 731 ~ 34.2%
G 229 of 731 ~ 31.33%
B 252 of 731 ~ 34.47%

%34.2
%31.33
%34.47

CMYK color model

#FAE5FC color CMYK value is (1,9,0,1).

  • cyan value is 0.79%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(1,9,0,1)
C1M9Y0K1 
(1%,9%,0%,1%)
(0.01/0.09/0.00/0.01)	

CMYK percentages

%0.79
%9.13
%0
%1.18

Codes

Color #FAE5FC in popluar color models

FAE5FC
RGB250229252
HSL295°79.31%94.31%
HSB/HSV295°9.13%98.82%
CMYK0.79%9.13%0.00%
1.18%

Color #FAE5FC in popluar number systems.

HEXFAE5FC
Decimal250229252
Binary111110101110010111111100
Octal372345374

Shades and tints

Shades of #FAE5FC

#FAE5FC
(250,229,252)
#E4D1E6
(228,209,230)
#CEBDD0
(206,189,208)
#B8A9BA
(184,169,186)
#A295A4
(162,149,164)
#8C818E
(140,129,142)
#766D78
(118,109,120)
#605962
(96,89,98)
#4A454C
(74,69,76)
#343136
(52,49,54)
#1E1D20
(30,29,32)
#000000
(0,0,0)

Tints of #FAE5FC

#FAE5FC
(250,229,252)
#FAE7FC
(250,231,252)
#FAE9FC
(250,233,252)
#FAEBFC
(250,235,252)
#FAEDFC
(250,237,252)
#FAEFFC
(250,239,252)
#FAF1FC
(250,241,252)
#FAF3FC
(250,243,252)
#FAF5FC
(250,245,252)
#FAF7FC
(250,247,252)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE5FC; }

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

This text font color is #FAE5FC.


Background Color

.myBgColor { background-color: #FAE5FC; }

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

This div background color is #FAE5FC.


Border color

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

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

This div border color is #FAE5FC.


Opacity

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

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

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

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

This text has shadow with #FAE5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE5FC on black background.


Color preview on white background

This text has color #FAE5FC on white background.



Black color preview on #FAE5FC background

This text has black color on #FAE5FC background.


White color preview on #FAE5FC background

This text has white color on #FAE5FC background.