COLOR #FAEACD

HEX: #FAEACD
RGB: (250,234,205)

Color info

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

RGB color model

#FAEACD color RGB value is (250,234,205).

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

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 205 of 255 = 80%

250
234
205

R + G + B ~ 90%. #FAEACD is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 234 + 205 = 689 (100%)
R 250 of 689 ~ 36.28%
G 234 of 689 ~ 33.96%
B 205 of 689 ~ 29.75%

%36.28
%33.96
%29.75

CMYK color model

#FAEACD color CMYK value is (0,6,18,2).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 18.00%
  • key color value is 1.96%
CMYK:
(0,6,18,2)
C0M6Y18K2 
(0%,6%,18%,2%)
(0.00/0.06/0.18/0.02)	

CMYK percentages

%0
%6.4
%18
%1.96

Codes

Color #FAEACD in popluar color models

FAEACD
RGB250234205
HSL39°81.82%89.22%
HSB/HSV39°18.00%98.04%
CMYK0.00%6.40%18.00%
1.96%

Color #FAEACD in popluar number systems.

HEXFAEACD
Decimal250234205
Binary111110101110101011001101
Octal372352315

Shades and tints

Shades of #FAEACD

#FAEACD
(250,234,205)
#E4D5BB
(228,213,187)
#CEC0A9
(206,192,169)
#B8AB97
(184,171,151)
#A29685
(162,150,133)
#8C8173
(140,129,115)
#766C61
(118,108,97)
#60574F
(96,87,79)
#4A423D
(74,66,61)
#342D2B
(52,45,43)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #FAEACD

#FAEACD
(250,234,205)
#FAEBD1
(250,235,209)
#FAECD5
(250,236,213)
#FAEDD9
(250,237,217)
#FAEEDD
(250,238,221)
#FAEFE1
(250,239,225)
#FAF0E5
(250,240,229)
#FAF1E9
(250,241,233)
#FAF2ED
(250,242,237)
#FAF3F1
(250,243,241)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEACD; }

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

This text font color is #FAEACD.


Background Color

.myBgColor { background-color: #FAEACD; }

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

This div background color is #FAEACD.


Border color

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

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

This div border color is #FAEACD.


Opacity

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

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

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

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

This text has shadow with #FAEACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEACD on black background.


Color preview on white background

This text has color #FAEACD on white background.



Black color preview on #FAEACD background

This text has black color on #FAEACD background.


White color preview on #FAEACD background

This text has white color on #FAEACD background.