COLOR #FCE7E2

HEX: #FCE7E2
RGB: (252,231,226)

Color info

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

RGB color model

#FCE7E2 color RGB value is (252,231,226).

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

RGB channels and saturation

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

252
231
226

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

Portions of RGB colors in percentages

R + G + B =
252 + 231 + 226 = 709 (100%)
R 252 of 709 ~ 35.54%
G 231 of 709 ~ 32.58%
B 226 of 709 ~ 31.88%

%35.54
%32.58
%31.88

CMYK color model

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

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

Codes

Color #FCE7E2 in popluar color models

FCE7E2
RGB252231226
HSL12°81.25%93.73%
HSB/HSV12°10.32%98.82%
CMYK0.00%8.33%10.32%
1.18%

Color #FCE7E2 in popluar number systems.

HEXFCE7E2
Decimal252231226
Binary111111001110011111100010
Octal374347342

Shades and tints

Shades of #FCE7E2

#FCE7E2
(252,231,226)
#E6D2CE
(230,210,206)
#D0BDBA
(208,189,186)
#BAA8A6
(186,168,166)
#A49392
(164,147,146)
#8E7E7E
(142,126,126)
#78696A
(120,105,106)
#625456
(98,84,86)
#4C3F42
(76,63,66)
#362A2E
(54,42,46)
#20151A
(32,21,26)
#000000
(0,0,0)

Tints of #FCE7E2

#FCE7E2
(252,231,226)
#FCE9E4
(252,233,228)
#FCEBE6
(252,235,230)
#FCEDE8
(252,237,232)
#FCEFEA
(252,239,234)
#FCF1EC
(252,241,236)
#FCF3EE
(252,243,238)
#FCF5F0
(252,245,240)
#FCF7F2
(252,247,242)
#FCF9F4
(252,249,244)
#FCFBF6
(252,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE7E2; }

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

This text font color is #FCE7E2.


Background Color

.myBgColor { background-color: #FCE7E2; }

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

This div background color is #FCE7E2.


Border color

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

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

This div border color is #FCE7E2.


Opacity

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

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

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

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

This text has shadow with #FCE7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE7E2 on black background.


Color preview on white background

This text has color #FCE7E2 on white background.



Black color preview on #FCE7E2 background

This text has black color on #FCE7E2 background.


White color preview on #FCE7E2 background

This text has white color on #FCE7E2 background.