COLOR #FCE3D6

HEX: #FCE3D6
RGB: (252,227,214)

Color info

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

RGB color model

#FCE3D6 color RGB value is (252,227,214).

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

RGB channels and saturation

R 252 of 255 = 99%
G 227 of 255 = 89%
B 214 of 255 = 84%

252
227
214

R + G + B ~ 91%. #FCE3D6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 214 = 693 (100%)
R 252 of 693 ~ 36.36%
G 227 of 693 ~ 32.76%
B 214 of 693 ~ 30.88%

%36.36
%32.76
%30.88

CMYK color model

#FCE3D6 color CMYK value is (0,10,15,1).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 15.08%
  • key color value is 1.18%
CMYK:
(0,10,15,1)
C0M10Y15K1 
(0%,10%,15%,1%)
(0.00/0.10/0.15/0.01)	

CMYK percentages

%0
%9.92
%15.08
%1.18

Codes

Color #FCE3D6 in popluar color models

FCE3D6
RGB252227214
HSL21°86.36%91.37%
HSB/HSV21°15.08%98.82%
CMYK0.00%9.92%15.08%
1.18%

Color #FCE3D6 in popluar number systems.

HEXFCE3D6
Decimal252227214
Binary111111001110001111010110
Octal374343326

Shades and tints

Shades of #FCE3D6

#FCE3D6
(252,227,214)
#E6CFC3
(230,207,195)
#D0BBB0
(208,187,176)
#BAA79D
(186,167,157)
#A4938A
(164,147,138)
#8E7F77
(142,127,119)
#786B64
(120,107,100)
#625751
(98,87,81)
#4C433E
(76,67,62)
#362F2B
(54,47,43)
#201B18
(32,27,24)
#000000
(0,0,0)

Tints of #FCE3D6

#FCE3D6
(252,227,214)
#FCE5D9
(252,229,217)
#FCE7DC
(252,231,220)
#FCE9DF
(252,233,223)
#FCEBE2
(252,235,226)
#FCEDE5
(252,237,229)
#FCEFE8
(252,239,232)
#FCF1EB
(252,241,235)
#FCF3EE
(252,243,238)
#FCF5F1
(252,245,241)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3D6; }

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

This text font color is #FCE3D6.


Background Color

.myBgColor { background-color: #FCE3D6; }

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

This div background color is #FCE3D6.


Border color

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

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

This div border color is #FCE3D6.


Opacity

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

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

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

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

This text has shadow with #FCE3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3D6 on black background.


Color preview on white background

This text has color #FCE3D6 on white background.



Black color preview on #FCE3D6 background

This text has black color on #FCE3D6 background.


White color preview on #FCE3D6 background

This text has white color on #FCE3D6 background.