COLOR #FCE2D6

HEX: #FCE2D6
RGB: (252,226,214)

Color info

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

RGB color model

#FCE2D6 color RGB value is (252,226,214).

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

RGB channels and saturation

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

252
226
214

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

Portions of RGB colors in percentages

R + G + B =
252 + 226 + 214 = 692 (100%)
R 252 of 692 ~ 36.42%
G 226 of 692 ~ 32.66%
B 214 of 692 ~ 30.92%

%36.42
%32.66
%30.92

CMYK color model

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

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

Codes

Color #FCE2D6 in popluar color models

FCE2D6
RGB252226214
HSL19°86.36%91.37%
HSB/HSV19°15.08%98.82%
CMYK0.00%10.32%15.08%
1.18%

Color #FCE2D6 in popluar number systems.

HEXFCE2D6
Decimal252226214
Binary111111001110001011010110
Octal374342326

Shades and tints

Shades of #FCE2D6

#FCE2D6
(252,226,214)
#E6CEC3
(230,206,195)
#D0BAB0
(208,186,176)
#BAA69D
(186,166,157)
#A4928A
(164,146,138)
#8E7E77
(142,126,119)
#786A64
(120,106,100)
#625651
(98,86,81)
#4C423E
(76,66,62)
#362E2B
(54,46,43)
#201A18
(32,26,24)
#000000
(0,0,0)

Tints of #FCE2D6

#FCE2D6
(252,226,214)
#FCE4D9
(252,228,217)
#FCE6DC
(252,230,220)
#FCE8DF
(252,232,223)
#FCEAE2
(252,234,226)
#FCECE5
(252,236,229)
#FCEEE8
(252,238,232)
#FCF0EB
(252,240,235)
#FCF2EE
(252,242,238)
#FCF4F1
(252,244,241)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2D6; }

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

This text font color is #FCE2D6.


Background Color

.myBgColor { background-color: #FCE2D6; }

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

This div background color is #FCE2D6.


Border color

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

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

This div border color is #FCE2D6.


Opacity

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

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

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

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

This text has shadow with #FCE2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE2D6 on black background.


Color preview on white background

This text has color #FCE2D6 on white background.



Black color preview on #FCE2D6 background

This text has black color on #FCE2D6 background.


White color preview on #FCE2D6 background

This text has white color on #FCE2D6 background.