COLOR #FAE3DE

HEX: #FAE3DE
RGB: (250,227,222)

Color info

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

RGB color model

#FAE3DE color RGB value is (250,227,222).

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

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 222 of 255 = 87%

250
227
222

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

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 222 = 699 (100%)
R 250 of 699 ~ 35.77%
G 227 of 699 ~ 32.47%
B 222 of 699 ~ 31.76%

%35.77
%32.47
%31.76

CMYK color model

#FAE3DE color CMYK value is (0,9,11,2).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 11.20%
  • key color value is 1.96%
CMYK:
(0,9,11,2)
C0M9Y11K2 
(0%,9%,11%,2%)
(0.00/0.09/0.11/0.02)	

CMYK percentages

%0
%9.2
%11.2
%1.96

Codes

Color #FAE3DE in popluar color models

FAE3DE
RGB250227222
HSL11°73.68%92.55%
HSB/HSV11°11.20%98.04%
CMYK0.00%9.20%11.20%
1.96%

Color #FAE3DE in popluar number systems.

HEXFAE3DE
Decimal250227222
Binary111110101110001111011110
Octal372343336

Shades and tints

Shades of #FAE3DE

#FAE3DE
(250,227,222)
#E4CFCA
(228,207,202)
#CEBBB6
(206,187,182)
#B8A7A2
(184,167,162)
#A2938E
(162,147,142)
#8C7F7A
(140,127,122)
#766B66
(118,107,102)
#605752
(96,87,82)
#4A433E
(74,67,62)
#342F2A
(52,47,42)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #FAE3DE

#FAE3DE
(250,227,222)
#FAE5E1
(250,229,225)
#FAE7E4
(250,231,228)
#FAE9E7
(250,233,231)
#FAEBEA
(250,235,234)
#FAEDED
(250,237,237)
#FAEFF0
(250,239,240)
#FAF1F3
(250,241,243)
#FAF3F6
(250,243,246)
#FAF5F9
(250,245,249)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE3DE; }

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

This text font color is #FAE3DE.


Background Color

.myBgColor { background-color: #FAE3DE; }

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

This div background color is #FAE3DE.


Border color

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

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

This div border color is #FAE3DE.


Opacity

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

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

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

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

This text has shadow with #FAE3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE3DE on black background.


Color preview on white background

This text has color #FAE3DE on white background.



Black color preview on #FAE3DE background

This text has black color on #FAE3DE background.


White color preview on #FAE3DE background

This text has white color on #FAE3DE background.