COLOR #FAE3FD

HEX: #FAE3FD
RGB: (250,227,253)

Color info

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

RGB color model

#FAE3FD color RGB value is (250,227,253).

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

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 253 of 255 = 99%

250
227
253

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

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 253 = 730 (100%)
R 250 of 730 ~ 34.25%
G 227 of 730 ~ 31.1%
B 253 of 730 ~ 34.66%

%34.25
%31.1
%34.66

CMYK color model

#FAE3FD color CMYK value is (1,10,0,1).

  • cyan value is 1.19%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(1,10,0,1)
C1M10Y0K1 
(1%,10%,0%,1%)
(0.01/0.10/0.00/0.01)	

CMYK percentages

%1.19
%10.28
%0
%0.78

Codes

Color #FAE3FD in popluar color models

FAE3FD
RGB250227253
HSL293°86.67%94.12%
HSB/HSV293°10.28%99.22%
CMYK1.19%10.28%0.00%
0.78%

Color #FAE3FD in popluar number systems.

HEXFAE3FD
Decimal250227253
Binary111110101110001111111101
Octal372343375

Shades and tints

Shades of #FAE3FD

#FAE3FD
(250,227,253)
#E4CFE6
(228,207,230)
#CEBBCF
(206,187,207)
#B8A7B8
(184,167,184)
#A293A1
(162,147,161)
#8C7F8A
(140,127,138)
#766B73
(118,107,115)
#60575C
(96,87,92)
#4A4345
(74,67,69)
#342F2E
(52,47,46)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #FAE3FD

#FAE3FD
(250,227,253)
#FAE5FD
(250,229,253)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE3FD; }

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

This text font color is #FAE3FD.


Background Color

.myBgColor { background-color: #FAE3FD; }

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

This div background color is #FAE3FD.


Border color

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

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

This div border color is #FAE3FD.


Opacity

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

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

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

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

This text has shadow with #FAE3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE3FD on black background.


Color preview on white background

This text has color #FAE3FD on white background.



Black color preview on #FAE3FD background

This text has black color on #FAE3FD background.


White color preview on #FAE3FD background

This text has white color on #FAE3FD background.