COLOR #FCE3D7

HEX: #FCE3D7
RGB: (252,227,215)

Color info

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

RGB color model

#FCE3D7 color RGB value is (252,227,215).

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

RGB channels and saturation

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

252
227
215

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

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 215 = 694 (100%)
R 252 of 694 ~ 36.31%
G 227 of 694 ~ 32.71%
B 215 of 694 ~ 30.98%

%36.31
%32.71
%30.98

CMYK color model

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

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

Codes

Color #FCE3D7 in popluar color models

FCE3D7
RGB252227215
HSL19°86.05%91.57%
HSB/HSV19°14.68%98.82%
CMYK0.00%9.92%14.68%
1.18%

Color #FCE3D7 in popluar number systems.

HEXFCE3D7
Decimal252227215
Binary111111001110001111010111
Octal374343327

Shades and tints

Shades of #FCE3D7

#FCE3D7
(252,227,215)
#E6CFC4
(230,207,196)
#D0BBB1
(208,187,177)
#BAA79E
(186,167,158)
#A4938B
(164,147,139)
#8E7F78
(142,127,120)
#786B65
(120,107,101)
#625752
(98,87,82)
#4C433F
(76,67,63)
#362F2C
(54,47,44)
#201B19
(32,27,25)
#000000
(0,0,0)

Tints of #FCE3D7

#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)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3D7; }

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

This text font color is #FCE3D7.


Background Color

.myBgColor { background-color: #FCE3D7; }

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

This div background color is #FCE3D7.


Border color

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

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

This div border color is #FCE3D7.


Opacity

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

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

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

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

This text has shadow with #FCE3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3D7 on black background.


Color preview on white background

This text has color #FCE3D7 on white background.



Black color preview on #FCE3D7 background

This text has black color on #FCE3D7 background.


White color preview on #FCE3D7 background

This text has white color on #FCE3D7 background.