COLOR #FAE6FE

HEX: #FAE6FE
RGB: (250,230,254)

Color info

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

RGB color model

#FAE6FE color RGB value is (250,230,254).

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

RGB channels and saturation

R 250 of 255 = 98%
G 230 of 255 = 90%
B 254 of 255 = 100%

250
230
254

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

Portions of RGB colors in percentages

R + G + B =
250 + 230 + 254 = 734 (100%)
R 250 of 734 ~ 34.06%
G 230 of 734 ~ 31.34%
B 254 of 734 ~ 34.6%

%34.06
%31.34
%34.6

CMYK color model

#FAE6FE color CMYK value is (2,9,0,0).

  • cyan value is 1.57%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,9,0,0)
C2M9Y0K0 
(2%,9%,0%,0%)
(0.02/0.09/0.00/0.00)	

CMYK percentages

%1.57
%9.45
%0
%0.39

Codes

Color #FAE6FE in popluar color models

FAE6FE
RGB250230254
HSL290°92.31%94.90%
HSB/HSV290°9.45%99.61%
CMYK1.57%9.45%0.00%
0.39%

Color #FAE6FE in popluar number systems.

HEXFAE6FE
Decimal250230254
Binary111110101110011011111110
Octal372346376

Shades and tints

Shades of #FAE6FE

#FAE6FE
(250,230,254)
#E4D2E7
(228,210,231)
#CEBED0
(206,190,208)
#B8AAB9
(184,170,185)
#A296A2
(162,150,162)
#8C828B
(140,130,139)
#766E74
(118,110,116)
#605A5D
(96,90,93)
#4A4646
(74,70,70)
#34322F
(52,50,47)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #FAE6FE

#FAE6FE
(250,230,254)
#FAE8FE
(250,232,254)
#FAEAFE
(250,234,254)
#FAECFE
(250,236,254)
#FAEEFE
(250,238,254)
#FAF0FE
(250,240,254)
#FAF2FE
(250,242,254)
#FAF4FE
(250,244,254)
#FAF6FE
(250,246,254)
#FAF8FE
(250,248,254)
#FAFAFE
(250,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE6FE; }

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

This text font color is #FAE6FE.


Background Color

.myBgColor { background-color: #FAE6FE; }

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

This div background color is #FAE6FE.


Border color

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

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

This div border color is #FAE6FE.


Opacity

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

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

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

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

This text has shadow with #FAE6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE6FE on black background.


Color preview on white background

This text has color #FAE6FE on white background.



Black color preview on #FAE6FE background

This text has black color on #FAE6FE background.


White color preview on #FAE6FE background

This text has white color on #FAE6FE background.