COLOR #FCE6F5

HEX: #FCE6F5
RGB: (252,230,245)

Color info

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

RGB color model

#FCE6F5 color RGB value is (252,230,245).

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

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 245 of 255 = 96%

252
230
245

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

Portions of RGB colors in percentages

R + G + B =
252 + 230 + 245 = 727 (100%)
R 252 of 727 ~ 34.66%
G 230 of 727 ~ 31.64%
B 245 of 727 ~ 33.7%

%34.66
%31.64
%33.7

CMYK color model

#FCE6F5 color CMYK value is (0,9,3,1).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 2.78%
  • key color value is 1.18%
CMYK:
(0,9,3,1)
C0M9Y3K1 
(0%,9%,3%,1%)
(0.00/0.09/0.03/0.01)	

CMYK percentages

%0
%8.73
%2.78
%1.18

Codes

Color #FCE6F5 in popluar color models

FCE6F5
RGB252230245
HSL319°78.57%94.51%
HSB/HSV319°8.73%98.82%
CMYK0.00%8.73%2.78%
1.18%

Color #FCE6F5 in popluar number systems.

HEXFCE6F5
Decimal252230245
Binary111111001110011011110101
Octal374346365

Shades and tints

Shades of #FCE6F5

#FCE6F5
(252,230,245)
#E6D2DF
(230,210,223)
#D0BEC9
(208,190,201)
#BAAAB3
(186,170,179)
#A4969D
(164,150,157)
#8E8287
(142,130,135)
#786E71
(120,110,113)
#625A5B
(98,90,91)
#4C4645
(76,70,69)
#36322F
(54,50,47)
#201E19
(32,30,25)
#000000
(0,0,0)

Tints of #FCE6F5

#FCE6F5
(252,230,245)
#FCE8F5
(252,232,245)
#FCEAF5
(252,234,245)
#FCECF5
(252,236,245)
#FCEEF5
(252,238,245)
#FCF0F5
(252,240,245)
#FCF2F5
(252,242,245)
#FCF4F5
(252,244,245)
#FCF6F5
(252,246,245)
#FCF8F5
(252,248,245)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6F5; }

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

This text font color is #FCE6F5.


Background Color

.myBgColor { background-color: #FCE6F5; }

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

This div background color is #FCE6F5.


Border color

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

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

This div border color is #FCE6F5.


Opacity

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

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

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

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

This text has shadow with #FCE6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6F5 on black background.


Color preview on white background

This text has color #FCE6F5 on white background.



Black color preview on #FCE6F5 background

This text has black color on #FCE6F5 background.


White color preview on #FCE6F5 background

This text has white color on #FCE6F5 background.