COLOR #FAE2E4

HEX: #FAE2E4
RGB: (250,226,228)

Color info

#FAE2E4 contains red, green and blue colors in about the same proportion. Web safe color of #FAE2E4 is #FFCCCC (or #FCC).

RGB color model

#FAE2E4 color RGB value is (250,226,228).

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

RGB channels and saturation

R 250 of 255 = 98%
G 226 of 255 = 89%
B 228 of 255 = 89%

250
226
228

R + G + B ~ 92%. #FAE2E4 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 226 + 228 = 704 (100%)
R 250 of 704 ~ 35.51%
G 226 of 704 ~ 32.1%
B 228 of 704 ~ 32.39%

%35.51
%32.1
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(0,10,9,2)
C0M10Y9K2 
(0%,10%,9%,2%)
(0.00/0.10/0.09/0.02)	

CMYK percentages

%0
%9.6
%8.8
%1.96

Codes

Color #FAE2E4 in popluar color models

FAE2E4
RGB250226228
HSL355°70.59%93.33%
HSB/HSV355°9.60%98.04%
CMYK0.00%9.60%8.80%
1.96%

Color #FAE2E4 in popluar number systems.

HEXFAE2E4
Decimal250226228
Binary111110101110001011100100
Octal372342344

Shades and tints

Shades of #FAE2E4

#FAE2E4
(250,226,228)
#E4CED0
(228,206,208)
#CEBABC
(206,186,188)
#B8A6A8
(184,166,168)
#A29294
(162,146,148)
#8C7E80
(140,126,128)
#766A6C
(118,106,108)
#605658
(96,86,88)
#4A4244
(74,66,68)
#342E30
(52,46,48)
#1E1A1C
(30,26,28)
#000000
(0,0,0)

Tints of #FAE2E4

#FAE2E4
(250,226,228)
#FAE4E6
(250,228,230)
#FAE6E8
(250,230,232)
#FAE8EA
(250,232,234)
#FAEAEC
(250,234,236)
#FAECEE
(250,236,238)
#FAEEF0
(250,238,240)
#FAF0F2
(250,240,242)
#FAF2F4
(250,242,244)
#FAF4F6
(250,244,246)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE2E4; }

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

This text font color is #FAE2E4.


Background Color

.myBgColor { background-color: #FAE2E4; }

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

This div background color is #FAE2E4.


Border color

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

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

This div border color is #FAE2E4.


Opacity

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

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

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

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

This text has shadow with #FAE2E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE2E4 on black background.


Color preview on white background

This text has color #FAE2E4 on white background.



Black color preview on #FAE2E4 background

This text has black color on #FAE2E4 background.


White color preview on #FAE2E4 background

This text has white color on #FAE2E4 background.