COLOR #FCE1F1

HEX: #FCE1F1
RGB: (252,225,241)

Color info

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

RGB color model

#FCE1F1 color RGB value is (252,225,241).

  • red value is 252;
  • green value is 225;
  • blue value is 241.
RGB:
(252,225,241)
(99%,88%,95%)

RGB channels and saturation

R 252 of 255 = 99%
G 225 of 255 = 88%
B 241 of 255 = 95%

252
225
241

R + G + B ~ 94%. #FCE1F1 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 225 + 241 = 718 (100%)
R 252 of 718 ~ 35.1%
G 225 of 718 ~ 31.34%
B 241 of 718 ~ 33.57%

%35.1
%31.34
%33.57

CMYK color model

#FCE1F1 color CMYK value is (0,11,4,1).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 4.37%
  • key color value is 1.18%
CMYK:
(0,11,4,1)
C0M11Y4K1 
(0%,11%,4%,1%)
(0.00/0.11/0.04/0.01)	

CMYK percentages

%0
%10.71
%4.37
%1.18

Codes

Color #FCE1F1 in popluar color models

FCE1F1
RGB252225241
HSL324°81.82%93.53%
HSB/HSV324°10.71%98.82%
CMYK0.00%10.71%4.37%
1.18%

Color #FCE1F1 in popluar number systems.

HEXFCE1F1
Decimal252225241
Binary111111001110000111110001
Octal374341361

Shades and tints

Shades of #FCE1F1

#FCE1F1
(252,225,241)
#E6CDDC
(230,205,220)
#D0B9C7
(208,185,199)
#BAA5B2
(186,165,178)
#A4919D
(164,145,157)
#8E7D88
(142,125,136)
#786973
(120,105,115)
#62555E
(98,85,94)
#4C4149
(76,65,73)
#362D34
(54,45,52)
#20191F
(32,25,31)
#000000
(0,0,0)

Tints of #FCE1F1

#FCE1F1
(252,225,241)
#FCE3F2
(252,227,242)
#FCE5F3
(252,229,243)
#FCE7F4
(252,231,244)
#FCE9F5
(252,233,245)
#FCEBF6
(252,235,246)
#FCEDF7
(252,237,247)
#FCEFF8
(252,239,248)
#FCF1F9
(252,241,249)
#FCF3FA
(252,243,250)
#FCF5FB
(252,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE1F1 color. Also use rgb(252,225,241) instead hex code.

Text Font Color

.myTextColor { color: #FCE1F1; }

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

This text font color is #FCE1F1.


Background Color

.myBgColor { background-color: #FCE1F1; }

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

This div background color is #FCE1F1.


Border color

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

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

This div border color is #FCE1F1.


Opacity

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

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

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

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

This text has shadow with #FCE1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE1F1 on black background.


Color preview on white background

This text has color #FCE1F1 on white background.



Black color preview on #FCE1F1 background

This text has black color on #FCE1F1 background.


White color preview on #FCE1F1 background

This text has white color on #FCE1F1 background.