COLOR #FCE7DF

HEX: #FCE7DF RGB: (252,231,223)

Color info

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

RGB color model

#FCE7DF color RGB value is (252,231,223).

RGB: (252,231,223) (99%, 91%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 231 of 255 = 91%
B 223 of 255 = 87%

252
231
223

R + G + B ~ 92%. #FCE7DF is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 231 + 223 = 706 (100%)
R 252 of 706 ~ 35.69%
G 231 of 706 ~ 32.72%
B 223 of 706 ~ 31.59'%

%35.69
%32.72
%31.59

CMYK color model

#FCE7DF color CMYK value is (0,8,12,1).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 11.51%
  • key color value is 1.18%

CMYK: (0,8,12,1)
C0M8Y12K1 (0%, 8%, 12%, 1%)
(0.00 / 0.08 / 0.12 / 0.01)

CMYK percentages

%0
%8.33
%11.51
%1.18

Codes

Color #FCE7DF in popluar color models

FC E7 DF
RGB 252 231 223
HSL 17° 82.86% 93.14%
HSB/HSV 17° 11.51% 98.82%
CMYK 0.00% 8.33% 11.51%
1.18%

Color #FCE7DF in popluar number systems.

HEX FC E7 DF
Decimal 252 231 223
Binary 11111100 11100111 11011111
Octal 374 347 337

Shades and tints

Shades of #FCE7DF

#FCE7DF
(252,231,223)
#E6D2CB
(230,210,203)
#D0BDB7
(208,189,183)
#BAA8A3
(186,168,163)
#A4938F
(164,147,143)
#8E7E7B
(142,126,123)
#786967
(120,105,103)
#625453
(98,84,83)
#4C3F3F
(76,63,63)
#362A2B
(54,42,43)
#201517
(32,21,23)
#000000
(0,0,0)

Tints of #FCE7DF

#FCE7DF
(252,231,223)
#FCE9E1
(252,233,225)
#FCEBE3
(252,235,227)
#FCEDE5
(252,237,229)
#FCEFE7
(252,239,231)
#FCF1E9
(252,241,233)
#FCF3EB
(252,243,235)
#FCF5ED
(252,245,237)
#FCF7EF
(252,247,239)
#FCF9F1
(252,249,241)
#FCFBF3
(252,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE7DF color. Also use rgb(252,231,223) instead hex code.

Text Font Color

.myTextColor { color: #FCE7DF; }

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

This text font color is #FCE7DF.

Background Color

.myBgColor { background-color: #FCE7DF; }

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

This div background color is #FCE7DF.

Border color

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

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

This div border color is #FCE7DF.

Opacity

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

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

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

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

This text has shadow with #FCE7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE7DF.

Preview

Color preview on black background

This text has color #FCE7DF on black background.


Color preview on white background

This text has color #FCE7DF on white background.


Black color preview on #FCE7DF background

This text has black color on #FCE7DF background.


White color preview on #FCE7DF background

This text has white color on #FCE7DF background.


Related colors

Complementary color

Complementary color for #hex is #031820.


I love getcolorcode.com

Triadic colors

1 #DFFCE7 and #E7DFFC with #FCE7DF are triadic colors.

2 #DFE7FC and #E7FCDF with #FCE7DF are triadic colors.