COLOR #FAEDD2

HEX: #FAEDD2
RGB: (250,237,210)

Color info

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

RGB color model

#FAEDD2 color RGB value is (250,237,210).

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

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 210 of 255 = 82%

250
237
210

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

Portions of RGB colors in percentages

R + G + B =
250 + 237 + 210 = 697 (100%)
R 250 of 697 ~ 35.87%
G 237 of 697 ~ 34%
B 210 of 697 ~ 30.13%

%35.87
%34
%30.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 16.00%
  • 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
%5.2
%16
%1.96

Codes

Color #FAEDD2 in popluar color models

FAEDD2
RGB250237210
HSL41°80.00%90.20%
HSB/HSV41°16.00%98.04%
CMYK0.00%5.20%16.00%
1.96%

Color #FAEDD2 in popluar number systems.

HEXFAEDD2
Decimal250237210
Binary111110101110110111010010
Octal372355322

Shades and tints

Shades of #FAEDD2

#FAEDD2
(250,237,210)
#E4D8BF
(228,216,191)
#CEC3AC
(206,195,172)
#B8AE99
(184,174,153)
#A29986
(162,153,134)
#8C8473
(140,132,115)
#766F60
(118,111,96)
#605A4D
(96,90,77)
#4A453A
(74,69,58)
#343027
(52,48,39)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #FAEDD2

#FAEDD2
(250,237,210)
#FAEED6
(250,238,214)
#FAEFDA
(250,239,218)
#FAF0DE
(250,240,222)
#FAF1E2
(250,241,226)
#FAF2E6
(250,242,230)
#FAF3EA
(250,243,234)
#FAF4EE
(250,244,238)
#FAF5F2
(250,245,242)
#FAF6F6
(250,246,246)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEDD2; }

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

This text font color is #FAEDD2.


Background Color

.myBgColor { background-color: #FAEDD2; }

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

This div background color is #FAEDD2.


Border color

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

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

This div border color is #FAEDD2.


Opacity

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

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

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

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

This text has shadow with #FAEDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEDD2 on black background.


Color preview on white background

This text has color #FAEDD2 on white background.



Black color preview on #FAEDD2 background

This text has black color on #FAEDD2 background.


White color preview on #FAEDD2 background

This text has white color on #FAEDD2 background.