COLOR #FC6EFE

HEX: #FC6EFE
RGB: (252,110,254)

Color info

#FC6EFE contains mainly red and blue colors. Web safe color of #FC6EFE is #FF66FF (or #F6F).

RGB color model

#FC6EFE color RGB value is (252,110,254).

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

RGB channels and saturation

R 252 of 255 = 99%
G 110 of 255 = 43%
B 254 of 255 = 100%

252
110
254

R + G + B ~ 81%. #FC6EFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 110 + 254 = 616 (100%)
R 252 of 616 ~ 40.91%
G 110 of 616 ~ 17.86%
B 254 of 616 ~ 41.23%

%40.91
%17.86
%41.23

CMYK color model

#FC6EFE color CMYK value is (1,57,0,0).

  • cyan value is 0.79%
  • magenta value is 56.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,57,0,0)
C1M57Y0K0 
(1%,57%,0%,0%)
(0.01/0.57/0.00/0.00)	

CMYK percentages

%0.79
%56.69
%0
%0.39

Codes

Color #FC6EFE in popluar color models

FC6EFE
RGB252110254
HSL299°98.63%71.37%
HSB/HSV299°56.69%99.61%
CMYK0.79%56.69%0.00%
0.39%

Color #FC6EFE in popluar number systems.

HEXFC6EFE
Decimal252110254
Binary11111100110111011111110
Octal374156376

Shades and tints

Shades of #FC6EFE

#FC6EFE
(252,110,254)
#E664E7
(230,100,231)
#D05AD0
(208,90,208)
#BA50B9
(186,80,185)
#A446A2
(164,70,162)
#8E3C8B
(142,60,139)
#783274
(120,50,116)
#62285D
(98,40,93)
#4C1E46
(76,30,70)
#36142F
(54,20,47)
#200A18
(32,10,24)
#000000
(0,0,0)

Tints of #FC6EFE

#FC6EFE
(252,110,254)
#FC7BFE
(252,123,254)
#FC88FE
(252,136,254)
#FC95FE
(252,149,254)
#FCA2FE
(252,162,254)
#FCAFFE
(252,175,254)
#FCBCFE
(252,188,254)
#FCC9FE
(252,201,254)
#FCD6FE
(252,214,254)
#FCE3FE
(252,227,254)
#FCF0FE
(252,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC6EFE; }

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

This text font color is #FC6EFE.


Background Color

.myBgColor { background-color: #FC6EFE; }

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

This div background color is #FC6EFE.


Border color

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

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

This div border color is #FC6EFE.


Opacity

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

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

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

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

This text has shadow with #FC6EFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC6EFE on black background.


Color preview on white background

This text has color #FC6EFE on white background.



Black color preview on #FC6EFE background

This text has black color on #FC6EFE background.


White color preview on #FC6EFE background

This text has white color on #FC6EFE background.