COLOR #FC78B2

HEX: #FC78B2
RGB: (252,120,178)

Color info

#FC78B2 contains mainly red color. Web safe color of #FC78B2 is #FF6699 (or #F69).

RGB color model

#FC78B2 color RGB value is (252,120,178).

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

RGB channels and saturation

R 252 of 255 = 99%
G 120 of 255 = 47%
B 178 of 255 = 70%

252
120
178

R + G + B ~ 72%. #FC78B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 120 + 178 = 550 (100%)
R 252 of 550 ~ 45.82%
G 120 of 550 ~ 21.82%
B 178 of 550 ~ 32.36%

%45.82
%21.82
%32.36

CMYK color model

#FC78B2 color CMYK value is (0,52,29,1).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 29.37%
  • key color value is 1.18%
CMYK:
(0,52,29,1)
C0M52Y29K1 
(0%,52%,29%,1%)
(0.00/0.52/0.29/0.01)	

CMYK percentages

%0
%52.38
%29.37
%1.18

Codes

Color #FC78B2 in popluar color models

FC78B2
RGB252120178
HSL334°95.65%72.94%
HSB/HSV334°52.38%98.82%
CMYK0.00%52.38%29.37%
1.18%

Color #FC78B2 in popluar number systems.

HEXFC78B2
Decimal252120178
Binary11111100111100010110010
Octal374170262

Shades and tints

Shades of #FC78B2

#FC78B2
(252,120,178)
#E66EA2
(230,110,162)
#D06492
(208,100,146)
#BA5A82
(186,90,130)
#A45072
(164,80,114)
#8E4662
(142,70,98)
#783C52
(120,60,82)
#623242
(98,50,66)
#4C2832
(76,40,50)
#361E22
(54,30,34)
#201412
(32,20,18)
#000000
(0,0,0)

Tints of #FC78B2

#FC78B2
(252,120,178)
#FC84B9
(252,132,185)
#FC90C0
(252,144,192)
#FC9CC7
(252,156,199)
#FCA8CE
(252,168,206)
#FCB4D5
(252,180,213)
#FCC0DC
(252,192,220)
#FCCCE3
(252,204,227)
#FCD8EA
(252,216,234)
#FCE4F1
(252,228,241)
#FCF0F8
(252,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC78B2; }

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

This text font color is #FC78B2.


Background Color

.myBgColor { background-color: #FC78B2; }

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

This div background color is #FC78B2.


Border color

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

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

This div border color is #FC78B2.


Opacity

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

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

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

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

This text has shadow with #FC78B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC78B2 on black background.


Color preview on white background

This text has color #FC78B2 on white background.



Black color preview on #FC78B2 background

This text has black color on #FC78B2 background.


White color preview on #FC78B2 background

This text has white color on #FC78B2 background.