COLOR #FAE2F8

HEX: #FAE2F8
RGB: (250,226,248)

Color info

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

RGB color model

#FAE2F8 color RGB value is (250,226,248).

  • red value is 250;
  • green value is 226;
  • blue value is 248.
RGB:
(250,226,248)
(98%,89%,97%)

RGB channels and saturation

R 250 of 255 = 98%
G 226 of 255 = 89%
B 248 of 255 = 97%

250
226
248

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

Portions of RGB colors in percentages

R + G + B =
250 + 226 + 248 = 724 (100%)
R 250 of 724 ~ 34.53%
G 226 of 724 ~ 31.22%
B 248 of 724 ~ 34.25%

%34.53
%31.22
%34.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 0.80%
  • key color value is 1.96%
CMYK:
(0,10,1,2)
C0M10Y1K2 
(0%,10%,1%,2%)
(0.00/0.10/0.01/0.02)	

CMYK percentages

%0
%9.6
%0.8
%1.96

Codes

Color #FAE2F8 in popluar color models

FAE2F8
RGB250226248
HSL305°70.59%93.33%
HSB/HSV305°9.60%98.04%
CMYK0.00%9.60%0.80%
1.96%

Color #FAE2F8 in popluar number systems.

HEXFAE2F8
Decimal250226248
Binary111110101110001011111000
Octal372342370

Shades and tints

Shades of #FAE2F8

#FAE2F8
(250,226,248)
#E4CEE2
(228,206,226)
#CEBACC
(206,186,204)
#B8A6B6
(184,166,182)
#A292A0
(162,146,160)
#8C7E8A
(140,126,138)
#766A74
(118,106,116)
#60565E
(96,86,94)
#4A4248
(74,66,72)
#342E32
(52,46,50)
#1E1A1C
(30,26,28)
#000000
(0,0,0)

Tints of #FAE2F8

#FAE2F8
(250,226,248)
#FAE4F8
(250,228,248)
#FAE6F8
(250,230,248)
#FAE8F8
(250,232,248)
#FAEAF8
(250,234,248)
#FAECF8
(250,236,248)
#FAEEF8
(250,238,248)
#FAF0F8
(250,240,248)
#FAF2F8
(250,242,248)
#FAF4F8
(250,244,248)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE2F8 color. Also use rgb(250,226,248) instead hex code.

Text Font Color

.myTextColor { color: #FAE2F8; }

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

This text font color is #FAE2F8.


Background Color

.myBgColor { background-color: #FAE2F8; }

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

This div background color is #FAE2F8.


Border color

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

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

This div border color is #FAE2F8.


Opacity

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

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

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

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

This text has shadow with #FAE2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE2F8 on black background.


Color preview on white background

This text has color #FAE2F8 on white background.



Black color preview on #FAE2F8 background

This text has black color on #FAE2F8 background.


White color preview on #FAE2F8 background

This text has white color on #FAE2F8 background.