COLOR #FAE1E0

HEX: #FAE1E0 RGB: (250,225,224)

Color info

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

RGB color model

#FAE1E0 color RGB value is (250,225,224).

RGB: (250,225,224) (98%, 88%, 88%)

RGB channels and saturation

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

250
225
224

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

Portions of RGB colors in percentages

R + G + B = 250 + 225 + 224 = 699 (100%)
R 250 of 699 ~ 35.77%
G 225 of 699 ~ 32.19%
B 224 of 699 ~ 32.05'%

%35.77
%32.19
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • 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
%10.4
%1.96

Codes

Color #FAE1E0 in popluar color models

FA E1 E0
RGB 250 225 224
HSL 72.22% 92.94%
HSB/HSV 10.40% 98.04%
CMYK 0.00% 10.00% 10.40%
1.96%

Color #FAE1E0 in popluar number systems.

HEX FA E1 E0
Decimal 250 225 224
Binary 11111010 11100001 11100000
Octal 372 341 340

Shades and tints

Shades of #FAE1E0

#FAE1E0
(250,225,224)
#E4CDCC
(228,205,204)
#CEB9B8
(206,185,184)
#B8A5A4
(184,165,164)
#A29190
(162,145,144)
#8C7D7C
(140,125,124)
#766968
(118,105,104)
#605554
(96,85,84)
#4A4140
(74,65,64)
#342D2C
(52,45,44)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #FAE1E0

#FAE1E0
(250,225,224)
#FAE3E2
(250,227,226)
#FAE5E4
(250,229,228)
#FAE7E6
(250,231,230)
#FAE9E8
(250,233,232)
#FAEBEA
(250,235,234)
#FAEDEC
(250,237,236)
#FAEFEE
(250,239,238)
#FAF1F0
(250,241,240)
#FAF3F2
(250,243,242)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE1E0; }

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

This text font color is #FAE1E0.

Background Color

.myBgColor { background-color: #FAE1E0; }

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

This div background color is #FAE1E0.

Border color

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

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

This div border color is #FAE1E0.

Opacity

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

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

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

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

This text has shadow with #FAE1E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE1E0.

Preview

Color preview on black background

This text has color #FAE1E0 on black background.


Color preview on white background

This text has color #FAE1E0 on white background.


Black color preview on #FAE1E0 background

This text has black color on #FAE1E0 background.


White color preview on #FAE1E0 background

This text has white color on #FAE1E0 background.


Related colors

Complementary color

Complementary color for #hex is #051E1F.


I love getcolorcode.com

Triadic colors

1 #E0FAE1 and #E1E0FA with #FAE1E0 are triadic colors.

2 #E0E1FA and #E1FAE0 with #FAE1E0 are triadic colors.