COLOR #FC8AE4

HEX: #FC8AE4
RGB: (252,138,228)

Color info

#FC8AE4 contains mainly red and blue colors. Web safe color of #FC8AE4 is #FF99CC (or #F9C).

RGB color model

#FC8AE4 color RGB value is (252,138,228).

  • red value is 252;
  • green value is 138;
  • blue value is 228.
RGB:
(252,138,228)
(99%,54%,89%)

RGB channels and saturation

R 252 of 255 = 99%
G 138 of 255 = 54%
B 228 of 255 = 89%

252
138
228

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

Portions of RGB colors in percentages

R + G + B =
252 + 138 + 228 = 618 (100%)
R 252 of 618 ~ 40.78%
G 138 of 618 ~ 22.33%
B 228 of 618 ~ 36.89%

%40.78
%22.33
%36.89

CMYK color model

#FC8AE4 color CMYK value is (0,45,10,1).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK:
(0,45,10,1)
C0M45Y10K1 
(0%,45%,10%,1%)
(0.00/0.45/0.10/0.01)	

CMYK percentages

%0
%45.24
%9.52
%1.18

Codes

Color #FC8AE4 in popluar color models

FC8AE4
RGB252138228
HSL313°95.00%76.47%
HSB/HSV313°45.24%98.82%
CMYK0.00%45.24%9.52%
1.18%

Color #FC8AE4 in popluar number systems.

HEXFC8AE4
Decimal252138228
Binary111111001000101011100100
Octal374212344

Shades and tints

Shades of #FC8AE4

#FC8AE4
(252,138,228)
#E67ED0
(230,126,208)
#D072BC
(208,114,188)
#BA66A8
(186,102,168)
#A45A94
(164,90,148)
#8E4E80
(142,78,128)
#78426C
(120,66,108)
#623658
(98,54,88)
#4C2A44
(76,42,68)
#361E30
(54,30,48)
#20121C
(32,18,28)
#000000
(0,0,0)

Tints of #FC8AE4

#FC8AE4
(252,138,228)
#FC94E6
(252,148,230)
#FC9EE8
(252,158,232)
#FCA8EA
(252,168,234)
#FCB2EC
(252,178,236)
#FCBCEE
(252,188,238)
#FCC6F0
(252,198,240)
#FCD0F2
(252,208,242)
#FCDAF4
(252,218,244)
#FCE4F6
(252,228,246)
#FCEEF8
(252,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC8AE4 color. Also use rgb(252,138,228) instead hex code.

Text Font Color

.myTextColor { color: #FC8AE4; }

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

This text font color is #FC8AE4.


Background Color

.myBgColor { background-color: #FC8AE4; }

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

This div background color is #FC8AE4.


Border color

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

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

This div border color is #FC8AE4.


Opacity

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

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

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

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

This text has shadow with #FC8AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8AE4 on black background.


Color preview on white background

This text has color #FC8AE4 on white background.



Black color preview on #FC8AE4 background

This text has black color on #FC8AE4 background.


White color preview on #FC8AE4 background

This text has white color on #FC8AE4 background.