COLOR #FCC3FE

HEX: #FCC3FE
RGB: (252,195,254)

Color info

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

RGB color model

#FCC3FE color RGB value is (252,195,254).

  • red value is 252;
  • green value is 195;
  • blue value is 254.
RGB:
(252,195,254)
(99%,76%,100%)

RGB channels and saturation

R 252 of 255 = 99%
G 195 of 255 = 76%
B 254 of 255 = 100%

252
195
254

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

Portions of RGB colors in percentages

R + G + B =
252 + 195 + 254 = 701 (100%)
R 252 of 701 ~ 35.95%
G 195 of 701 ~ 27.82%
B 254 of 701 ~ 36.23%

%35.95
%27.82
%36.23

CMYK color model

#FCC3FE color CMYK value is (1,23,0,0).

  • cyan value is 0.79%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,23,0,0)
C1M23Y0K0 
(1%,23%,0%,0%)
(0.01/0.23/0.00/0.00)	

CMYK percentages

%0.79
%23.23
%0
%0.39

Codes

Color #FCC3FE in popluar color models

FCC3FE
RGB252195254
HSL298°96.72%88.04%
HSB/HSV298°23.23%99.61%
CMYK0.79%23.23%0.00%
0.39%

Color #FCC3FE in popluar number systems.

HEXFCC3FE
Decimal252195254
Binary111111001100001111111110
Octal374303376

Shades and tints

Shades of #FCC3FE

#FCC3FE
(252,195,254)
#E6B2E7
(230,178,231)
#D0A1D0
(208,161,208)
#BA90B9
(186,144,185)
#A47FA2
(164,127,162)
#8E6E8B
(142,110,139)
#785D74
(120,93,116)
#624C5D
(98,76,93)
#4C3B46
(76,59,70)
#362A2F
(54,42,47)
#201918
(32,25,24)
#000000
(0,0,0)

Tints of #FCC3FE

#FCC3FE
(252,195,254)
#FCC8FE
(252,200,254)
#FCCDFE
(252,205,254)
#FCD2FE
(252,210,254)
#FCD7FE
(252,215,254)
#FCDCFE
(252,220,254)
#FCE1FE
(252,225,254)
#FCE6FE
(252,230,254)
#FCEBFE
(252,235,254)
#FCF0FE
(252,240,254)
#FCF5FE
(252,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC3FE color. Also use rgb(252,195,254) instead hex code.

Text Font Color

.myTextColor { color: #FCC3FE; }

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

This text font color is #FCC3FE.


Background Color

.myBgColor { background-color: #FCC3FE; }

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

This div background color is #FCC3FE.


Border color

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

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

This div border color is #FCC3FE.


Opacity

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

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

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

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

This text has shadow with #FCC3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC3FE on black background.


Color preview on white background

This text has color #FCC3FE on white background.



Black color preview on #FCC3FE background

This text has black color on #FCC3FE background.


White color preview on #FCC3FE background

This text has white color on #FCC3FE background.