COLOR #FAEDE9

HEX: #FAEDE9 RGB: (250,237,233)

Color info

#FAEDE9 contains red, green and blue colors in about the same proportion. Web safe color of #FAEDE9 is #FFFFFF (or #FFF).

RGB color model

#FAEDE9 color RGB value is (250,237,233).

RGB: (250,237,233) (98%, 93%, 91%)

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 233 of 255 = 91%

250
237
233

R + G + B ~ 94%. #FAEDE9 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 237 + 233 = 720 (100%)
R 250 of 720 ~ 34.72%
G 237 of 720 ~ 32.92%
B 233 of 720 ~ 32.36'%

%34.72
%32.92
%32.36

CMYK color model

#FAEDE9 color CMYK value is (0,5,7,2).

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

CMYK: (0,5,7,2)
C0M5Y7K2 (0%, 5%, 7%, 2%)
(0.00 / 0.05 / 0.07 / 0.02)

CMYK percentages

%0
%5.2
%6.8
%1.96

Codes

Color #FAEDE9 in popluar color models

FA ED E9
RGB 250 237 233
HSL 14° 62.96% 94.71%
HSB/HSV 14° 6.80% 98.04%
CMYK 0.00% 5.20% 6.80%
1.96%

Color #FAEDE9 in popluar number systems.

HEX FA ED E9
Decimal 250 237 233
Binary 11111010 11101101 11101001
Octal 372 355 351

Shades and tints

Shades of #FAEDE9

#FAEDE9
(250,237,233)
#E4D8D4
(228,216,212)
#CEC3BF
(206,195,191)
#B8AEAA
(184,174,170)
#A29995
(162,153,149)
#8C8480
(140,132,128)
#766F6B
(118,111,107)
#605A56
(96,90,86)
#4A4541
(74,69,65)
#34302C
(52,48,44)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #FAEDE9

#FAEDE9
(250,237,233)
#FAEEEB
(250,238,235)
#FAEFED
(250,239,237)
#FAF0EF
(250,240,239)
#FAF1F1
(250,241,241)
#FAF2F3
(250,242,243)
#FAF3F5
(250,243,245)
#FAF4F7
(250,244,247)
#FAF5F9
(250,245,249)
#FAF6FB
(250,246,251)
#FAF7FD
(250,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEDE9; }

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

This text font color is #FAEDE9.

Background Color

.myBgColor { background-color: #FAEDE9; }

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

This div background color is #FAEDE9.

Border color

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

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

This div border color is #FAEDE9.

Opacity

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

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

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

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

This text has shadow with #FAEDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEDE9.

Preview

Color preview on black background

This text has color #FAEDE9 on black background.


Color preview on white background

This text has color #FAEDE9 on white background.


Black color preview on #FAEDE9 background

This text has black color on #FAEDE9 background.


White color preview on #FAEDE9 background

This text has white color on #FAEDE9 background.


Related colors

Complementary color

Complementary color for #hex is #051216.


I love getcolorcode.com

Triadic colors

1 #E9FAED and #EDE9FA with #FAEDE9 are triadic colors.

2 #E9EDFA and #EDFAE9 with #FAEDE9 are triadic colors.