COLOR #FAECDF

HEX: #FAECDF RGB: (250,236,223)

Color info

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

RGB color model

#FAECDF color RGB value is (250,236,223).

RGB: (250,236,223) (98%, 93%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 236 of 255 = 93%
B 223 of 255 = 87%

250
236
223

R + G + B ~ 93%. #FAECDF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 236 + 223 = 709 (100%)
R 250 of 709 ~ 35.26%
G 236 of 709 ~ 33.29%
B 223 of 709 ~ 31.45'%

%35.26
%33.29
%31.45

CMYK color model

#FAECDF color CMYK value is (0,6,11,2).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 10.80%
  • key color value is 1.96%

CMYK: (0,6,11,2)
C0M6Y11K2 (0%, 6%, 11%, 2%)
(0.00 / 0.06 / 0.11 / 0.02)

CMYK percentages

%0
%5.6
%10.8
%1.96

Codes

Color #FAECDF in popluar color models

FA EC DF
RGB 250 236 223
HSL 29° 72.97% 92.75%
HSB/HSV 29° 10.80% 98.04%
CMYK 0.00% 5.60% 10.80%
1.96%

Color #FAECDF in popluar number systems.

HEX FA EC DF
Decimal 250 236 223
Binary 11111010 11101100 11011111
Octal 372 354 337

Shades and tints

Shades of #FAECDF

#FAECDF
(250,236,223)
#E4D7CB
(228,215,203)
#CEC2B7
(206,194,183)
#B8ADA3
(184,173,163)
#A2988F
(162,152,143)
#8C837B
(140,131,123)
#766E67
(118,110,103)
#605953
(96,89,83)
#4A443F
(74,68,63)
#342F2B
(52,47,43)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #FAECDF

#FAECDF
(250,236,223)
#FAEDE1
(250,237,225)
#FAEEE3
(250,238,227)
#FAEFE5
(250,239,229)
#FAF0E7
(250,240,231)
#FAF1E9
(250,241,233)
#FAF2EB
(250,242,235)
#FAF3ED
(250,243,237)
#FAF4EF
(250,244,239)
#FAF5F1
(250,245,241)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAECDF color. Also use rgb(250,236,223) instead hex code.

Text Font Color

.myTextColor { color: #FAECDF; }

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

This text font color is #FAECDF.

Background Color

.myBgColor { background-color: #FAECDF; }

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

This div background color is #FAECDF.

Border color

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

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

This div border color is #FAECDF.

Opacity

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

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

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

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

This text has shadow with #FAECDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAECDF.

Preview

Color preview on black background

This text has color #FAECDF on black background.


Color preview on white background

This text has color #FAECDF on white background.


Black color preview on #FAECDF background

This text has black color on #FAECDF background.


White color preview on #FAECDF background

This text has white color on #FAECDF background.


Related colors

Complementary color

Complementary color for #hex is #051320.


I love getcolorcode.com

Triadic colors

1 #DFFAEC and #ECDFFA with #FAECDF are triadic colors.

2 #DFECFA and #ECFADF with #FAECDF are triadic colors.