COLOR #FC7D9E

HEX: #FC7D9E RGB: (252,125,158)

Color info

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

RGB color model

#FC7D9E color RGB value is (252,125,158).

RGB: (252,125,158) (99%, 49%, 62%)

RGB channels and saturation

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

252
125
158

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

Portions of RGB colors in percentages

R + G + B = 252 + 125 + 158 = 535 (100%)
R 252 of 535 ~ 47.1%
G 125 of 535 ~ 23.36%
B 158 of 535 ~ 29.53'%

%47.1
%23.36
%29.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.40%
  • yellow value is 37.30%
  • 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
%37.3
%1.18

Codes

Color #FC7D9E in popluar color models

FC 7D 9E
RGB 252 125 158
HSL 344° 95.49% 73.92%
HSB/HSV 344° 50.40% 98.82%
CMYK 0.00% 50.40% 37.30%
1.18%

Color #FC7D9E in popluar number systems.

HEX FC 7D 9E
Decimal 252 125 158
Binary 11111100 1111101 10011110
Octal 374 175 236

Shades and tints

Shades of #FC7D9E

#FC7D9E
(252,125,158)
#E67290
(230,114,144)
#D06782
(208,103,130)
#BA5C74
(186,92,116)
#A45166
(164,81,102)
#8E4658
(142,70,88)
#783B4A
(120,59,74)
#62303C
(98,48,60)
#4C252E
(76,37,46)
#361A20
(54,26,32)
#200F12
(32,15,18)
#000000
(0,0,0)

Tints of #FC7D9E

#FC7D9E
(252,125,158)
#FC88A6
(252,136,166)
#FC93AE
(252,147,174)
#FC9EB6
(252,158,182)
#FCA9BE
(252,169,190)
#FCB4C6
(252,180,198)
#FCBFCE
(252,191,206)
#FCCAD6
(252,202,214)
#FCD5DE
(252,213,222)
#FCE0E6
(252,224,230)
#FCEBEE
(252,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC7D9E; }

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

This text font color is #FC7D9E.

Background Color

.myBgColor { background-color: #FC7D9E; }

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

This div background color is #FC7D9E.

Border color

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

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

This div border color is #FC7D9E.

Opacity

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

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

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

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

This text has shadow with #FC7D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC7D9E.

Preview

Color preview on black background

This text has color #FC7D9E on black background.


Color preview on white background

This text has color #FC7D9E on white background.


Black color preview on #FC7D9E background

This text has black color on #FC7D9E background.


White color preview on #FC7D9E background

This text has white color on #FC7D9E background.


Related colors

Complementary color

Complementary color for #hex is #038261.


I love getcolorcode.com

Triadic colors

1 #9EFC7D and #7D9EFC with #FC7D9E are triadic colors.

2 #9E7DFC and #7DFC9E with #FC7D9E are triadic colors.