COLOR #FCE6F2

HEX: #FCE6F2
RGB: (252,230,242)

Color info

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

RGB color model

#FCE6F2 color RGB value is (252,230,242).

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

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 242 of 255 = 95%

252
230
242

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

Portions of RGB colors in percentages

R + G + B =
252 + 230 + 242 = 724 (100%)
R 252 of 724 ~ 34.81%
G 230 of 724 ~ 31.77%
B 242 of 724 ~ 33.43%

%34.81
%31.77
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 3.97%
  • 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
%8.73
%3.97
%1.18

Codes

Color #FCE6F2 in popluar color models

FCE6F2
RGB252230242
HSL327°78.57%94.51%
HSB/HSV327°8.73%98.82%
CMYK0.00%8.73%3.97%
1.18%

Color #FCE6F2 in popluar number systems.

HEXFCE6F2
Decimal252230242
Binary111111001110011011110010
Octal374346362

Shades and tints

Shades of #FCE6F2

#FCE6F2
(252,230,242)
#E6D2DC
(230,210,220)
#D0BEC6
(208,190,198)
#BAAAB0
(186,170,176)
#A4969A
(164,150,154)
#8E8284
(142,130,132)
#786E6E
(120,110,110)
#625A58
(98,90,88)
#4C4642
(76,70,66)
#36322C
(54,50,44)
#201E16
(32,30,22)
#000000
(0,0,0)

Tints of #FCE6F2

#FCE6F2
(252,230,242)
#FCE8F3
(252,232,243)
#FCEAF4
(252,234,244)
#FCECF5
(252,236,245)
#FCEEF6
(252,238,246)
#FCF0F7
(252,240,247)
#FCF2F8
(252,242,248)
#FCF4F9
(252,244,249)
#FCF6FA
(252,246,250)
#FCF8FB
(252,248,251)
#FCFAFC
(252,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6F2; }

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

This text font color is #FCE6F2.


Background Color

.myBgColor { background-color: #FCE6F2; }

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

This div background color is #FCE6F2.


Border color

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

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

This div border color is #FCE6F2.


Opacity

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

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

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

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

This text has shadow with #FCE6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6F2 on black background.


Color preview on white background

This text has color #FCE6F2 on white background.



Black color preview on #FCE6F2 background

This text has black color on #FCE6F2 background.


White color preview on #FCE6F2 background

This text has white color on #FCE6F2 background.