COLOR #FCE5F1

HEX: #FCE5F1 RGB: (252,229,241)

Color info

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

RGB color model

#FCE5F1 color RGB value is (252,229,241).

RGB: (252,229,241) (99%, 90%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 229 of 255 = 90%
B 241 of 255 = 95%

252
229
241

R + G + B ~ 95%. #FCE5F1 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 229 + 241 = 722 (100%)
R 252 of 722 ~ 34.9%
G 229 of 722 ~ 31.72%
B 241 of 722 ~ 33.38'%

%34.9
%31.72
%33.38

CMYK color model

#FCE5F1 color CMYK value is (0,9,4,1).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 4.37%
  • key color value is 1.18%

CMYK: (0,9,4,1)
C0M9Y4K1 (0%, 9%, 4%, 1%)
(0.00 / 0.09 / 0.04 / 0.01)

CMYK percentages

%0
%9.13
%4.37
%1.18

Codes

Color #FCE5F1 in popluar color models

FC E5 F1
RGB 252 229 241
HSL 329° 79.31% 94.31%
HSB/HSV 329° 9.13% 98.82%
CMYK 0.00% 9.13% 4.37%
1.18%

Color #FCE5F1 in popluar number systems.

HEX FC E5 F1
Decimal 252 229 241
Binary 11111100 11100101 11110001
Octal 374 345 361

Shades and tints

Shades of #FCE5F1

#FCE5F1
(252,229,241)
#E6D1DC
(230,209,220)
#D0BDC7
(208,189,199)
#BAA9B2
(186,169,178)
#A4959D
(164,149,157)
#8E8188
(142,129,136)
#786D73
(120,109,115)
#62595E
(98,89,94)
#4C4549
(76,69,73)
#363134
(54,49,52)
#201D1F
(32,29,31)
#000000
(0,0,0)

Tints of #FCE5F1

#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)
#FCF7FA
(252,247,250)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE5F1; }

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

This text font color is #FCE5F1.

Background Color

.myBgColor { background-color: #FCE5F1; }

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

This div background color is #FCE5F1.

Border color

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

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

This div border color is #FCE5F1.

Opacity

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

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

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

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

This text has shadow with #FCE5F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE5F1.

Preview

Color preview on black background

This text has color #FCE5F1 on black background.


Color preview on white background

This text has color #FCE5F1 on white background.


Black color preview on #FCE5F1 background

This text has black color on #FCE5F1 background.


White color preview on #FCE5F1 background

This text has white color on #FCE5F1 background.


Related colors

Complementary color

Complementary color for #hex is #031A0E.


I love getcolorcode.com

Triadic colors

1 #F1FCE5 and #E5F1FC with #FCE5F1 are triadic colors.

2 #F1E5FC and #E5FCF1 with #FCE5F1 are triadic colors.