COLOR #FCE7E3

HEX: #FCE7E3
RGB: (252,231,227)

Color info

#FCE7E3 contains red, green and blue colors in about the same proportion. Web safe color of #FCE7E3 is #FFFFCC (or #FFC).

RGB color model

#FCE7E3 color RGB value is (252,231,227).

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

RGB channels and saturation

R 252 of 255 = 99%
G 231 of 255 = 91%
B 227 of 255 = 89%

252
231
227

R + G + B ~ 93%. #FCE7E3 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 231 + 227 = 710 (100%)
R 252 of 710 ~ 35.49%
G 231 of 710 ~ 32.54%
B 227 of 710 ~ 31.97%

%35.49
%32.54
%31.97

CMYK color model

#FCE7E3 color CMYK value is (0,8,10,1).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(0,8,10,1)
C0M8Y10K1 
(0%,8%,10%,1%)
(0.00/0.08/0.10/0.01)	

CMYK percentages

%0
%8.33
%9.92
%1.18

Codes

Color #FCE7E3 in popluar color models

FCE7E3
RGB252231227
HSL10°80.65%93.92%
HSB/HSV10°9.92%98.82%
CMYK0.00%8.33%9.92%
1.18%

Color #FCE7E3 in popluar number systems.

HEXFCE7E3
Decimal252231227
Binary111111001110011111100011
Octal374347343

Shades and tints

Shades of #FCE7E3

#FCE7E3
(252,231,227)
#E6D2CF
(230,210,207)
#D0BDBB
(208,189,187)
#BAA8A7
(186,168,167)
#A49393
(164,147,147)
#8E7E7F
(142,126,127)
#78696B
(120,105,107)
#625457
(98,84,87)
#4C3F43
(76,63,67)
#362A2F
(54,42,47)
#20151B
(32,21,27)
#000000
(0,0,0)

Tints of #FCE7E3

#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)
#FCF9F5
(252,249,245)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE7E3; }

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

This text font color is #FCE7E3.


Background Color

.myBgColor { background-color: #FCE7E3; }

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

This div background color is #FCE7E3.


Border color

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

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

This div border color is #FCE7E3.


Opacity

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

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

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

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

This text has shadow with #FCE7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE7E3 on black background.


Color preview on white background

This text has color #FCE7E3 on white background.



Black color preview on #FCE7E3 background

This text has black color on #FCE7E3 background.


White color preview on #FCE7E3 background

This text has white color on #FCE7E3 background.