COLOR #FCC8F2

HEX: #FCC8F2
RGB: (252,200,242)

Color info

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

RGB color model

#FCC8F2 color RGB value is (252,200,242).

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

RGB channels and saturation

R 252 of 255 = 99%
G 200 of 255 = 78%
B 242 of 255 = 95%

252
200
242

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

Portions of RGB colors in percentages

R + G + B =
252 + 200 + 242 = 694 (100%)
R 252 of 694 ~ 36.31%
G 200 of 694 ~ 28.82%
B 242 of 694 ~ 34.87%

%36.31
%28.82
%34.87

CMYK color model

#FCC8F2 color CMYK value is (0,21,4,1).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK:
(0,21,4,1)
C0M21Y4K1 
(0%,21%,4%,1%)
(0.00/0.21/0.04/0.01)	

CMYK percentages

%0
%20.63
%3.97
%1.18

Codes

Color #FCC8F2 in popluar color models

FCC8F2
RGB252200242
HSL312°89.66%88.63%
HSB/HSV312°20.63%98.82%
CMYK0.00%20.63%3.97%
1.18%

Color #FCC8F2 in popluar number systems.

HEXFCC8F2
Decimal252200242
Binary111111001100100011110010
Octal374310362

Shades and tints

Shades of #FCC8F2

#FCC8F2
(252,200,242)
#E6B6DC
(230,182,220)
#D0A4C6
(208,164,198)
#BA92B0
(186,146,176)
#A4809A
(164,128,154)
#8E6E84
(142,110,132)
#785C6E
(120,92,110)
#624A58
(98,74,88)
#4C3842
(76,56,66)
#36262C
(54,38,44)
#201416
(32,20,22)
#000000
(0,0,0)

Tints of #FCC8F2

#FCC8F2
(252,200,242)
#FCCDF3
(252,205,243)
#FCD2F4
(252,210,244)
#FCD7F5
(252,215,245)
#FCDCF6
(252,220,246)
#FCE1F7
(252,225,247)
#FCE6F8
(252,230,248)
#FCEBF9
(252,235,249)
#FCF0FA
(252,240,250)
#FCF5FB
(252,245,251)
#FCFAFC
(252,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC8F2; }

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

This text font color is #FCC8F2.


Background Color

.myBgColor { background-color: #FCC8F2; }

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

This div background color is #FCC8F2.


Border color

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

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

This div border color is #FCC8F2.


Opacity

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

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

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

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

This text has shadow with #FCC8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC8F2 on black background.


Color preview on white background

This text has color #FCC8F2 on white background.



Black color preview on #FCC8F2 background

This text has black color on #FCC8F2 background.


White color preview on #FCC8F2 background

This text has white color on #FCC8F2 background.