COLOR #FAEED0

HEX: #FAEED0
RGB: (250,238,208)

Color info

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

RGB color model

#FAEED0 color RGB value is (250,238,208).

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

RGB channels and saturation

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

250
238
208

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

Portions of RGB colors in percentages

R + G + B =
250 + 238 + 208 = 696 (100%)
R 250 of 696 ~ 35.92%
G 238 of 696 ~ 34.2%
B 208 of 696 ~ 29.89%

%35.92
%34.2
%29.89

CMYK color model

#FAEED0 color CMYK value is (0,5,17,2).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 16.80%
  • key color value is 1.96%
CMYK:
(0,5,17,2)
C0M5Y17K2 
(0%,5%,17%,2%)
(0.00/0.05/0.17/0.02)	

CMYK percentages

%0
%4.8
%16.8
%1.96

Codes

Color #FAEED0 in popluar color models

FAEED0
RGB250238208
HSL43°80.77%89.80%
HSB/HSV43°16.80%98.04%
CMYK0.00%4.80%16.80%
1.96%

Color #FAEED0 in popluar number systems.

HEXFAEED0
Decimal250238208
Binary111110101110111011010000
Octal372356320

Shades and tints

Shades of #FAEED0

#FAEED0
(250,238,208)
#E4D9BE
(228,217,190)
#CEC4AC
(206,196,172)
#B8AF9A
(184,175,154)
#A29A88
(162,154,136)
#8C8576
(140,133,118)
#767064
(118,112,100)
#605B52
(96,91,82)
#4A4640
(74,70,64)
#34312E
(52,49,46)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #FAEED0

#FAEED0
(250,238,208)
#FAEFD4
(250,239,212)
#FAF0D8
(250,240,216)
#FAF1DC
(250,241,220)
#FAF2E0
(250,242,224)
#FAF3E4
(250,243,228)
#FAF4E8
(250,244,232)
#FAF5EC
(250,245,236)
#FAF6F0
(250,246,240)
#FAF7F4
(250,247,244)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEED0; }

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

This text font color is #FAEED0.


Background Color

.myBgColor { background-color: #FAEED0; }

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

This div background color is #FAEED0.


Border color

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

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

This div border color is #FAEED0.


Opacity

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

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

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

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

This text has shadow with #FAEED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEED0 on black background.


Color preview on white background

This text has color #FAEED0 on white background.



Black color preview on #FAEED0 background

This text has black color on #FAEED0 background.


White color preview on #FAEED0 background

This text has white color on #FAEED0 background.