COLOR #FAE7FD

HEX: #FAE7FD
RGB: (250,231,253)

Color info

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

RGB color model

#FAE7FD color RGB value is (250,231,253).

  • red value is 250;
  • green value is 231;
  • blue value is 253.
RGB:
(250,231,253)
(98%,91%,99%)

RGB channels and saturation

R 250 of 255 = 98%
G 231 of 255 = 91%
B 253 of 255 = 99%

250
231
253

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

Portions of RGB colors in percentages

R + G + B =
250 + 231 + 253 = 734 (100%)
R 250 of 734 ~ 34.06%
G 231 of 734 ~ 31.47%
B 253 of 734 ~ 34.47%

%34.06
%31.47
%34.47

CMYK color model

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

  • cyan value is 1.19%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(1,9,0,1)
C1M9Y0K1 
(1%,9%,0%,1%)
(0.01/0.09/0.00/0.01)	

CMYK percentages

%1.19
%8.7
%0
%0.78

Codes

Color #FAE7FD in popluar color models

FAE7FD
RGB250231253
HSL292°84.62%94.90%
HSB/HSV292°8.70%99.22%
CMYK1.19%8.70%0.00%
0.78%

Color #FAE7FD in popluar number systems.

HEXFAE7FD
Decimal250231253
Binary111110101110011111111101
Octal372347375

Shades and tints

Shades of #FAE7FD

#FAE7FD
(250,231,253)
#E4D2E6
(228,210,230)
#CEBDCF
(206,189,207)
#B8A8B8
(184,168,184)
#A293A1
(162,147,161)
#8C7E8A
(140,126,138)
#766973
(118,105,115)
#60545C
(96,84,92)
#4A3F45
(74,63,69)
#342A2E
(52,42,46)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #FAE7FD

#FAE7FD
(250,231,253)
#FAE9FD
(250,233,253)
#FAEBFD
(250,235,253)
#FAEDFD
(250,237,253)
#FAEFFD
(250,239,253)
#FAF1FD
(250,241,253)
#FAF3FD
(250,243,253)
#FAF5FD
(250,245,253)
#FAF7FD
(250,247,253)
#FAF9FD
(250,249,253)
#FAFBFD
(250,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE7FD; }

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

This text font color is #FAE7FD.


Background Color

.myBgColor { background-color: #FAE7FD; }

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

This div background color is #FAE7FD.


Border color

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

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

This div border color is #FAE7FD.


Opacity

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

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

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

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

This text has shadow with #FAE7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE7FD on black background.


Color preview on white background

This text has color #FAE7FD on white background.



Black color preview on #FAE7FD background

This text has black color on #FAE7FD background.


White color preview on #FAE7FD background

This text has white color on #FAE7FD background.