COLOR #FCC8E0

HEX: #FCC8E0
RGB: (252,200,224)

Color info

#FCC8E0 contains red, green and blue colors in about the same proportion. Web safe color of #FCC8E0 is #FFCCCC (or #FCC).

RGB color model

#FCC8E0 color RGB value is (252,200,224).

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

RGB channels and saturation

R 252 of 255 = 99%
G 200 of 255 = 78%
B 224 of 255 = 88%

252
200
224

R + G + B ~ 88%. #FCC8E0 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 200 + 224 = 676 (100%)
R 252 of 676 ~ 37.28%
G 200 of 676 ~ 29.59%
B 224 of 676 ~ 33.14%

%37.28
%29.59
%33.14

CMYK color model

#FCC8E0 color CMYK value is (0,21,11,1).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 11.11%
  • key color value is 1.18%
CMYK:
(0,21,11,1)
C0M21Y11K1 
(0%,21%,11%,1%)
(0.00/0.21/0.11/0.01)	

CMYK percentages

%0
%20.63
%11.11
%1.18

Codes

Color #FCC8E0 in popluar color models

FCC8E0
RGB252200224
HSL332°89.66%88.63%
HSB/HSV332°20.63%98.82%
CMYK0.00%20.63%11.11%
1.18%

Color #FCC8E0 in popluar number systems.

HEXFCC8E0
Decimal252200224
Binary111111001100100011100000
Octal374310340

Shades and tints

Shades of #FCC8E0

#FCC8E0
(252,200,224)
#E6B6CC
(230,182,204)
#D0A4B8
(208,164,184)
#BA92A4
(186,146,164)
#A48090
(164,128,144)
#8E6E7C
(142,110,124)
#785C68
(120,92,104)
#624A54
(98,74,84)
#4C3840
(76,56,64)
#36262C
(54,38,44)
#201418
(32,20,24)
#000000
(0,0,0)

Tints of #FCC8E0

#FCC8E0
(252,200,224)
#FCCDE2
(252,205,226)
#FCD2E4
(252,210,228)
#FCD7E6
(252,215,230)
#FCDCE8
(252,220,232)
#FCE1EA
(252,225,234)
#FCE6EC
(252,230,236)
#FCEBEE
(252,235,238)
#FCF0F0
(252,240,240)
#FCF5F2
(252,245,242)
#FCFAF4
(252,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC8E0; }

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

This text font color is #FCC8E0.


Background Color

.myBgColor { background-color: #FCC8E0; }

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

This div background color is #FCC8E0.


Border color

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

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

This div border color is #FCC8E0.


Opacity

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

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

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

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

This text has shadow with #FCC8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC8E0 on black background.


Color preview on white background

This text has color #FCC8E0 on white background.



Black color preview on #FCC8E0 background

This text has black color on #FCC8E0 background.


White color preview on #FCC8E0 background

This text has white color on #FCC8E0 background.