COLOR #FAEAD2

HEX: #FAEAD2
RGB: (250,234,210)

Color info

#FAEAD2 contains red, green and blue colors in about the same proportion. Web safe color of #FAEAD2 is #FFFFCC (or #FFC).

RGB color model

#FAEAD2 color RGB value is (250,234,210).

  • red value is 250;
  • green value is 234;
  • blue value is 210.
RGB:
(250,234,210)
(98%,92%,82%)

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 210 of 255 = 82%

250
234
210

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

Portions of RGB colors in percentages

R + G + B =
250 + 234 + 210 = 694 (100%)
R 250 of 694 ~ 36.02%
G 234 of 694 ~ 33.72%
B 210 of 694 ~ 30.26%

%36.02
%33.72
%30.26

CMYK color model

#FAEAD2 color CMYK value is (0,6,16,2).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 16.00%
  • key color value is 1.96%
CMYK:
(0,6,16,2)
C0M6Y16K2 
(0%,6%,16%,2%)
(0.00/0.06/0.16/0.02)	

CMYK percentages

%0
%6.4
%16
%1.96

Codes

Color #FAEAD2 in popluar color models

FAEAD2
RGB250234210
HSL36°80.00%90.20%
HSB/HSV36°16.00%98.04%
CMYK0.00%6.40%16.00%
1.96%

Color #FAEAD2 in popluar number systems.

HEXFAEAD2
Decimal250234210
Binary111110101110101011010010
Octal372352322

Shades and tints

Shades of #FAEAD2

#FAEAD2
(250,234,210)
#E4D5BF
(228,213,191)
#CEC0AC
(206,192,172)
#B8AB99
(184,171,153)
#A29686
(162,150,134)
#8C8173
(140,129,115)
#766C60
(118,108,96)
#60574D
(96,87,77)
#4A423A
(74,66,58)
#342D27
(52,45,39)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #FAEAD2

#FAEAD2
(250,234,210)
#FAEBD6
(250,235,214)
#FAECDA
(250,236,218)
#FAEDDE
(250,237,222)
#FAEEE2
(250,238,226)
#FAEFE6
(250,239,230)
#FAF0EA
(250,240,234)
#FAF1EE
(250,241,238)
#FAF2F2
(250,242,242)
#FAF3F6
(250,243,246)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEAD2 color. Also use rgb(250,234,210) instead hex code.

Text Font Color

.myTextColor { color: #FAEAD2; }

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

This text font color is #FAEAD2.


Background Color

.myBgColor { background-color: #FAEAD2; }

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

This div background color is #FAEAD2.


Border color

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

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

This div border color is #FAEAD2.


Opacity

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

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

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

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

This text has shadow with #FAEAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEAD2 on black background.


Color preview on white background

This text has color #FAEAD2 on white background.



Black color preview on #FAEAD2 background

This text has black color on #FAEAD2 background.


White color preview on #FAEAD2 background

This text has white color on #FAEAD2 background.