COLOR #FC79A4

HEX: #FC79A4
RGB: (252,121,164)

Color info

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

RGB color model

#FC79A4 color RGB value is (252,121,164).

  • red value is 252;
  • green value is 121;
  • blue value is 164.
RGB:
(252,121,164)
(99%,47%,64%)

RGB channels and saturation

R 252 of 255 = 99%
G 121 of 255 = 47%
B 164 of 255 = 64%

252
121
164

R + G + B ~ 70%. #FC79A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 121 + 164 = 537 (100%)
R 252 of 537 ~ 46.93%
G 121 of 537 ~ 22.53%
B 164 of 537 ~ 30.54%

%46.93
%22.53
%30.54

CMYK color model

#FC79A4 color CMYK value is (0,52,35,1).

  • cyan value is 0.00%
  • magenta value is 51.98%
  • yellow value is 34.92%
  • key color value is 1.18%
CMYK:
(0,52,35,1)
C0M52Y35K1 
(0%,52%,35%,1%)
(0.00/0.52/0.35/0.01)	

CMYK percentages

%0
%51.98
%34.92
%1.18

Codes

Color #FC79A4 in popluar color models

FC79A4
RGB252121164
HSL340°95.62%73.14%
HSB/HSV340°51.98%98.82%
CMYK0.00%51.98%34.92%
1.18%

Color #FC79A4 in popluar number systems.

HEXFC79A4
Decimal252121164
Binary11111100111100110100100
Octal374171244

Shades and tints

Shades of #FC79A4

#FC79A4
(252,121,164)
#E66E96
(230,110,150)
#D06388
(208,99,136)
#BA587A
(186,88,122)
#A44D6C
(164,77,108)
#8E425E
(142,66,94)
#783750
(120,55,80)
#622C42
(98,44,66)
#4C2134
(76,33,52)
#361626
(54,22,38)
#200B18
(32,11,24)
#000000
(0,0,0)

Tints of #FC79A4

#FC79A4
(252,121,164)
#FC85AC
(252,133,172)
#FC91B4
(252,145,180)
#FC9DBC
(252,157,188)
#FCA9C4
(252,169,196)
#FCB5CC
(252,181,204)
#FCC1D4
(252,193,212)
#FCCDDC
(252,205,220)
#FCD9E4
(252,217,228)
#FCE5EC
(252,229,236)
#FCF1F4
(252,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC79A4 color. Also use rgb(252,121,164) instead hex code.

Text Font Color

.myTextColor { color: #FC79A4; }

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

This text font color is #FC79A4.


Background Color

.myBgColor { background-color: #FC79A4; }

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

This div background color is #FC79A4.


Border color

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

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

This div border color is #FC79A4.


Opacity

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

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

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

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

This text has shadow with #FC79A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC79A4 on black background.


Color preview on white background

This text has color #FC79A4 on white background.



Black color preview on #FC79A4 background

This text has black color on #FC79A4 background.


White color preview on #FC79A4 background

This text has white color on #FC79A4 background.