COLOR #FAEED1

HEX: #FAEED1
RGB: (250,238,209)

Color info

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

RGB color model

#FAEED1 color RGB value is (250,238,209).

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

RGB channels and saturation

R 250 of 255 = 98%
G 238 of 255 = 93%
B 209 of 255 = 82%

250
238
209

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

Portions of RGB colors in percentages

R + G + B =
250 + 238 + 209 = 697 (100%)
R 250 of 697 ~ 35.87%
G 238 of 697 ~ 34.15%
B 209 of 697 ~ 29.99%

%35.87
%34.15
%29.99

CMYK color model

#FAEED1 color CMYK value is (0,5,16,2).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 16.40%
  • key color value is 1.96%
CMYK:
(0,5,16,2)
C0M5Y16K2 
(0%,5%,16%,2%)
(0.00/0.05/0.16/0.02)	

CMYK percentages

%0
%4.8
%16.4
%1.96

Codes

Color #FAEED1 in popluar color models

FAEED1
RGB250238209
HSL42°80.39%90.00%
HSB/HSV42°16.40%98.04%
CMYK0.00%4.80%16.40%
1.96%

Color #FAEED1 in popluar number systems.

HEXFAEED1
Decimal250238209
Binary111110101110111011010001
Octal372356321

Shades and tints

Shades of #FAEED1

#FAEED1
(250,238,209)
#E4D9BE
(228,217,190)
#CEC4AB
(206,196,171)
#B8AF98
(184,175,152)
#A29A85
(162,154,133)
#8C8572
(140,133,114)
#76705F
(118,112,95)
#605B4C
(96,91,76)
#4A4639
(74,70,57)
#343126
(52,49,38)
#1E1C13
(30,28,19)
#000000
(0,0,0)

Tints of #FAEED1

#FAEED1
(250,238,209)
#FAEFD5
(250,239,213)
#FAF0D9
(250,240,217)
#FAF1DD
(250,241,221)
#FAF2E1
(250,242,225)
#FAF3E5
(250,243,229)
#FAF4E9
(250,244,233)
#FAF5ED
(250,245,237)
#FAF6F1
(250,246,241)
#FAF7F5
(250,247,245)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEED1; }

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

This text font color is #FAEED1.


Background Color

.myBgColor { background-color: #FAEED1; }

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

This div background color is #FAEED1.


Border color

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

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

This div border color is #FAEED1.


Opacity

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

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

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

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

This text has shadow with #FAEED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEED1 on black background.


Color preview on white background

This text has color #FAEED1 on white background.



Black color preview on #FAEED1 background

This text has black color on #FAEED1 background.


White color preview on #FAEED1 background

This text has white color on #FAEED1 background.