COLOR #FAEFD1

HEX: #FAEFD1
RGB: (250,239,209)

Color info

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

RGB color model

#FAEFD1 color RGB value is (250,239,209).

  • red value is 250;
  • green value is 239;
  • blue value is 209.
RGB:
(250,239,209)
(98%,94%,82%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 209 of 255 = 82%

250
239
209

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

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 209 = 698 (100%)
R 250 of 698 ~ 35.82%
G 239 of 698 ~ 34.24%
B 209 of 698 ~ 29.94%

%35.82
%34.24
%29.94

CMYK color model

#FAEFD1 color CMYK value is (0,4,16,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 16.40%
  • key color value is 1.96%
CMYK:
(0,4,16,2)
C0M4Y16K2 
(0%,4%,16%,2%)
(0.00/0.04/0.16/0.02)	

CMYK percentages

%0
%4.4
%16.4
%1.96

Codes

Color #FAEFD1 in popluar color models

FAEFD1
RGB250239209
HSL44°80.39%90.00%
HSB/HSV44°16.40%98.04%
CMYK0.00%4.40%16.40%
1.96%

Color #FAEFD1 in popluar number systems.

HEXFAEFD1
Decimal250239209
Binary111110101110111111010001
Octal372357321

Shades and tints

Shades of #FAEFD1

#FAEFD1
(250,239,209)
#E4DABE
(228,218,190)
#CEC5AB
(206,197,171)
#B8B098
(184,176,152)
#A29B85
(162,155,133)
#8C8672
(140,134,114)
#76715F
(118,113,95)
#605C4C
(96,92,76)
#4A4739
(74,71,57)
#343226
(52,50,38)
#1E1D13
(30,29,19)
#000000
(0,0,0)

Tints of #FAEFD1

#FAEFD1
(250,239,209)
#FAF0D5
(250,240,213)
#FAF1D9
(250,241,217)
#FAF2DD
(250,242,221)
#FAF3E1
(250,243,225)
#FAF4E5
(250,244,229)
#FAF5E9
(250,245,233)
#FAF6ED
(250,246,237)
#FAF7F1
(250,247,241)
#FAF8F5
(250,248,245)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEFD1 color. Also use rgb(250,239,209) instead hex code.

Text Font Color

.myTextColor { color: #FAEFD1; }

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

This text font color is #FAEFD1.


Background Color

.myBgColor { background-color: #FAEFD1; }

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

This div background color is #FAEFD1.


Border color

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

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

This div border color is #FAEFD1.


Opacity

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

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

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

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

This text has shadow with #FAEFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFD1 on black background.


Color preview on white background

This text has color #FAEFD1 on white background.



Black color preview on #FAEFD1 background

This text has black color on #FAEFD1 background.


White color preview on #FAEFD1 background

This text has white color on #FAEFD1 background.