COLOR #FC78D9

HEX: #FC78D9
RGB: (252,120,217)

Color info

#FC78D9 contains mainly red and blue colors. Web safe color of #FC78D9 is #FF66CC (or #F6C).

RGB color model

#FC78D9 color RGB value is (252,120,217).

  • red value is 252;
  • green value is 120;
  • blue value is 217.
RGB:
(252,120,217)
(99%,47%,85%)

RGB channels and saturation

R 252 of 255 = 99%
G 120 of 255 = 47%
B 217 of 255 = 85%

252
120
217

R + G + B ~ 77%. #FC78D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 120 + 217 = 589 (100%)
R 252 of 589 ~ 42.78%
G 120 of 589 ~ 20.37%
B 217 of 589 ~ 36.84%

%42.78
%20.37
%36.84

CMYK color model

#FC78D9 color CMYK value is (0,52,14,1).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 13.89%
  • key color value is 1.18%
CMYK:
(0,52,14,1)
C0M52Y14K1 
(0%,52%,14%,1%)
(0.00/0.52/0.14/0.01)	

CMYK percentages

%0
%52.38
%13.89
%1.18

Codes

Color #FC78D9 in popluar color models

FC78D9
RGB252120217
HSL316°95.65%72.94%
HSB/HSV316°52.38%98.82%
CMYK0.00%52.38%13.89%
1.18%

Color #FC78D9 in popluar number systems.

HEXFC78D9
Decimal252120217
Binary11111100111100011011001
Octal374170331

Shades and tints

Shades of #FC78D9

#FC78D9
(252,120,217)
#E66EC6
(230,110,198)
#D064B3
(208,100,179)
#BA5AA0
(186,90,160)
#A4508D
(164,80,141)
#8E467A
(142,70,122)
#783C67
(120,60,103)
#623254
(98,50,84)
#4C2841
(76,40,65)
#361E2E
(54,30,46)
#20141B
(32,20,27)
#000000
(0,0,0)

Tints of #FC78D9

#FC78D9
(252,120,217)
#FC84DC
(252,132,220)
#FC90DF
(252,144,223)
#FC9CE2
(252,156,226)
#FCA8E5
(252,168,229)
#FCB4E8
(252,180,232)
#FCC0EB
(252,192,235)
#FCCCEE
(252,204,238)
#FCD8F1
(252,216,241)
#FCE4F4
(252,228,244)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC78D9 color. Also use rgb(252,120,217) instead hex code.

Text Font Color

.myTextColor { color: #FC78D9; }

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

This text font color is #FC78D9.


Background Color

.myBgColor { background-color: #FC78D9; }

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

This div background color is #FC78D9.


Border color

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

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

This div border color is #FC78D9.


Opacity

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

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

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

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

This text has shadow with #FC78D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC78D9 on black background.


Color preview on white background

This text has color #FC78D9 on white background.



Black color preview on #FC78D9 background

This text has black color on #FC78D9 background.


White color preview on #FC78D9 background

This text has white color on #FC78D9 background.