COLOR #FC7E9F

HEX: #FC7E9F
RGB: (252,126,159)

Color info

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

RGB color model

#FC7E9F color RGB value is (252,126,159).

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

RGB channels and saturation

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

252
126
159

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

Portions of RGB colors in percentages

R + G + B =
252 + 126 + 159 = 537 (100%)
R 252 of 537 ~ 46.93%
G 126 of 537 ~ 23.46%
B 159 of 537 ~ 29.61%

%46.93
%23.46
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.00%
  • 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
%36.9
%1.18

Codes

Color #FC7E9F in popluar color models

FC7E9F
RGB252126159
HSL344°95.45%74.12%
HSB/HSV344°50.00%98.82%
CMYK0.00%50.00%36.90%
1.18%

Color #FC7E9F in popluar number systems.

HEXFC7E9F
Decimal252126159
Binary11111100111111010011111
Octal374176237

Shades and tints

Shades of #FC7E9F

#FC7E9F
(252,126,159)
#E67391
(230,115,145)
#D06883
(208,104,131)
#BA5D75
(186,93,117)
#A45267
(164,82,103)
#8E4759
(142,71,89)
#783C4B
(120,60,75)
#62313D
(98,49,61)
#4C262F
(76,38,47)
#361B21
(54,27,33)
#201013
(32,16,19)
#000000
(0,0,0)

Tints of #FC7E9F

#FC7E9F
(252,126,159)
#FC89A7
(252,137,167)
#FC94AF
(252,148,175)
#FC9FB7
(252,159,183)
#FCAABF
(252,170,191)
#FCB5C7
(252,181,199)
#FCC0CF
(252,192,207)
#FCCBD7
(252,203,215)
#FCD6DF
(252,214,223)
#FCE1E7
(252,225,231)
#FCECEF
(252,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC7E9F; }

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

This text font color is #FC7E9F.


Background Color

.myBgColor { background-color: #FC7E9F; }

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

This div background color is #FC7E9F.


Border color

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

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

This div border color is #FC7E9F.


Opacity

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

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

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

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

This text has shadow with #FC7E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC7E9F on black background.


Color preview on white background

This text has color #FC7E9F on white background.



Black color preview on #FC7E9F background

This text has black color on #FC7E9F background.


White color preview on #FC7E9F background

This text has white color on #FC7E9F background.