COLOR #FCE1D4

HEX: #FCE1D4
RGB: (252,225,212)

Color info

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

RGB color model

#FCE1D4 color RGB value is (252,225,212).

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

RGB channels and saturation

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

252
225
212

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

Portions of RGB colors in percentages

R + G + B =
252 + 225 + 212 = 689 (100%)
R 252 of 689 ~ 36.57%
G 225 of 689 ~ 32.66%
B 212 of 689 ~ 30.77%

%36.57
%32.66
%30.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 15.87%
  • 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
%15.87
%1.18

Codes

Color #FCE1D4 in popluar color models

FCE1D4
RGB252225212
HSL20°86.96%90.98%
HSB/HSV20°15.87%98.82%
CMYK0.00%10.71%15.87%
1.18%

Color #FCE1D4 in popluar number systems.

HEXFCE1D4
Decimal252225212
Binary111111001110000111010100
Octal374341324

Shades and tints

Shades of #FCE1D4

#FCE1D4
(252,225,212)
#E6CDC1
(230,205,193)
#D0B9AE
(208,185,174)
#BAA59B
(186,165,155)
#A49188
(164,145,136)
#8E7D75
(142,125,117)
#786962
(120,105,98)
#62554F
(98,85,79)
#4C413C
(76,65,60)
#362D29
(54,45,41)
#201916
(32,25,22)
#000000
(0,0,0)

Tints of #FCE1D4

#FCE1D4
(252,225,212)
#FCE3D7
(252,227,215)
#FCE5DA
(252,229,218)
#FCE7DD
(252,231,221)
#FCE9E0
(252,233,224)
#FCEBE3
(252,235,227)
#FCEDE6
(252,237,230)
#FCEFE9
(252,239,233)
#FCF1EC
(252,241,236)
#FCF3EF
(252,243,239)
#FCF5F2
(252,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE1D4; }

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

This text font color is #FCE1D4.


Background Color

.myBgColor { background-color: #FCE1D4; }

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

This div background color is #FCE1D4.


Border color

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

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

This div border color is #FCE1D4.


Opacity

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

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

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

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

This text has shadow with #FCE1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE1D4 on black background.


Color preview on white background

This text has color #FCE1D4 on white background.



Black color preview on #FCE1D4 background

This text has black color on #FCE1D4 background.


White color preview on #FCE1D4 background

This text has white color on #FCE1D4 background.