COLOR #FAE4DC

HEX: #FAE4DC
RGB: (250,228,220)

Color info

#FAE4DC contains red, green and blue colors in about the same proportion. Web safe color of #FAE4DC is #FFCCCC (or #FCC).

RGB color model

#FAE4DC color RGB value is (250,228,220).

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

RGB channels and saturation

R 250 of 255 = 98%
G 228 of 255 = 89%
B 220 of 255 = 86%

250
228
220

R + G + B ~ 91%. #FAE4DC is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 228 + 220 = 698 (100%)
R 250 of 698 ~ 35.82%
G 228 of 698 ~ 32.66%
B 220 of 698 ~ 31.52%

%35.82
%32.66
%31.52

CMYK color model

#FAE4DC color CMYK value is (0,9,12,2).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 12.00%
  • key color value is 1.96%
CMYK:
(0,9,12,2)
C0M9Y12K2 
(0%,9%,12%,2%)
(0.00/0.09/0.12/0.02)	

CMYK percentages

%0
%8.8
%12
%1.96

Codes

Color #FAE4DC in popluar color models

FAE4DC
RGB250228220
HSL16°75.00%92.16%
HSB/HSV16°12.00%98.04%
CMYK0.00%8.80%12.00%
1.96%

Color #FAE4DC in popluar number systems.

HEXFAE4DC
Decimal250228220
Binary111110101110010011011100
Octal372344334

Shades and tints

Shades of #FAE4DC

#FAE4DC
(250,228,220)
#E4D0C8
(228,208,200)
#CEBCB4
(206,188,180)
#B8A8A0
(184,168,160)
#A2948C
(162,148,140)
#8C8078
(140,128,120)
#766C64
(118,108,100)
#605850
(96,88,80)
#4A443C
(74,68,60)
#343028
(52,48,40)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #FAE4DC

#FAE4DC
(250,228,220)
#FAE6DF
(250,230,223)
#FAE8E2
(250,232,226)
#FAEAE5
(250,234,229)
#FAECE8
(250,236,232)
#FAEEEB
(250,238,235)
#FAF0EE
(250,240,238)
#FAF2F1
(250,242,241)
#FAF4F4
(250,244,244)
#FAF6F7
(250,246,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE4DC; }

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

This text font color is #FAE4DC.


Background Color

.myBgColor { background-color: #FAE4DC; }

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

This div background color is #FAE4DC.


Border color

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

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

This div border color is #FAE4DC.


Opacity

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

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

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

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

This text has shadow with #FAE4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE4DC on black background.


Color preview on white background

This text has color #FAE4DC on white background.



Black color preview on #FAE4DC background

This text has black color on #FAE4DC background.


White color preview on #FAE4DC background

This text has white color on #FAE4DC background.