COLOR #FCC8F9

HEX: #FCC8F9
RGB: (252,200,249)

Color info

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

RGB color model

#FCC8F9 color RGB value is (252,200,249).

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

RGB channels and saturation

R 252 of 255 = 99%
G 200 of 255 = 78%
B 249 of 255 = 98%

252
200
249

R + G + B ~ 92%. #FCC8F9 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 200 + 249 = 701 (100%)
R 252 of 701 ~ 35.95%
G 200 of 701 ~ 28.53%
B 249 of 701 ~ 35.52%

%35.95
%28.53
%35.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 1.19%
  • key color value is 1.18%
CMYK:
(0,21,1,1)
C0M21Y1K1 
(0%,21%,1%,1%)
(0.00/0.21/0.01/0.01)	

CMYK percentages

%0
%20.63
%1.19
%1.18

Codes

Color #FCC8F9 in popluar color models

FCC8F9
RGB252200249
HSL303°89.66%88.63%
HSB/HSV303°20.63%98.82%
CMYK0.00%20.63%1.19%
1.18%

Color #FCC8F9 in popluar number systems.

HEXFCC8F9
Decimal252200249
Binary111111001100100011111001
Octal374310371

Shades and tints

Shades of #FCC8F9

#FCC8F9
(252,200,249)
#E6B6E3
(230,182,227)
#D0A4CD
(208,164,205)
#BA92B7
(186,146,183)
#A480A1
(164,128,161)
#8E6E8B
(142,110,139)
#785C75
(120,92,117)
#624A5F
(98,74,95)
#4C3849
(76,56,73)
#362633
(54,38,51)
#20141D
(32,20,29)
#000000
(0,0,0)

Tints of #FCC8F9

#FCC8F9
(252,200,249)
#FCCDF9
(252,205,249)
#FCD2F9
(252,210,249)
#FCD7F9
(252,215,249)
#FCDCF9
(252,220,249)
#FCE1F9
(252,225,249)
#FCE6F9
(252,230,249)
#FCEBF9
(252,235,249)
#FCF0F9
(252,240,249)
#FCF5F9
(252,245,249)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC8F9; }

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

This text font color is #FCC8F9.


Background Color

.myBgColor { background-color: #FCC8F9; }

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

This div background color is #FCC8F9.


Border color

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

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

This div border color is #FCC8F9.


Opacity

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

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

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

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

This text has shadow with #FCC8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC8F9 on black background.


Color preview on white background

This text has color #FCC8F9 on white background.



Black color preview on #FCC8F9 background

This text has black color on #FCC8F9 background.


White color preview on #FCC8F9 background

This text has white color on #FCC8F9 background.