COLOR #FCE3E9

HEX: #FCE3E9
RGB: (252,227,233)

Color info

#FCE3E9 contains red, green and blue colors in about the same proportion. Web safe color of #FCE3E9 is #FFCCFF (or #FCF).

RGB color model

#FCE3E9 color RGB value is (252,227,233).

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

RGB channels and saturation

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

252
227
233

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

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 233 = 712 (100%)
R 252 of 712 ~ 35.39%
G 227 of 712 ~ 31.88%
B 233 of 712 ~ 32.72%

%35.39
%31.88
%32.72

CMYK color model

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

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

CMYK percentages

%0
%9.92
%7.54
%1.18

Codes

Color #FCE3E9 in popluar color models

FCE3E9
RGB252227233
HSL346°80.65%93.92%
HSB/HSV346°9.92%98.82%
CMYK0.00%9.92%7.54%
1.18%

Color #FCE3E9 in popluar number systems.

HEXFCE3E9
Decimal252227233
Binary111111001110001111101001
Octal374343351

Shades and tints

Shades of #FCE3E9

#FCE3E9
(252,227,233)
#E6CFD4
(230,207,212)
#D0BBBF
(208,187,191)
#BAA7AA
(186,167,170)
#A49395
(164,147,149)
#8E7F80
(142,127,128)
#786B6B
(120,107,107)
#625756
(98,87,86)
#4C4341
(76,67,65)
#362F2C
(54,47,44)
#201B17
(32,27,23)
#000000
(0,0,0)

Tints of #FCE3E9

#FCE3E9
(252,227,233)
#FCE5EB
(252,229,235)
#FCE7ED
(252,231,237)
#FCE9EF
(252,233,239)
#FCEBF1
(252,235,241)
#FCEDF3
(252,237,243)
#FCEFF5
(252,239,245)
#FCF1F7
(252,241,247)
#FCF3F9
(252,243,249)
#FCF5FB
(252,245,251)
#FCF7FD
(252,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3E9; }

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

This text font color is #FCE3E9.


Background Color

.myBgColor { background-color: #FCE3E9; }

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

This div background color is #FCE3E9.


Border color

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

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

This div border color is #FCE3E9.


Opacity

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

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

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

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

This text has shadow with #FCE3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3E9 on black background.


Color preview on white background

This text has color #FCE3E9 on white background.



Black color preview on #FCE3E9 background

This text has black color on #FCE3E9 background.


White color preview on #FCE3E9 background

This text has white color on #FCE3E9 background.