COLOR #FAE5E2

HEX: #FAE5E2 RGB: (250,229,226)

Color info

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

RGB color model

#FAE5E2 color RGB value is (250,229,226).

RGB: (250,229,226) (98%, 90%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 229 of 255 = 90%
B 226 of 255 = 89%

250
229
226

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

Portions of RGB colors in percentages

R + G + B = 250 + 229 + 226 = 705 (100%)
R 250 of 705 ~ 35.46%
G 229 of 705 ~ 32.48%
B 226 of 705 ~ 32.06'%

%35.46
%32.48
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 9.60%
  • key color value is 1.96%

CMYK: (0,8,10,2)
C0M8Y10K2 (0%, 8%, 10%, 2%)
(0.00 / 0.08 / 0.10 / 0.02)

CMYK percentages

%0
%8.4
%9.6
%1.96

Codes

Color #FAE5E2 in popluar color models

FA E5 E2
RGB 250 229 226
HSL 70.59% 93.33%
HSB/HSV 9.60% 98.04%
CMYK 0.00% 8.40% 9.60%
1.96%

Color #FAE5E2 in popluar number systems.

HEX FA E5 E2
Decimal 250 229 226
Binary 11111010 11100101 11100010
Octal 372 345 342

Shades and tints

Shades of #FAE5E2

#FAE5E2
(250,229,226)
#E4D1CE
(228,209,206)
#CEBDBA
(206,189,186)
#B8A9A6
(184,169,166)
#A29592
(162,149,146)
#8C817E
(140,129,126)
#766D6A
(118,109,106)
#605956
(96,89,86)
#4A4542
(74,69,66)
#34312E
(52,49,46)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #FAE5E2

#FAE5E2
(250,229,226)
#FAE7E4
(250,231,228)
#FAE9E6
(250,233,230)
#FAEBE8
(250,235,232)
#FAEDEA
(250,237,234)
#FAEFEC
(250,239,236)
#FAF1EE
(250,241,238)
#FAF3F0
(250,243,240)
#FAF5F2
(250,245,242)
#FAF7F4
(250,247,244)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE5E2; }

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

This text font color is #FAE5E2.

Background Color

.myBgColor { background-color: #FAE5E2; }

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

This div background color is #FAE5E2.

Border color

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

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

This div border color is #FAE5E2.

Opacity

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

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

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

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

This text has shadow with #FAE5E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE5E2.

Preview

Color preview on black background

This text has color #FAE5E2 on black background.


Color preview on white background

This text has color #FAE5E2 on white background.


Black color preview on #FAE5E2 background

This text has black color on #FAE5E2 background.


White color preview on #FAE5E2 background

This text has white color on #FAE5E2 background.


Related colors

Complementary color

Complementary color for #hex is #051A1D.


I love getcolorcode.com

Triadic colors

1 #E2FAE5 and #E5E2FA with #FAE5E2 are triadic colors.

2 #E2E5FA and #E5FAE2 with #FAE5E2 are triadic colors.