COLOR #FAE5F6

HEX: #FAE5F6
RGB: (250,229,246)

Color info

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

RGB color model

#FAE5F6 color RGB value is (250,229,246).

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

RGB channels and saturation

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

250
229
246

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

Portions of RGB colors in percentages

R + G + B =
250 + 229 + 246 = 725 (100%)
R 250 of 725 ~ 34.48%
G 229 of 725 ~ 31.59%
B 246 of 725 ~ 33.93%

%34.48
%31.59
%33.93

CMYK color model

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

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

CMYK percentages

%0
%8.4
%1.6
%1.96

Codes

Color #FAE5F6 in popluar color models

FAE5F6
RGB250229246
HSL311°67.74%93.92%
HSB/HSV311°8.40%98.04%
CMYK0.00%8.40%1.60%
1.96%

Color #FAE5F6 in popluar number systems.

HEXFAE5F6
Decimal250229246
Binary111110101110010111110110
Octal372345366

Shades and tints

Shades of #FAE5F6

#FAE5F6
(250,229,246)
#E4D1E0
(228,209,224)
#CEBDCA
(206,189,202)
#B8A9B4
(184,169,180)
#A2959E
(162,149,158)
#8C8188
(140,129,136)
#766D72
(118,109,114)
#60595C
(96,89,92)
#4A4546
(74,69,70)
#343130
(52,49,48)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #FAE5F6

#FAE5F6
(250,229,246)
#FAE7F6
(250,231,246)
#FAE9F6
(250,233,246)
#FAEBF6
(250,235,246)
#FAEDF6
(250,237,246)
#FAEFF6
(250,239,246)
#FAF1F6
(250,241,246)
#FAF3F6
(250,243,246)
#FAF5F6
(250,245,246)
#FAF7F6
(250,247,246)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE5F6; }

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

This text font color is #FAE5F6.


Background Color

.myBgColor { background-color: #FAE5F6; }

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

This div background color is #FAE5F6.


Border color

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

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

This div border color is #FAE5F6.


Opacity

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

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

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

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

This text has shadow with #FAE5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE5F6 on black background.


Color preview on white background

This text has color #FAE5F6 on white background.



Black color preview on #FAE5F6 background

This text has black color on #FAE5F6 background.


White color preview on #FAE5F6 background

This text has white color on #FAE5F6 background.