COLOR #FCE6EC

HEX: #FCE6EC
RGB: (252,230,236)

Color info

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

RGB color model

#FCE6EC color RGB value is (252,230,236).

  • red value is 252;
  • green value is 230;
  • blue value is 236.
RGB:
(252,230,236)
(99%,90%,93%)

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 236 of 255 = 93%

252
230
236

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

Portions of RGB colors in percentages

R + G + B =
252 + 230 + 236 = 718 (100%)
R 252 of 718 ~ 35.1%
G 230 of 718 ~ 32.03%
B 236 of 718 ~ 32.87%

%35.1
%32.03
%32.87

CMYK color model

#FCE6EC color CMYK value is (0,9,6,1).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 6.35%
  • key color value is 1.18%
CMYK:
(0,9,6,1)
C0M9Y6K1 
(0%,9%,6%,1%)
(0.00/0.09/0.06/0.01)	

CMYK percentages

%0
%8.73
%6.35
%1.18

Codes

Color #FCE6EC in popluar color models

FCE6EC
RGB252230236
HSL344°78.57%94.51%
HSB/HSV344°8.73%98.82%
CMYK0.00%8.73%6.35%
1.18%

Color #FCE6EC in popluar number systems.

HEXFCE6EC
Decimal252230236
Binary111111001110011011101100
Octal374346354

Shades and tints

Shades of #FCE6EC

#FCE6EC
(252,230,236)
#E6D2D7
(230,210,215)
#D0BEC2
(208,190,194)
#BAAAAD
(186,170,173)
#A49698
(164,150,152)
#8E8283
(142,130,131)
#786E6E
(120,110,110)
#625A59
(98,90,89)
#4C4644
(76,70,68)
#36322F
(54,50,47)
#201E1A
(32,30,26)
#000000
(0,0,0)

Tints of #FCE6EC

#FCE6EC
(252,230,236)
#FCE8ED
(252,232,237)
#FCEAEE
(252,234,238)
#FCECEF
(252,236,239)
#FCEEF0
(252,238,240)
#FCF0F1
(252,240,241)
#FCF2F2
(252,242,242)
#FCF4F3
(252,244,243)
#FCF6F4
(252,246,244)
#FCF8F5
(252,248,245)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6EC; }

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

This text font color is #FCE6EC.


Background Color

.myBgColor { background-color: #FCE6EC; }

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

This div background color is #FCE6EC.


Border color

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

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

This div border color is #FCE6EC.


Opacity

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

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

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

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

This text has shadow with #FCE6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6EC on black background.


Color preview on white background

This text has color #FCE6EC on white background.



Black color preview on #FCE6EC background

This text has black color on #FCE6EC background.


White color preview on #FCE6EC background

This text has white color on #FCE6EC background.