COLOR #FCE1E6

HEX: #FCE1E6 RGB: (252,225,230)

Color info

#FCE1E6 contains red, green and blue colors in about the same proportion. Web safe color of #FCE1E6 is #FFCCCC (or #FCC).

RGB color model

#FCE1E6 color RGB value is (252,225,230).

RGB: (252,225,230) (99%, 88%, 90%)

RGB channels and saturation

R 252 of 255 = 99%
G 225 of 255 = 88%
B 230 of 255 = 90%

252
225
230

R + G + B ~ 92%. #FCE1E6 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 225 + 230 = 707 (100%)
R 252 of 707 ~ 35.64%
G 225 of 707 ~ 31.82%
B 230 of 707 ~ 32.53'%

%35.64
%31.82
%32.53

CMYK color model

#FCE1E6 color CMYK value is (0,11,9,1).

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

CMYK: (0,11,9,1)
C0M11Y9K1 (0%, 11%, 9%, 1%)
(0.00 / 0.11 / 0.09 / 0.01)

CMYK percentages

%0
%10.71
%8.73
%1.18

Codes

Color #FCE1E6 in popluar color models

FC E1 E6
RGB 252 225 230
HSL 349° 81.82% 93.53%
HSB/HSV 349° 10.71% 98.82%
CMYK 0.00% 10.71% 8.73%
1.18%

Color #FCE1E6 in popluar number systems.

HEX FC E1 E6
Decimal 252 225 230
Binary 11111100 11100001 11100110
Octal 374 341 346

Shades and tints

Shades of #FCE1E6

#FCE1E6
(252,225,230)
#E6CDD2
(230,205,210)
#D0B9BE
(208,185,190)
#BAA5AA
(186,165,170)
#A49196
(164,145,150)
#8E7D82
(142,125,130)
#78696E
(120,105,110)
#62555A
(98,85,90)
#4C4146
(76,65,70)
#362D32
(54,45,50)
#20191E
(32,25,30)
#000000
(0,0,0)

Tints of #FCE1E6

#FCE1E6
(252,225,230)
#FCE3E8
(252,227,232)
#FCE5EA
(252,229,234)
#FCE7EC
(252,231,236)
#FCE9EE
(252,233,238)
#FCEBF0
(252,235,240)
#FCEDF2
(252,237,242)
#FCEFF4
(252,239,244)
#FCF1F6
(252,241,246)
#FCF3F8
(252,243,248)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE1E6; }

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

This text font color is #FCE1E6.

Background Color

.myBgColor { background-color: #FCE1E6; }

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

This div background color is #FCE1E6.

Border color

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

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

This div border color is #FCE1E6.

Opacity

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

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

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

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

This text has shadow with #FCE1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE1E6.

Preview

Color preview on black background

This text has color #FCE1E6 on black background.


Color preview on white background

This text has color #FCE1E6 on white background.


Black color preview on #FCE1E6 background

This text has black color on #FCE1E6 background.


White color preview on #FCE1E6 background

This text has white color on #FCE1E6 background.


Related colors

Complementary color

Complementary color for #hex is #031E19.


I love getcolorcode.com

Triadic colors

1 #E6FCE1 and #E1E6FC with #FCE1E6 are triadic colors.

2 #E6E1FC and #E1FCE6 with #FCE1E6 are triadic colors.