COLOR #FCE1D3

HEX: #FCE1D3
RGB: (252,225,211)

Color info

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

RGB color model

#FCE1D3 color RGB value is (252,225,211).

  • red value is 252;
  • green value is 225;
  • blue value is 211.
RGB:
(252,225,211)
(99%,88%,83%)

RGB channels and saturation

R 252 of 255 = 99%
G 225 of 255 = 88%
B 211 of 255 = 83%

252
225
211

R + G + B ~ 90%. #FCE1D3 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 225 + 211 = 688 (100%)
R 252 of 688 ~ 36.63%
G 225 of 688 ~ 32.7%
B 211 of 688 ~ 30.67%

%36.63
%32.7
%30.67

CMYK color model

#FCE1D3 color CMYK value is (0,11,16,1).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 16.27%
  • key color value is 1.18%
CMYK:
(0,11,16,1)
C0M11Y16K1 
(0%,11%,16%,1%)
(0.00/0.11/0.16/0.01)	

CMYK percentages

%0
%10.71
%16.27
%1.18

Codes

Color #FCE1D3 in popluar color models

FCE1D3
RGB252225211
HSL20°87.23%90.78%
HSB/HSV20°16.27%98.82%
CMYK0.00%10.71%16.27%
1.18%

Color #FCE1D3 in popluar number systems.

HEXFCE1D3
Decimal252225211
Binary111111001110000111010011
Octal374341323

Shades and tints

Shades of #FCE1D3

#FCE1D3
(252,225,211)
#E6CDC0
(230,205,192)
#D0B9AD
(208,185,173)
#BAA59A
(186,165,154)
#A49187
(164,145,135)
#8E7D74
(142,125,116)
#786961
(120,105,97)
#62554E
(98,85,78)
#4C413B
(76,65,59)
#362D28
(54,45,40)
#201915
(32,25,21)
#000000
(0,0,0)

Tints of #FCE1D3

#FCE1D3
(252,225,211)
#FCE3D7
(252,227,215)
#FCE5DB
(252,229,219)
#FCE7DF
(252,231,223)
#FCE9E3
(252,233,227)
#FCEBE7
(252,235,231)
#FCEDEB
(252,237,235)
#FCEFEF
(252,239,239)
#FCF1F3
(252,241,243)
#FCF3F7
(252,243,247)
#FCF5FB
(252,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE1D3 color. Also use rgb(252,225,211) instead hex code.

Text Font Color

.myTextColor { color: #FCE1D3; }

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

This text font color is #FCE1D3.


Background Color

.myBgColor { background-color: #FCE1D3; }

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

This div background color is #FCE1D3.


Border color

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

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

This div border color is #FCE1D3.


Opacity

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

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

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

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

This text has shadow with #FCE1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE1D3 on black background.


Color preview on white background

This text has color #FCE1D3 on white background.



Black color preview on #FCE1D3 background

This text has black color on #FCE1D3 background.


White color preview on #FCE1D3 background

This text has white color on #FCE1D3 background.