COLOR #FCE7DE

HEX: #FCE7DE
RGB: (252,231,222)

Color info

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

RGB color model

#FCE7DE color RGB value is (252,231,222).

  • red value is 252;
  • green value is 231;
  • blue value is 222.
RGB:
(252,231,222)
(99%,91%,87%)

RGB channels and saturation

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

252
231
222

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

Portions of RGB colors in percentages

R + G + B =
252 + 231 + 222 = 705 (100%)
R 252 of 705 ~ 35.74%
G 231 of 705 ~ 32.77%
B 222 of 705 ~ 31.49%

%35.74
%32.77
%31.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 11.90%
  • 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.9
%1.18

Codes

Color #FCE7DE in popluar color models

FCE7DE
RGB252231222
HSL18°83.33%92.94%
HSB/HSV18°11.90%98.82%
CMYK0.00%8.33%11.90%
1.18%

Color #FCE7DE in popluar number systems.

HEXFCE7DE
Decimal252231222
Binary111111001110011111011110
Octal374347336

Shades and tints

Shades of #FCE7DE

#FCE7DE
(252,231,222)
#E6D2CA
(230,210,202)
#D0BDB6
(208,189,182)
#BAA8A2
(186,168,162)
#A4938E
(164,147,142)
#8E7E7A
(142,126,122)
#786966
(120,105,102)
#625452
(98,84,82)
#4C3F3E
(76,63,62)
#362A2A
(54,42,42)
#201516
(32,21,22)
#000000
(0,0,0)

Tints of #FCE7DE

#FCE7DE
(252,231,222)
#FCE9E1
(252,233,225)
#FCEBE4
(252,235,228)
#FCEDE7
(252,237,231)
#FCEFEA
(252,239,234)
#FCF1ED
(252,241,237)
#FCF3F0
(252,243,240)
#FCF5F3
(252,245,243)
#FCF7F6
(252,247,246)
#FCF9F9
(252,249,249)
#FCFBFC
(252,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE7DE; }

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

This text font color is #FCE7DE.


Background Color

.myBgColor { background-color: #FCE7DE; }

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

This div background color is #FCE7DE.


Border color

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

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

This div border color is #FCE7DE.


Opacity

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

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

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

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

This text has shadow with #FCE7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE7DE on black background.


Color preview on white background

This text has color #FCE7DE on white background.



Black color preview on #FCE7DE background

This text has black color on #FCE7DE background.


White color preview on #FCE7DE background

This text has white color on #FCE7DE background.