COLOR #FC8EF2

HEX: #FC8EF2 RGB: (252,142,242)

Color info

#FC8EF2 contains mainly red and blue colors. Web safe color of #FC8EF2 is #FF99FF (or #F9F).

RGB color model

#FC8EF2 color RGB value is (252,142,242).

RGB: (252,142,242) (99%, 56%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 142 of 255 = 56%
B 242 of 255 = 95%

252
142
242

R + G + B ~ 83%. #FC8EF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 142 + 242 = 636 (100%)
R 252 of 636 ~ 39.62%
G 142 of 636 ~ 22.33%
B 242 of 636 ~ 38.05'%

%39.62
%22.33
%38.05

CMYK color model

#FC8EF2 color CMYK value is (0,44,4,1).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 3.97%
  • key color value is 1.18%

CMYK: (0,44,4,1)
C0M44Y4K1 (0%, 44%, 4%, 1%)
(0.00 / 0.44 / 0.04 / 0.01)

CMYK percentages

%0
%43.65
%3.97
%1.18

Codes

Color #FC8EF2 in popluar color models

FC 8E F2
RGB 252 142 242
HSL 305° 94.83% 77.25%
HSB/HSV 305° 43.65% 98.82%
CMYK 0.00% 43.65% 3.97%
1.18%

Color #FC8EF2 in popluar number systems.

HEX FC 8E F2
Decimal 252 142 242
Binary 11111100 10001110 11110010
Octal 374 216 362

Shades and tints

Shades of #FC8EF2

#FC8EF2
(252,142,242)
#E682DC
(230,130,220)
#D076C6
(208,118,198)
#BA6AB0
(186,106,176)
#A45E9A
(164,94,154)
#8E5284
(142,82,132)
#78466E
(120,70,110)
#623A58
(98,58,88)
#4C2E42
(76,46,66)
#36222C
(54,34,44)
#201616
(32,22,22)
#000000
(0,0,0)

Tints of #FC8EF2

#FC8EF2
(252,142,242)
#FC98F3
(252,152,243)
#FCA2F4
(252,162,244)
#FCACF5
(252,172,245)
#FCB6F6
(252,182,246)
#FCC0F7
(252,192,247)
#FCCAF8
(252,202,248)
#FCD4F9
(252,212,249)
#FCDEFA
(252,222,250)
#FCE8FB
(252,232,251)
#FCF2FC
(252,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC8EF2; }

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

This text font color is #FC8EF2.

Background Color

.myBgColor { background-color: #FC8EF2; }

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

This div background color is #FC8EF2.

Border color

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

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

This div border color is #FC8EF2.

Opacity

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

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

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

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

This text has shadow with #FC8EF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC8EF2.

Preview

Color preview on black background

This text has color #FC8EF2 on black background.


Color preview on white background

This text has color #FC8EF2 on white background.


Black color preview on #FC8EF2 background

This text has black color on #FC8EF2 background.


White color preview on #FC8EF2 background

This text has white color on #FC8EF2 background.


Related colors

Complementary color

Complementary color for #hex is #03710D.


I love getcolorcode.com

Triadic colors

1 #F2FC8E and #8EF2FC with #FC8EF2 are triadic colors.

2 #F28EFC and #8EFCF2 with #FC8EF2 are triadic colors.