COLOR #FCE3DD

HEX: #FCE3DD
RGB: (252,227,221)

Color info

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

RGB color model

#FCE3DD color RGB value is (252,227,221).

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

RGB channels and saturation

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

252
227
221

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

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 221 = 700 (100%)
R 252 of 700 ~ 36%
G 227 of 700 ~ 32.43%
B 221 of 700 ~ 31.57%

%36
%32.43
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 12.30%
  • 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
%12.3
%1.18

Codes

Color #FCE3DD in popluar color models

FCE3DD
RGB252227221
HSL12°83.78%92.75%
HSB/HSV12°12.30%98.82%
CMYK0.00%9.92%12.30%
1.18%

Color #FCE3DD in popluar number systems.

HEXFCE3DD
Decimal252227221
Binary111111001110001111011101
Octal374343335

Shades and tints

Shades of #FCE3DD

#FCE3DD
(252,227,221)
#E6CFC9
(230,207,201)
#D0BBB5
(208,187,181)
#BAA7A1
(186,167,161)
#A4938D
(164,147,141)
#8E7F79
(142,127,121)
#786B65
(120,107,101)
#625751
(98,87,81)
#4C433D
(76,67,61)
#362F29
(54,47,41)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCE3DD

#FCE3DD
(252,227,221)
#FCE5E0
(252,229,224)
#FCE7E3
(252,231,227)
#FCE9E6
(252,233,230)
#FCEBE9
(252,235,233)
#FCEDEC
(252,237,236)
#FCEFEF
(252,239,239)
#FCF1F2
(252,241,242)
#FCF3F5
(252,243,245)
#FCF5F8
(252,245,248)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3DD; }

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

This text font color is #FCE3DD.


Background Color

.myBgColor { background-color: #FCE3DD; }

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

This div background color is #FCE3DD.


Border color

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

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

This div border color is #FCE3DD.


Opacity

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

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

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

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

This text has shadow with #FCE3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3DD on black background.


Color preview on white background

This text has color #FCE3DD on white background.



Black color preview on #FCE3DD background

This text has black color on #FCE3DD background.


White color preview on #FCE3DD background

This text has white color on #FCE3DD background.