COLOR #FCC8F5

HEX: #FCC8F5
RGB: (252,200,245)

Color info

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

RGB color model

#FCC8F5 color RGB value is (252,200,245).

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

RGB channels and saturation

R 252 of 255 = 99%
G 200 of 255 = 78%
B 245 of 255 = 96%

252
200
245

R + G + B ~ 91%. #FCC8F5 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 200 + 245 = 697 (100%)
R 252 of 697 ~ 36.15%
G 200 of 697 ~ 28.69%
B 245 of 697 ~ 35.15%

%36.15
%28.69
%35.15

CMYK color model

#FCC8F5 color CMYK value is (0,21,3,1).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 2.78%
  • key color value is 1.18%
CMYK:
(0,21,3,1)
C0M21Y3K1 
(0%,21%,3%,1%)
(0.00/0.21/0.03/0.01)	

CMYK percentages

%0
%20.63
%2.78
%1.18

Codes

Color #FCC8F5 in popluar color models

FCC8F5
RGB252200245
HSL308°89.66%88.63%
HSB/HSV308°20.63%98.82%
CMYK0.00%20.63%2.78%
1.18%

Color #FCC8F5 in popluar number systems.

HEXFCC8F5
Decimal252200245
Binary111111001100100011110101
Octal374310365

Shades and tints

Shades of #FCC8F5

#FCC8F5
(252,200,245)
#E6B6DF
(230,182,223)
#D0A4C9
(208,164,201)
#BA92B3
(186,146,179)
#A4809D
(164,128,157)
#8E6E87
(142,110,135)
#785C71
(120,92,113)
#624A5B
(98,74,91)
#4C3845
(76,56,69)
#36262F
(54,38,47)
#201419
(32,20,25)
#000000
(0,0,0)

Tints of #FCC8F5

#FCC8F5
(252,200,245)
#FCCDF5
(252,205,245)
#FCD2F5
(252,210,245)
#FCD7F5
(252,215,245)
#FCDCF5
(252,220,245)
#FCE1F5
(252,225,245)
#FCE6F5
(252,230,245)
#FCEBF5
(252,235,245)
#FCF0F5
(252,240,245)
#FCF5F5
(252,245,245)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC8F5; }

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

This text font color is #FCC8F5.


Background Color

.myBgColor { background-color: #FCC8F5; }

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

This div background color is #FCC8F5.


Border color

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

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

This div border color is #FCC8F5.


Opacity

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

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

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

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

This text has shadow with #FCC8F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC8F5 on black background.


Color preview on white background

This text has color #FCC8F5 on white background.



Black color preview on #FCC8F5 background

This text has black color on #FCC8F5 background.


White color preview on #FCC8F5 background

This text has white color on #FCC8F5 background.