COLOR #FCE3F1

HEX: #FCE3F1 RGB: (252,227,241)

Color info

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

RGB color model

#FCE3F1 color RGB value is (252,227,241).

RGB: (252,227,241) (99%, 89%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 227 of 255 = 89%
B 241 of 255 = 95%

252
227
241

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

Portions of RGB colors in percentages

R + G + B = 252 + 227 + 241 = 720 (100%)
R 252 of 720 ~ 35%
G 227 of 720 ~ 31.53%
B 241 of 720 ~ 33.47'%

%35
%31.53
%33.47

CMYK color model

#FCE3F1 color CMYK value is (0,10,4,1).

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

CMYK: (0,10,4,1)
C0M10Y4K1 (0%, 10%, 4%, 1%)
(0.00 / 0.10 / 0.04 / 0.01)

CMYK percentages

%0
%9.92
%4.37
%1.18

Codes

Color #FCE3F1 in popluar color models

FC E3 F1
RGB 252 227 241
HSL 326° 80.65% 93.92%
HSB/HSV 326° 9.92% 98.82%
CMYK 0.00% 9.92% 4.37%
1.18%

Color #FCE3F1 in popluar number systems.

HEX FC E3 F1
Decimal 252 227 241
Binary 11111100 11100011 11110001
Octal 374 343 361

Shades and tints

Shades of #FCE3F1

#FCE3F1
(252,227,241)
#E6CFDC
(230,207,220)
#D0BBC7
(208,187,199)
#BAA7B2
(186,167,178)
#A4939D
(164,147,157)
#8E7F88
(142,127,136)
#786B73
(120,107,115)
#62575E
(98,87,94)
#4C4349
(76,67,73)
#362F34
(54,47,52)
#201B1F
(32,27,31)
#000000
(0,0,0)

Tints of #FCE3F1

#FCE3F1
(252,227,241)
#FCE5F2
(252,229,242)
#FCE7F3
(252,231,243)
#FCE9F4
(252,233,244)
#FCEBF5
(252,235,245)
#FCEDF6
(252,237,246)
#FCEFF7
(252,239,247)
#FCF1F8
(252,241,248)
#FCF3F9
(252,243,249)
#FCF5FA
(252,245,250)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3F1; }

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

This text font color is #FCE3F1.

Background Color

.myBgColor { background-color: #FCE3F1; }

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

This div background color is #FCE3F1.

Border color

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

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

This div border color is #FCE3F1.

Opacity

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

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

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

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

This text has shadow with #FCE3F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE3F1.

Preview

Color preview on black background

This text has color #FCE3F1 on black background.


Color preview on white background

This text has color #FCE3F1 on white background.


Black color preview on #FCE3F1 background

This text has black color on #FCE3F1 background.


White color preview on #FCE3F1 background

This text has white color on #FCE3F1 background.


Related colors

Complementary color

Complementary color for #hex is #031C0E.


I love getcolorcode.com

Triadic colors

1 #F1FCE3 and #E3F1FC with #FCE3F1 are triadic colors.

2 #F1E3FC and #E3FCF1 with #FCE3F1 are triadic colors.