COLOR #FCC0FA

HEX: #FCC0FA
RGB: (252,192,250)

Color info

#FCC0FA contains mainly red and blue colors. Web safe color of #FCC0FA is #FFCCFF (or #FCF).

RGB color model

#FCC0FA color RGB value is (252,192,250).

  • red value is 252;
  • green value is 192;
  • blue value is 250.
RGB:
(252,192,250)
(99%,75%,98%)

RGB channels and saturation

R 252 of 255 = 99%
G 192 of 255 = 75%
B 250 of 255 = 98%

252
192
250

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

Portions of RGB colors in percentages

R + G + B =
252 + 192 + 250 = 694 (100%)
R 252 of 694 ~ 36.31%
G 192 of 694 ~ 27.67%
B 250 of 694 ~ 36.02%

%36.31
%27.67
%36.02

CMYK color model

#FCC0FA color CMYK value is (0,24,1,1).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 0.79%
  • key color value is 1.18%
CMYK:
(0,24,1,1)
C0M24Y1K1 
(0%,24%,1%,1%)
(0.00/0.24/0.01/0.01)	

CMYK percentages

%0
%23.81
%0.79
%1.18

Codes

Color #FCC0FA in popluar color models

FCC0FA
RGB252192250
HSL302°90.91%87.06%
HSB/HSV302°23.81%98.82%
CMYK0.00%23.81%0.79%
1.18%

Color #FCC0FA in popluar number systems.

HEXFCC0FA
Decimal252192250
Binary111111001100000011111010
Octal374300372

Shades and tints

Shades of #FCC0FA

#FCC0FA
(252,192,250)
#E6AFE4
(230,175,228)
#D09ECE
(208,158,206)
#BA8DB8
(186,141,184)
#A47CA2
(164,124,162)
#8E6B8C
(142,107,140)
#785A76
(120,90,118)
#624960
(98,73,96)
#4C384A
(76,56,74)
#362734
(54,39,52)
#20161E
(32,22,30)
#000000
(0,0,0)

Tints of #FCC0FA

#FCC0FA
(252,192,250)
#FCC5FA
(252,197,250)
#FCCAFA
(252,202,250)
#FCCFFA
(252,207,250)
#FCD4FA
(252,212,250)
#FCD9FA
(252,217,250)
#FCDEFA
(252,222,250)
#FCE3FA
(252,227,250)
#FCE8FA
(252,232,250)
#FCEDFA
(252,237,250)
#FCF2FA
(252,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC0FA color. Also use rgb(252,192,250) instead hex code.

Text Font Color

.myTextColor { color: #FCC0FA; }

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

This text font color is #FCC0FA.


Background Color

.myBgColor { background-color: #FCC0FA; }

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

This div background color is #FCC0FA.


Border color

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

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

This div border color is #FCC0FA.


Opacity

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

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

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

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

This text has shadow with #FCC0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC0FA on black background.


Color preview on white background

This text has color #FCC0FA on white background.



Black color preview on #FCC0FA background

This text has black color on #FCC0FA background.


White color preview on #FCC0FA background

This text has white color on #FCC0FA background.