COLOR #FAE3DC

HEX: #FAE3DC
RGB: (250,227,220)

Color info

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

RGB color model

#FAE3DC color RGB value is (250,227,220).

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

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 220 of 255 = 86%

250
227
220

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

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 220 = 697 (100%)
R 250 of 697 ~ 35.87%
G 227 of 697 ~ 32.57%
B 220 of 697 ~ 31.56%

%35.87
%32.57
%31.56

CMYK color model

#FAE3DC color CMYK value is (0,9,12,2).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 12.00%
  • key color value is 1.96%
CMYK:
(0,9,12,2)
C0M9Y12K2 
(0%,9%,12%,2%)
(0.00/0.09/0.12/0.02)	

CMYK percentages

%0
%9.2
%12
%1.96

Codes

Color #FAE3DC in popluar color models

FAE3DC
RGB250227220
HSL14°75.00%92.16%
HSB/HSV14°12.00%98.04%
CMYK0.00%9.20%12.00%
1.96%

Color #FAE3DC in popluar number systems.

HEXFAE3DC
Decimal250227220
Binary111110101110001111011100
Octal372343334

Shades and tints

Shades of #FAE3DC

#FAE3DC
(250,227,220)
#E4CFC8
(228,207,200)
#CEBBB4
(206,187,180)
#B8A7A0
(184,167,160)
#A2938C
(162,147,140)
#8C7F78
(140,127,120)
#766B64
(118,107,100)
#605750
(96,87,80)
#4A433C
(74,67,60)
#342F28
(52,47,40)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #FAE3DC

#FAE3DC
(250,227,220)
#FAE5DF
(250,229,223)
#FAE7E2
(250,231,226)
#FAE9E5
(250,233,229)
#FAEBE8
(250,235,232)
#FAEDEB
(250,237,235)
#FAEFEE
(250,239,238)
#FAF1F1
(250,241,241)
#FAF3F4
(250,243,244)
#FAF5F7
(250,245,247)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE3DC; }

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

This text font color is #FAE3DC.


Background Color

.myBgColor { background-color: #FAE3DC; }

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

This div background color is #FAE3DC.


Border color

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

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

This div border color is #FAE3DC.


Opacity

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

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

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

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

This text has shadow with #FAE3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE3DC on black background.


Color preview on white background

This text has color #FAE3DC on white background.



Black color preview on #FAE3DC background

This text has black color on #FAE3DC background.


White color preview on #FAE3DC background

This text has white color on #FAE3DC background.