COLOR #FAEFDF

HEX: #FAEFDF
RGB: (250,239,223)

Color info

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

RGB color model

#FAEFDF color RGB value is (250,239,223).

  • red value is 250;
  • green value is 239;
  • blue value is 223.
RGB:
(250,239,223)
(98%,94%,87%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 223 of 255 = 87%

250
239
223

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

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 223 = 712 (100%)
R 250 of 712 ~ 35.11%
G 239 of 712 ~ 33.57%
B 223 of 712 ~ 31.32%

%35.11
%33.57
%31.32

CMYK color model

#FAEFDF color CMYK value is (0,4,11,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 10.80%
  • key color value is 1.96%
CMYK:
(0,4,11,2)
C0M4Y11K2 
(0%,4%,11%,2%)
(0.00/0.04/0.11/0.02)	

CMYK percentages

%0
%4.4
%10.8
%1.96

Codes

Color #FAEFDF in popluar color models

FAEFDF
RGB250239223
HSL36°72.97%92.75%
HSB/HSV36°10.80%98.04%
CMYK0.00%4.40%10.80%
1.96%

Color #FAEFDF in popluar number systems.

HEXFAEFDF
Decimal250239223
Binary111110101110111111011111
Octal372357337

Shades and tints

Shades of #FAEFDF

#FAEFDF
(250,239,223)
#E4DACB
(228,218,203)
#CEC5B7
(206,197,183)
#B8B0A3
(184,176,163)
#A29B8F
(162,155,143)
#8C867B
(140,134,123)
#767167
(118,113,103)
#605C53
(96,92,83)
#4A473F
(74,71,63)
#34322B
(52,50,43)
#1E1D17
(30,29,23)
#000000
(0,0,0)

Tints of #FAEFDF

#FAEFDF
(250,239,223)
#FAF0E1
(250,240,225)
#FAF1E3
(250,241,227)
#FAF2E5
(250,242,229)
#FAF3E7
(250,243,231)
#FAF4E9
(250,244,233)
#FAF5EB
(250,245,235)
#FAF6ED
(250,246,237)
#FAF7EF
(250,247,239)
#FAF8F1
(250,248,241)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFDF; }

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

This text font color is #FAEFDF.


Background Color

.myBgColor { background-color: #FAEFDF; }

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

This div background color is #FAEFDF.


Border color

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

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

This div border color is #FAEFDF.


Opacity

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

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

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

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

This text has shadow with #FAEFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFDF on black background.


Color preview on white background

This text has color #FAEFDF on white background.



Black color preview on #FAEFDF background

This text has black color on #FAEFDF background.


White color preview on #FAEFDF background

This text has white color on #FAEFDF background.