COLOR #FAE0F2

HEX: #FAE0F2
RGB: (250,224,242)

Color info

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

RGB color model

#FAE0F2 color RGB value is (250,224,242).

  • red value is 250;
  • green value is 224;
  • blue value is 242.
RGB:
(250,224,242)
(98%,88%,95%)

RGB channels and saturation

R 250 of 255 = 98%
G 224 of 255 = 88%
B 242 of 255 = 95%

250
224
242

R + G + B ~ 94%. #FAE0F2 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 224 + 242 = 716 (100%)
R 250 of 716 ~ 34.92%
G 224 of 716 ~ 31.28%
B 242 of 716 ~ 33.8%

%34.92
%31.28
%33.8

CMYK color model

#FAE0F2 color CMYK value is (0,10,3,2).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 3.20%
  • key color value is 1.96%
CMYK:
(0,10,3,2)
C0M10Y3K2 
(0%,10%,3%,2%)
(0.00/0.10/0.03/0.02)	

CMYK percentages

%0
%10.4
%3.2
%1.96

Codes

Color #FAE0F2 in popluar color models

FAE0F2
RGB250224242
HSL318°72.22%92.94%
HSB/HSV318°10.40%98.04%
CMYK0.00%10.40%3.20%
1.96%

Color #FAE0F2 in popluar number systems.

HEXFAE0F2
Decimal250224242
Binary111110101110000011110010
Octal372340362

Shades and tints

Shades of #FAE0F2

#FAE0F2
(250,224,242)
#E4CCDC
(228,204,220)
#CEB8C6
(206,184,198)
#B8A4B0
(184,164,176)
#A2909A
(162,144,154)
#8C7C84
(140,124,132)
#76686E
(118,104,110)
#605458
(96,84,88)
#4A4042
(74,64,66)
#342C2C
(52,44,44)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #FAE0F2

#FAE0F2
(250,224,242)
#FAE2F3
(250,226,243)
#FAE4F4
(250,228,244)
#FAE6F5
(250,230,245)
#FAE8F6
(250,232,246)
#FAEAF7
(250,234,247)
#FAECF8
(250,236,248)
#FAEEF9
(250,238,249)
#FAF0FA
(250,240,250)
#FAF2FB
(250,242,251)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE0F2 color. Also use rgb(250,224,242) instead hex code.

Text Font Color

.myTextColor { color: #FAE0F2; }

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

This text font color is #FAE0F2.


Background Color

.myBgColor { background-color: #FAE0F2; }

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

This div background color is #FAE0F2.


Border color

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

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

This div border color is #FAE0F2.


Opacity

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

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

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

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

This text has shadow with #FAE0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE0F2 on black background.


Color preview on white background

This text has color #FAE0F2 on white background.



Black color preview on #FAE0F2 background

This text has black color on #FAE0F2 background.


White color preview on #FAE0F2 background

This text has white color on #FAE0F2 background.