COLOR #FCE2D9

HEX: #FCE2D9
RGB: (252,226,217)

Color info

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

RGB color model

#FCE2D9 color RGB value is (252,226,217).

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

RGB channels and saturation

R 252 of 255 = 99%
G 226 of 255 = 89%
B 217 of 255 = 85%

252
226
217

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

Portions of RGB colors in percentages

R + G + B =
252 + 226 + 217 = 695 (100%)
R 252 of 695 ~ 36.26%
G 226 of 695 ~ 32.52%
B 217 of 695 ~ 31.22%

%36.26
%32.52
%31.22

CMYK color model

#FCE2D9 color CMYK value is (0,10,14,1).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 13.89%
  • key color value is 1.18%
CMYK:
(0,10,14,1)
C0M10Y14K1 
(0%,10%,14%,1%)
(0.00/0.10/0.14/0.01)	

CMYK percentages

%0
%10.32
%13.89
%1.18

Codes

Color #FCE2D9 in popluar color models

FCE2D9
RGB252226217
HSL15°85.37%91.96%
HSB/HSV15°13.89%98.82%
CMYK0.00%10.32%13.89%
1.18%

Color #FCE2D9 in popluar number systems.

HEXFCE2D9
Decimal252226217
Binary111111001110001011011001
Octal374342331

Shades and tints

Shades of #FCE2D9

#FCE2D9
(252,226,217)
#E6CEC6
(230,206,198)
#D0BAB3
(208,186,179)
#BAA6A0
(186,166,160)
#A4928D
(164,146,141)
#8E7E7A
(142,126,122)
#786A67
(120,106,103)
#625654
(98,86,84)
#4C4241
(76,66,65)
#362E2E
(54,46,46)
#201A1B
(32,26,27)
#000000
(0,0,0)

Tints of #FCE2D9

#FCE2D9
(252,226,217)
#FCE4DC
(252,228,220)
#FCE6DF
(252,230,223)
#FCE8E2
(252,232,226)
#FCEAE5
(252,234,229)
#FCECE8
(252,236,232)
#FCEEEB
(252,238,235)
#FCF0EE
(252,240,238)
#FCF2F1
(252,242,241)
#FCF4F4
(252,244,244)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2D9; }

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

This text font color is #FCE2D9.


Background Color

.myBgColor { background-color: #FCE2D9; }

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

This div background color is #FCE2D9.


Border color

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

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

This div border color is #FCE2D9.


Opacity

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

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

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

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

This text has shadow with #FCE2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE2D9 on black background.


Color preview on white background

This text has color #FCE2D9 on white background.



Black color preview on #FCE2D9 background

This text has black color on #FCE2D9 background.


White color preview on #FCE2D9 background

This text has white color on #FCE2D9 background.