COLOR #FCE6E9

HEX: #FCE6E9
RGB: (252,230,233)

Color info

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

RGB color model

#FCE6E9 color RGB value is (252,230,233).

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

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 233 of 255 = 91%

252
230
233

R + G + B ~ 93%. #FCE6E9 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 230 + 233 = 715 (100%)
R 252 of 715 ~ 35.24%
G 230 of 715 ~ 32.17%
B 233 of 715 ~ 32.59%

%35.24
%32.17
%32.59

CMYK color model

#FCE6E9 color CMYK value is (0,9,8,1).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 7.54%
  • key color value is 1.18%
CMYK:
(0,9,8,1)
C0M9Y8K1 
(0%,9%,8%,1%)
(0.00/0.09/0.08/0.01)	

CMYK percentages

%0
%8.73
%7.54
%1.18

Codes

Color #FCE6E9 in popluar color models

FCE6E9
RGB252230233
HSL352°78.57%94.51%
HSB/HSV352°8.73%98.82%
CMYK0.00%8.73%7.54%
1.18%

Color #FCE6E9 in popluar number systems.

HEXFCE6E9
Decimal252230233
Binary111111001110011011101001
Octal374346351

Shades and tints

Shades of #FCE6E9

#FCE6E9
(252,230,233)
#E6D2D4
(230,210,212)
#D0BEBF
(208,190,191)
#BAAAAA
(186,170,170)
#A49695
(164,150,149)
#8E8280
(142,130,128)
#786E6B
(120,110,107)
#625A56
(98,90,86)
#4C4641
(76,70,65)
#36322C
(54,50,44)
#201E17
(32,30,23)
#000000
(0,0,0)

Tints of #FCE6E9

#FCE6E9
(252,230,233)
#FCE8EB
(252,232,235)
#FCEAED
(252,234,237)
#FCECEF
(252,236,239)
#FCEEF1
(252,238,241)
#FCF0F3
(252,240,243)
#FCF2F5
(252,242,245)
#FCF4F7
(252,244,247)
#FCF6F9
(252,246,249)
#FCF8FB
(252,248,251)
#FCFAFD
(252,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6E9; }

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

This text font color is #FCE6E9.


Background Color

.myBgColor { background-color: #FCE6E9; }

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

This div background color is #FCE6E9.


Border color

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

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

This div border color is #FCE6E9.


Opacity

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

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

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

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

This text has shadow with #FCE6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6E9 on black background.


Color preview on white background

This text has color #FCE6E9 on white background.



Black color preview on #FCE6E9 background

This text has black color on #FCE6E9 background.


White color preview on #FCE6E9 background

This text has white color on #FCE6E9 background.