COLOR #FAE3DA

HEX: #FAE3DA
RGB: (250,227,218)

Color info

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

RGB color model

#FAE3DA color RGB value is (250,227,218).

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

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 218 of 255 = 85%

250
227
218

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

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 218 = 695 (100%)
R 250 of 695 ~ 35.97%
G 227 of 695 ~ 32.66%
B 218 of 695 ~ 31.37%

%35.97
%32.66
%31.37

CMYK color model

#FAE3DA color CMYK value is (0,9,13,2).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 12.80%
  • key color value is 1.96%
CMYK:
(0,9,13,2)
C0M9Y13K2 
(0%,9%,13%,2%)
(0.00/0.09/0.13/0.02)	

CMYK percentages

%0
%9.2
%12.8
%1.96

Codes

Color #FAE3DA in popluar color models

FAE3DA
RGB250227218
HSL17°76.19%91.76%
HSB/HSV17°12.80%98.04%
CMYK0.00%9.20%12.80%
1.96%

Color #FAE3DA in popluar number systems.

HEXFAE3DA
Decimal250227218
Binary111110101110001111011010
Octal372343332

Shades and tints

Shades of #FAE3DA

#FAE3DA
(250,227,218)
#E4CFC7
(228,207,199)
#CEBBB4
(206,187,180)
#B8A7A1
(184,167,161)
#A2938E
(162,147,142)
#8C7F7B
(140,127,123)
#766B68
(118,107,104)
#605755
(96,87,85)
#4A4342
(74,67,66)
#342F2F
(52,47,47)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #FAE3DA

#FAE3DA
(250,227,218)
#FAE5DD
(250,229,221)
#FAE7E0
(250,231,224)
#FAE9E3
(250,233,227)
#FAEBE6
(250,235,230)
#FAEDE9
(250,237,233)
#FAEFEC
(250,239,236)
#FAF1EF
(250,241,239)
#FAF3F2
(250,243,242)
#FAF5F5
(250,245,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE3DA; }

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

This text font color is #FAE3DA.


Background Color

.myBgColor { background-color: #FAE3DA; }

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

This div background color is #FAE3DA.


Border color

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

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

This div border color is #FAE3DA.


Opacity

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

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

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

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

This text has shadow with #FAE3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE3DA on black background.


Color preview on white background

This text has color #FAE3DA on white background.



Black color preview on #FAE3DA background

This text has black color on #FAE3DA background.


White color preview on #FAE3DA background

This text has white color on #FAE3DA background.