COLOR #FCE3DE

HEX: #FCE3DE
RGB: (252,227,222)

Color info

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

RGB color model

#FCE3DE color RGB value is (252,227,222).

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

RGB channels and saturation

R 252 of 255 = 99%
G 227 of 255 = 89%
B 222 of 255 = 87%

252
227
222

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

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 222 = 701 (100%)
R 252 of 701 ~ 35.95%
G 227 of 701 ~ 32.38%
B 222 of 701 ~ 31.67%

%35.95
%32.38
%31.67

CMYK color model

#FCE3DE color CMYK value is (0,10,12,1).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 11.90%
  • key color value is 1.18%
CMYK:
(0,10,12,1)
C0M10Y12K1 
(0%,10%,12%,1%)
(0.00/0.10/0.12/0.01)	

CMYK percentages

%0
%9.92
%11.9
%1.18

Codes

Color #FCE3DE in popluar color models

FCE3DE
RGB252227222
HSL10°83.33%92.94%
HSB/HSV10°11.90%98.82%
CMYK0.00%9.92%11.90%
1.18%

Color #FCE3DE in popluar number systems.

HEXFCE3DE
Decimal252227222
Binary111111001110001111011110
Octal374343336

Shades and tints

Shades of #FCE3DE

#FCE3DE
(252,227,222)
#E6CFCA
(230,207,202)
#D0BBB6
(208,187,182)
#BAA7A2
(186,167,162)
#A4938E
(164,147,142)
#8E7F7A
(142,127,122)
#786B66
(120,107,102)
#625752
(98,87,82)
#4C433E
(76,67,62)
#362F2A
(54,47,42)
#201B16
(32,27,22)
#000000
(0,0,0)

Tints of #FCE3DE

#FCE3DE
(252,227,222)
#FCE5E1
(252,229,225)
#FCE7E4
(252,231,228)
#FCE9E7
(252,233,231)
#FCEBEA
(252,235,234)
#FCEDED
(252,237,237)
#FCEFF0
(252,239,240)
#FCF1F3
(252,241,243)
#FCF3F6
(252,243,246)
#FCF5F9
(252,245,249)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3DE; }

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

This text font color is #FCE3DE.


Background Color

.myBgColor { background-color: #FCE3DE; }

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

This div background color is #FCE3DE.


Border color

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

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

This div border color is #FCE3DE.


Opacity

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

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

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

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

This text has shadow with #FCE3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3DE on black background.


Color preview on white background

This text has color #FCE3DE on white background.



Black color preview on #FCE3DE background

This text has black color on #FCE3DE background.


White color preview on #FCE3DE background

This text has white color on #FCE3DE background.