COLOR #FCE1F3

HEX: #FCE1F3
RGB: (252,225,243)

Color info

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

RGB color model

#FCE1F3 color RGB value is (252,225,243).

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

RGB channels and saturation

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

252
225
243

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

Portions of RGB colors in percentages

R + G + B =
252 + 225 + 243 = 720 (100%)
R 252 of 720 ~ 35%
G 225 of 720 ~ 31.25%
B 243 of 720 ~ 33.75%

%35
%31.25
%33.75

CMYK color model

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

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

Codes

Color #FCE1F3 in popluar color models

FCE1F3
RGB252225243
HSL320°81.82%93.53%
HSB/HSV320°10.71%98.82%
CMYK0.00%10.71%3.57%
1.18%

Color #FCE1F3 in popluar number systems.

HEXFCE1F3
Decimal252225243
Binary111111001110000111110011
Octal374341363

Shades and tints

Shades of #FCE1F3

#FCE1F3
(252,225,243)
#E6CDDD
(230,205,221)
#D0B9C7
(208,185,199)
#BAA5B1
(186,165,177)
#A4919B
(164,145,155)
#8E7D85
(142,125,133)
#78696F
(120,105,111)
#625559
(98,85,89)
#4C4143
(76,65,67)
#362D2D
(54,45,45)
#201917
(32,25,23)
#000000
(0,0,0)

Tints of #FCE1F3

#FCE1F3
(252,225,243)
#FCE3F4
(252,227,244)
#FCE5F5
(252,229,245)
#FCE7F6
(252,231,246)
#FCE9F7
(252,233,247)
#FCEBF8
(252,235,248)
#FCEDF9
(252,237,249)
#FCEFFA
(252,239,250)
#FCF1FB
(252,241,251)
#FCF3FC
(252,243,252)
#FCF5FD
(252,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE1F3; }

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

This text font color is #FCE1F3.


Background Color

.myBgColor { background-color: #FCE1F3; }

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

This div background color is #FCE1F3.


Border color

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

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

This div border color is #FCE1F3.


Opacity

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

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

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

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

This text has shadow with #FCE1F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE1F3 on black background.


Color preview on white background

This text has color #FCE1F3 on white background.



Black color preview on #FCE1F3 background

This text has black color on #FCE1F3 background.


White color preview on #FCE1F3 background

This text has white color on #FCE1F3 background.