COLOR #FC7D94

HEX: #FC7D94
RGB: (252,125,148)

Color info

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

RGB color model

#FC7D94 color RGB value is (252,125,148).

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

RGB channels and saturation

R 252 of 255 = 99%
G 125 of 255 = 49%
B 148 of 255 = 58%

252
125
148

R + G + B ~ 69%. #FC7D94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 125 + 148 = 525 (100%)
R 252 of 525 ~ 48%
G 125 of 525 ~ 23.81%
B 148 of 525 ~ 28.19%

%48
%23.81
%28.19

CMYK color model

#FC7D94 color CMYK value is (0,50,41,1).

  • cyan value is 0.00%
  • magenta value is 50.40%
  • yellow value is 41.27%
  • key color value is 1.18%
CMYK:
(0,50,41,1)
C0M50Y41K1 
(0%,50%,41%,1%)
(0.00/0.50/0.41/0.01)	

CMYK percentages

%0
%50.4
%41.27
%1.18

Codes

Color #FC7D94 in popluar color models

FC7D94
RGB252125148
HSL349°95.49%73.92%
HSB/HSV349°50.40%98.82%
CMYK0.00%50.40%41.27%
1.18%

Color #FC7D94 in popluar number systems.

HEXFC7D94
Decimal252125148
Binary11111100111110110010100
Octal374175224

Shades and tints

Shades of #FC7D94

#FC7D94
(252,125,148)
#E67287
(230,114,135)
#D0677A
(208,103,122)
#BA5C6D
(186,92,109)
#A45160
(164,81,96)
#8E4653
(142,70,83)
#783B46
(120,59,70)
#623039
(98,48,57)
#4C252C
(76,37,44)
#361A1F
(54,26,31)
#200F12
(32,15,18)
#000000
(0,0,0)

Tints of #FC7D94

#FC7D94
(252,125,148)
#FC889D
(252,136,157)
#FC93A6
(252,147,166)
#FC9EAF
(252,158,175)
#FCA9B8
(252,169,184)
#FCB4C1
(252,180,193)
#FCBFCA
(252,191,202)
#FCCAD3
(252,202,211)
#FCD5DC
(252,213,220)
#FCE0E5
(252,224,229)
#FCEBEE
(252,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC7D94; }

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

This text font color is #FC7D94.


Background Color

.myBgColor { background-color: #FC7D94; }

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

This div background color is #FC7D94.


Border color

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

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

This div border color is #FC7D94.


Opacity

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

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

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

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

This text has shadow with #FC7D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC7D94 on black background.


Color preview on white background

This text has color #FC7D94 on white background.



Black color preview on #FC7D94 background

This text has black color on #FC7D94 background.


White color preview on #FC7D94 background

This text has white color on #FC7D94 background.