COLOR #FAE0E0

HEX: #FAE0E0
RGB: (250,224,224)

Color info

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

RGB color model

#FAE0E0 color RGB value is (250,224,224).

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

RGB channels and saturation

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

250
224
224

R + G + B ~ 91%. #FAE0E0 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 224 + 224 = 698 (100%)
R 250 of 698 ~ 35.82%
G 224 of 698 ~ 32.09%
B 224 of 698 ~ 32.09%

%35.82
%32.09
%32.09

CMYK color model

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

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

CMYK percentages

%0
%10.4
%10.4
%1.96

Codes

Color #FAE0E0 in popluar color models

FAE0E0
RGB250224224
HSL72.22%92.94%
HSB/HSV10.40%98.04%
CMYK0.00%10.40%10.40%
1.96%

Color #FAE0E0 in popluar number systems.

HEXFAE0E0
Decimal250224224
Binary111110101110000011100000
Octal372340340

Shades and tints

Shades of #FAE0E0

#FAE0E0
(250,224,224)
#E4CCCC
(228,204,204)
#CEB8B8
(206,184,184)
#B8A4A4
(184,164,164)
#A29090
(162,144,144)
#8C7C7C
(140,124,124)
#766868
(118,104,104)
#605454
(96,84,84)
#4A4040
(74,64,64)
#342C2C
(52,44,44)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #FAE0E0

#FAE0E0
(250,224,224)
#FAE2E2
(250,226,226)
#FAE4E4
(250,228,228)
#FAE6E6
(250,230,230)
#FAE8E8
(250,232,232)
#FAEAEA
(250,234,234)
#FAECEC
(250,236,236)
#FAEEEE
(250,238,238)
#FAF0F0
(250,240,240)
#FAF2F2
(250,242,242)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE0E0; }

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

This text font color is #FAE0E0.


Background Color

.myBgColor { background-color: #FAE0E0; }

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

This div background color is #FAE0E0.


Border color

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

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

This div border color is #FAE0E0.


Opacity

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

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

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

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

This text has shadow with #FAE0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE0E0 on black background.


Color preview on white background

This text has color #FAE0E0 on white background.



Black color preview on #FAE0E0 background

This text has black color on #FAE0E0 background.


White color preview on #FAE0E0 background

This text has white color on #FAE0E0 background.