COLOR #FAEFDC

HEX: #FAEFDC
RGB: (250,239,220)

Color info

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

RGB color model

#FAEFDC color RGB value is (250,239,220).

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

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 220 of 255 = 86%

250
239
220

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

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 220 = 709 (100%)
R 250 of 709 ~ 35.26%
G 239 of 709 ~ 33.71%
B 220 of 709 ~ 31.03%

%35.26
%33.71
%31.03

CMYK color model

#FAEFDC color CMYK value is (0,4,12,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 12.00%
  • key color value is 1.96%
CMYK:
(0,4,12,2)
C0M4Y12K2 
(0%,4%,12%,2%)
(0.00/0.04/0.12/0.02)	

CMYK percentages

%0
%4.4
%12
%1.96

Codes

Color #FAEFDC in popluar color models

FAEFDC
RGB250239220
HSL38°75.00%92.16%
HSB/HSV38°12.00%98.04%
CMYK0.00%4.40%12.00%
1.96%

Color #FAEFDC in popluar number systems.

HEXFAEFDC
Decimal250239220
Binary111110101110111111011100
Octal372357334

Shades and tints

Shades of #FAEFDC

#FAEFDC
(250,239,220)
#E4DAC8
(228,218,200)
#CEC5B4
(206,197,180)
#B8B0A0
(184,176,160)
#A29B8C
(162,155,140)
#8C8678
(140,134,120)
#767164
(118,113,100)
#605C50
(96,92,80)
#4A473C
(74,71,60)
#343228
(52,50,40)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #FAEFDC

#FAEFDC
(250,239,220)
#FAF0DF
(250,240,223)
#FAF1E2
(250,241,226)
#FAF2E5
(250,242,229)
#FAF3E8
(250,243,232)
#FAF4EB
(250,244,235)
#FAF5EE
(250,245,238)
#FAF6F1
(250,246,241)
#FAF7F4
(250,247,244)
#FAF8F7
(250,248,247)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFDC; }

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

This text font color is #FAEFDC.


Background Color

.myBgColor { background-color: #FAEFDC; }

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

This div background color is #FAEFDC.


Border color

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

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

This div border color is #FAEFDC.


Opacity

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

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

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

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

This text has shadow with #FAEFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFDC on black background.


Color preview on white background

This text has color #FAEFDC on white background.



Black color preview on #FAEFDC background

This text has black color on #FAEFDC background.


White color preview on #FAEFDC background

This text has white color on #FAEFDC background.