COLOR #FAE6E3

HEX: #FAE6E3
RGB: (250,230,227)

Color info

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

RGB color model

#FAE6E3 color RGB value is (250,230,227).

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

RGB channels and saturation

R 250 of 255 = 98%
G 230 of 255 = 90%
B 227 of 255 = 89%

250
230
227

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

Portions of RGB colors in percentages

R + G + B =
250 + 230 + 227 = 707 (100%)
R 250 of 707 ~ 35.36%
G 230 of 707 ~ 32.53%
B 227 of 707 ~ 32.11%

%35.36
%32.53
%32.11

CMYK color model

#FAE6E3 color CMYK value is (0,8,9,2).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 9.20%
  • key color value is 1.96%
CMYK:
(0,8,9,2)
C0M8Y9K2 
(0%,8%,9%,2%)
(0.00/0.08/0.09/0.02)	

CMYK percentages

%0
%8
%9.2
%1.96

Codes

Color #FAE6E3 in popluar color models

FAE6E3
RGB250230227
HSL69.70%93.53%
HSB/HSV9.20%98.04%
CMYK0.00%8.00%9.20%
1.96%

Color #FAE6E3 in popluar number systems.

HEXFAE6E3
Decimal250230227
Binary111110101110011011100011
Octal372346343

Shades and tints

Shades of #FAE6E3

#FAE6E3
(250,230,227)
#E4D2CF
(228,210,207)
#CEBEBB
(206,190,187)
#B8AAA7
(184,170,167)
#A29693
(162,150,147)
#8C827F
(140,130,127)
#766E6B
(118,110,107)
#605A57
(96,90,87)
#4A4643
(74,70,67)
#34322F
(52,50,47)
#1E1E1B
(30,30,27)
#000000
(0,0,0)

Tints of #FAE6E3

#FAE6E3
(250,230,227)
#FAE8E5
(250,232,229)
#FAEAE7
(250,234,231)
#FAECE9
(250,236,233)
#FAEEEB
(250,238,235)
#FAF0ED
(250,240,237)
#FAF2EF
(250,242,239)
#FAF4F1
(250,244,241)
#FAF6F3
(250,246,243)
#FAF8F5
(250,248,245)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE6E3; }

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

This text font color is #FAE6E3.


Background Color

.myBgColor { background-color: #FAE6E3; }

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

This div background color is #FAE6E3.


Border color

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

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

This div border color is #FAE6E3.


Opacity

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

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

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

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

This text has shadow with #FAE6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE6E3 on black background.


Color preview on white background

This text has color #FAE6E3 on white background.



Black color preview on #FAE6E3 background

This text has black color on #FAE6E3 background.


White color preview on #FAE6E3 background

This text has white color on #FAE6E3 background.