COLOR #FCC8E7

HEX: #FCC8E7
RGB: (252,200,231)

Color info

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

RGB color model

#FCC8E7 color RGB value is (252,200,231).

  • red value is 252;
  • green value is 200;
  • blue value is 231.
RGB:
(252,200,231)
(99%,78%,91%)

RGB channels and saturation

R 252 of 255 = 99%
G 200 of 255 = 78%
B 231 of 255 = 91%

252
200
231

R + G + B ~ 89%. #FCC8E7 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 200 + 231 = 683 (100%)
R 252 of 683 ~ 36.9%
G 200 of 683 ~ 29.28%
B 231 of 683 ~ 33.82%

%36.9
%29.28
%33.82

CMYK color model

#FCC8E7 color CMYK value is (0,21,8,1).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 8.33%
  • key color value is 1.18%
CMYK:
(0,21,8,1)
C0M21Y8K1 
(0%,21%,8%,1%)
(0.00/0.21/0.08/0.01)	

CMYK percentages

%0
%20.63
%8.33
%1.18

Codes

Color #FCC8E7 in popluar color models

FCC8E7
RGB252200231
HSL324°89.66%88.63%
HSB/HSV324°20.63%98.82%
CMYK0.00%20.63%8.33%
1.18%

Color #FCC8E7 in popluar number systems.

HEXFCC8E7
Decimal252200231
Binary111111001100100011100111
Octal374310347

Shades and tints

Shades of #FCC8E7

#FCC8E7
(252,200,231)
#E6B6D2
(230,182,210)
#D0A4BD
(208,164,189)
#BA92A8
(186,146,168)
#A48093
(164,128,147)
#8E6E7E
(142,110,126)
#785C69
(120,92,105)
#624A54
(98,74,84)
#4C383F
(76,56,63)
#36262A
(54,38,42)
#201415
(32,20,21)
#000000
(0,0,0)

Tints of #FCC8E7

#FCC8E7
(252,200,231)
#FCCDE9
(252,205,233)
#FCD2EB
(252,210,235)
#FCD7ED
(252,215,237)
#FCDCEF
(252,220,239)
#FCE1F1
(252,225,241)
#FCE6F3
(252,230,243)
#FCEBF5
(252,235,245)
#FCF0F7
(252,240,247)
#FCF5F9
(252,245,249)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC8E7 color. Also use rgb(252,200,231) instead hex code.

Text Font Color

.myTextColor { color: #FCC8E7; }

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

This text font color is #FCC8E7.


Background Color

.myBgColor { background-color: #FCC8E7; }

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

This div background color is #FCC8E7.


Border color

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

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

This div border color is #FCC8E7.


Opacity

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

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

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

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

This text has shadow with #FCC8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC8E7 on black background.


Color preview on white background

This text has color #FCC8E7 on white background.



Black color preview on #FCC8E7 background

This text has black color on #FCC8E7 background.


White color preview on #FCC8E7 background

This text has white color on #FCC8E7 background.