COLOR #FC7D9F

HEX: #FC7D9F
RGB: (252,125,159)

Color info

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

RGB color model

#FC7D9F color RGB value is (252,125,159).

  • red value is 252;
  • green value is 125;
  • blue value is 159.
RGB:
(252,125,159)
(99%,49%,62%)

RGB channels and saturation

R 252 of 255 = 99%
G 125 of 255 = 49%
B 159 of 255 = 62%

252
125
159

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

Portions of RGB colors in percentages

R + G + B =
252 + 125 + 159 = 536 (100%)
R 252 of 536 ~ 47.01%
G 125 of 536 ~ 23.32%
B 159 of 536 ~ 29.66%

%47.01
%23.32
%29.66

CMYK color model

#FC7D9F color CMYK value is (0,50,37,1).

  • cyan value is 0.00%
  • magenta value is 50.40%
  • yellow value is 36.90%
  • key color value is 1.18%
CMYK:
(0,50,37,1)
C0M50Y37K1 
(0%,50%,37%,1%)
(0.00/0.50/0.37/0.01)	

CMYK percentages

%0
%50.4
%36.9
%1.18

Codes

Color #FC7D9F in popluar color models

FC7D9F
RGB252125159
HSL344°95.49%73.92%
HSB/HSV344°50.40%98.82%
CMYK0.00%50.40%36.90%
1.18%

Color #FC7D9F in popluar number systems.

HEXFC7D9F
Decimal252125159
Binary11111100111110110011111
Octal374175237

Shades and tints

Shades of #FC7D9F

#FC7D9F
(252,125,159)
#E67291
(230,114,145)
#D06783
(208,103,131)
#BA5C75
(186,92,117)
#A45167
(164,81,103)
#8E4659
(142,70,89)
#783B4B
(120,59,75)
#62303D
(98,48,61)
#4C252F
(76,37,47)
#361A21
(54,26,33)
#200F13
(32,15,19)
#000000
(0,0,0)

Tints of #FC7D9F

#FC7D9F
(252,125,159)
#FC88A7
(252,136,167)
#FC93AF
(252,147,175)
#FC9EB7
(252,158,183)
#FCA9BF
(252,169,191)
#FCB4C7
(252,180,199)
#FCBFCF
(252,191,207)
#FCCAD7
(252,202,215)
#FCD5DF
(252,213,223)
#FCE0E7
(252,224,231)
#FCEBEF
(252,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC7D9F color. Also use rgb(252,125,159) instead hex code.

Text Font Color

.myTextColor { color: #FC7D9F; }

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

This text font color is #FC7D9F.


Background Color

.myBgColor { background-color: #FC7D9F; }

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

This div background color is #FC7D9F.


Border color

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

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

This div border color is #FC7D9F.


Opacity

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

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

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

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

This text has shadow with #FC7D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC7D9F on black background.


Color preview on white background

This text has color #FC7D9F on white background.



Black color preview on #FC7D9F background

This text has black color on #FC7D9F background.


White color preview on #FC7D9F background

This text has white color on #FC7D9F background.