COLOR #FAEDD7

HEX: #FAEDD7 RGB: (250,237,215)

Color info

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

RGB color model

#FAEDD7 color RGB value is (250,237,215).

RGB: (250,237,215) (98%, 93%, 84%)

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 215 of 255 = 84%

250
237
215

R + G + B ~ 92%. #FAEDD7 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 237 + 215 = 702 (100%)
R 250 of 702 ~ 35.61%
G 237 of 702 ~ 33.76%
B 215 of 702 ~ 30.63'%

%35.61
%33.76
%30.63

CMYK color model

#FAEDD7 color CMYK value is (0,5,14,2).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 14.00%
  • key color value is 1.96%

CMYK: (0,5,14,2)
C0M5Y14K2 (0%, 5%, 14%, 2%)
(0.00 / 0.05 / 0.14 / 0.02)

CMYK percentages

%0
%5.2
%14
%1.96

Codes

Color #FAEDD7 in popluar color models

FA ED D7
RGB 250 237 215
HSL 38° 77.78% 91.18%
HSB/HSV 38° 14.00% 98.04%
CMYK 0.00% 5.20% 14.00%
1.96%

Color #FAEDD7 in popluar number systems.

HEX FA ED D7
Decimal 250 237 215
Binary 11111010 11101101 11010111
Octal 372 355 327

Shades and tints

Shades of #FAEDD7

#FAEDD7
(250,237,215)
#E4D8C4
(228,216,196)
#CEC3B1
(206,195,177)
#B8AE9E
(184,174,158)
#A2998B
(162,153,139)
#8C8478
(140,132,120)
#766F65
(118,111,101)
#605A52
(96,90,82)
#4A453F
(74,69,63)
#34302C
(52,48,44)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #FAEDD7

#FAEDD7
(250,237,215)
#FAEEDA
(250,238,218)
#FAEFDD
(250,239,221)
#FAF0E0
(250,240,224)
#FAF1E3
(250,241,227)
#FAF2E6
(250,242,230)
#FAF3E9
(250,243,233)
#FAF4EC
(250,244,236)
#FAF5EF
(250,245,239)
#FAF6F2
(250,246,242)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEDD7; }

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

This text font color is #FAEDD7.

Background Color

.myBgColor { background-color: #FAEDD7; }

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

This div background color is #FAEDD7.

Border color

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

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

This div border color is #FAEDD7.

Opacity

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

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

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

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

This text has shadow with #FAEDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEDD7.

Preview

Color preview on black background

This text has color #FAEDD7 on black background.


Color preview on white background

This text has color #FAEDD7 on white background.


Black color preview on #FAEDD7 background

This text has black color on #FAEDD7 background.


White color preview on #FAEDD7 background

This text has white color on #FAEDD7 background.


Related colors

Complementary color

Complementary color for #hex is #051228.


I love getcolorcode.com

Triadic colors

1 #D7FAED and #EDD7FA with #FAEDD7 are triadic colors.

2 #D7EDFA and #EDFAD7 with #FAEDD7 are triadic colors.