COLOR #FAE6E1

HEX: #FAE6E1
RGB: (250,230,225)

Color info

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

RGB color model

#FAE6E1 color RGB value is (250,230,225).

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

RGB channels and saturation

R 250 of 255 = 98%
G 230 of 255 = 90%
B 225 of 255 = 88%

250
230
225

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

Portions of RGB colors in percentages

R + G + B =
250 + 230 + 225 = 705 (100%)
R 250 of 705 ~ 35.46%
G 230 of 705 ~ 32.62%
B 225 of 705 ~ 31.91%

%35.46
%32.62
%31.91

CMYK color model

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

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

Codes

Color #FAE6E1 in popluar color models

FAE6E1
RGB250230225
HSL12°71.43%93.14%
HSB/HSV12°10.00%98.04%
CMYK0.00%8.00%10.00%
1.96%

Color #FAE6E1 in popluar number systems.

HEXFAE6E1
Decimal250230225
Binary111110101110011011100001
Octal372346341

Shades and tints

Shades of #FAE6E1

#FAE6E1
(250,230,225)
#E4D2CD
(228,210,205)
#CEBEB9
(206,190,185)
#B8AAA5
(184,170,165)
#A29691
(162,150,145)
#8C827D
(140,130,125)
#766E69
(118,110,105)
#605A55
(96,90,85)
#4A4641
(74,70,65)
#34322D
(52,50,45)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #FAE6E1

#FAE6E1
(250,230,225)
#FAE8E3
(250,232,227)
#FAEAE5
(250,234,229)
#FAECE7
(250,236,231)
#FAEEE9
(250,238,233)
#FAF0EB
(250,240,235)
#FAF2ED
(250,242,237)
#FAF4EF
(250,244,239)
#FAF6F1
(250,246,241)
#FAF8F3
(250,248,243)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE6E1; }

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

This text font color is #FAE6E1.


Background Color

.myBgColor { background-color: #FAE6E1; }

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

This div background color is #FAE6E1.


Border color

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

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

This div border color is #FAE6E1.


Opacity

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

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

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

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

This text has shadow with #FAE6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE6E1 on black background.


Color preview on white background

This text has color #FAE6E1 on white background.



Black color preview on #FAE6E1 background

This text has black color on #FAE6E1 background.


White color preview on #FAE6E1 background

This text has white color on #FAE6E1 background.