COLOR #FCE1EF

HEX: #FCE1EF RGB: (252,225,239)

Color info

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

RGB color model

#FCE1EF color RGB value is (252,225,239).

RGB: (252,225,239) (99%, 88%, 94%)

RGB channels and saturation

R 252 of 255 = 99%
G 225 of 255 = 88%
B 239 of 255 = 94%

252
225
239

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

Portions of RGB colors in percentages

R + G + B = 252 + 225 + 239 = 716 (100%)
R 252 of 716 ~ 35.2%
G 225 of 716 ~ 31.42%
B 239 of 716 ~ 33.38'%

%35.2
%31.42
%33.38

CMYK color model

#FCE1EF color CMYK value is (0,11,5,1).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 5.16%
  • key color value is 1.18%

CMYK: (0,11,5,1)
C0M11Y5K1 (0%, 11%, 5%, 1%)
(0.00 / 0.11 / 0.05 / 0.01)

CMYK percentages

%0
%10.71
%5.16
%1.18

Codes

Color #FCE1EF in popluar color models

FC E1 EF
RGB 252 225 239
HSL 329° 81.82% 93.53%
HSB/HSV 329° 10.71% 98.82%
CMYK 0.00% 10.71% 5.16%
1.18%

Color #FCE1EF in popluar number systems.

HEX FC E1 EF
Decimal 252 225 239
Binary 11111100 11100001 11101111
Octal 374 341 357

Shades and tints

Shades of #FCE1EF

#FCE1EF
(252,225,239)
#E6CDDA
(230,205,218)
#D0B9C5
(208,185,197)
#BAA5B0
(186,165,176)
#A4919B
(164,145,155)
#8E7D86
(142,125,134)
#786971
(120,105,113)
#62555C
(98,85,92)
#4C4147
(76,65,71)
#362D32
(54,45,50)
#20191D
(32,25,29)
#000000
(0,0,0)

Tints of #FCE1EF

#FCE1EF
(252,225,239)
#FCE3F0
(252,227,240)
#FCE5F1
(252,229,241)
#FCE7F2
(252,231,242)
#FCE9F3
(252,233,243)
#FCEBF4
(252,235,244)
#FCEDF5
(252,237,245)
#FCEFF6
(252,239,246)
#FCF1F7
(252,241,247)
#FCF3F8
(252,243,248)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE1EF; }

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

This text font color is #FCE1EF.

Background Color

.myBgColor { background-color: #FCE1EF; }

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

This div background color is #FCE1EF.

Border color

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

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

This div border color is #FCE1EF.

Opacity

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

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

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

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

This text has shadow with #FCE1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE1EF.

Preview

Color preview on black background

This text has color #FCE1EF on black background.


Color preview on white background

This text has color #FCE1EF on white background.


Black color preview on #FCE1EF background

This text has black color on #FCE1EF background.


White color preview on #FCE1EF background

This text has white color on #FCE1EF background.


Related colors

Complementary color

Complementary color for #hex is #031E10.


I love getcolorcode.com

Triadic colors

1 #EFFCE1 and #E1EFFC with #FCE1EF are triadic colors.

2 #EFE1FC and #E1FCEF with #FCE1EF are triadic colors.