COLOR #FCE3DF

HEX: #FCE3DF
RGB: (252,227,223)

Color info

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

RGB color model

#FCE3DF color RGB value is (252,227,223).

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

RGB channels and saturation

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

252
227
223

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

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 223 = 702 (100%)
R 252 of 702 ~ 35.9%
G 227 of 702 ~ 32.34%
B 223 of 702 ~ 31.77%

%35.9
%32.34
%31.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 11.51%
  • 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.51
%1.18

Codes

Color #FCE3DF in popluar color models

FCE3DF
RGB252227223
HSL82.86%93.14%
HSB/HSV11.51%98.82%
CMYK0.00%9.92%11.51%
1.18%

Color #FCE3DF in popluar number systems.

HEXFCE3DF
Decimal252227223
Binary111111001110001111011111
Octal374343337

Shades and tints

Shades of #FCE3DF

#FCE3DF
(252,227,223)
#E6CFCB
(230,207,203)
#D0BBB7
(208,187,183)
#BAA7A3
(186,167,163)
#A4938F
(164,147,143)
#8E7F7B
(142,127,123)
#786B67
(120,107,103)
#625753
(98,87,83)
#4C433F
(76,67,63)
#362F2B
(54,47,43)
#201B17
(32,27,23)
#000000
(0,0,0)

Tints of #FCE3DF

#FCE3DF
(252,227,223)
#FCE5E1
(252,229,225)
#FCE7E3
(252,231,227)
#FCE9E5
(252,233,229)
#FCEBE7
(252,235,231)
#FCEDE9
(252,237,233)
#FCEFEB
(252,239,235)
#FCF1ED
(252,241,237)
#FCF3EF
(252,243,239)
#FCF5F1
(252,245,241)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3DF; }

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

This text font color is #FCE3DF.


Background Color

.myBgColor { background-color: #FCE3DF; }

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

This div background color is #FCE3DF.


Border color

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

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

This div border color is #FCE3DF.


Opacity

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

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

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

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

This text has shadow with #FCE3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3DF on black background.


Color preview on white background

This text has color #FCE3DF on white background.



Black color preview on #FCE3DF background

This text has black color on #FCE3DF background.


White color preview on #FCE3DF background

This text has white color on #FCE3DF background.