COLOR #FC729C

HEX: #FC729C RGB: (252,114,156)

Color info

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

RGB color model

#FC729C color RGB value is (252,114,156).

RGB: (252,114,156) (99%, 45%, 61%)

RGB channels and saturation

R 252 of 255 = 99%
G 114 of 255 = 45%
B 156 of 255 = 61%

252
114
156

R + G + B ~ 68%. #FC729C is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 114 + 156 = 522 (100%)
R 252 of 522 ~ 48.28%
G 114 of 522 ~ 21.84%
B 156 of 522 ~ 29.89'%

%48.28
%21.84
%29.89

CMYK color model

#FC729C color CMYK value is (0,55,38,1).

  • cyan value is 0.00%
  • magenta value is 54.76%
  • yellow value is 38.10%
  • key color value is 1.18%

CMYK: (0,55,38,1)
C0M55Y38K1 (0%, 55%, 38%, 1%)
(0.00 / 0.55 / 0.38 / 0.01)

CMYK percentages

%0
%54.76
%38.1
%1.18

Codes

Color #FC729C in popluar color models

FC 72 9C
RGB 252 114 156
HSL 342° 95.83% 71.76%
HSB/HSV 342° 54.76% 98.82%
CMYK 0.00% 54.76% 38.10%
1.18%

Color #FC729C in popluar number systems.

HEX FC 72 9C
Decimal 252 114 156
Binary 11111100 1110010 10011100
Octal 374 162 234

Shades and tints

Shades of #FC729C

#FC729C
(252,114,156)
#E6688E
(230,104,142)
#D05E80
(208,94,128)
#BA5472
(186,84,114)
#A44A64
(164,74,100)
#8E4056
(142,64,86)
#783648
(120,54,72)
#622C3A
(98,44,58)
#4C222C
(76,34,44)
#36181E
(54,24,30)
#200E10
(32,14,16)
#000000
(0,0,0)

Tints of #FC729C

#FC729C
(252,114,156)
#FC7EA5
(252,126,165)
#FC8AAE
(252,138,174)
#FC96B7
(252,150,183)
#FCA2C0
(252,162,192)
#FCAEC9
(252,174,201)
#FCBAD2
(252,186,210)
#FCC6DB
(252,198,219)
#FCD2E4
(252,210,228)
#FCDEED
(252,222,237)
#FCEAF6
(252,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC729C color. Also use rgb(252,114,156) instead hex code.

Text Font Color

.myTextColor { color: #FC729C; }

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

This text font color is #FC729C.

Background Color

.myBgColor { background-color: #FC729C; }

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

This div background color is #FC729C.

Border color

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

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

This div border color is #FC729C.

Opacity

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

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

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

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

This text has shadow with #FC729C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC729C.

Preview

Color preview on black background

This text has color #FC729C on black background.


Color preview on white background

This text has color #FC729C on white background.


Black color preview on #FC729C background

This text has black color on #FC729C background.


White color preview on #FC729C background

This text has white color on #FC729C background.


Related colors

Complementary color

Complementary color for #hex is #038D63.


I love getcolorcode.com

Triadic colors

1 #9CFC72 and #729CFC with #FC729C are triadic colors.

2 #9C72FC and #72FC9C with #FC729C are triadic colors.