COLOR #FC5D89

HEX: #FC5D89
RGB: (252,93,137)

Color info

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

RGB color model

#FC5D89 color RGB value is (252,93,137).

  • red value is 252;
  • green value is 93;
  • blue value is 137.
RGB:
(252,93,137)
(99%,36%,54%)

RGB channels and saturation

R 252 of 255 = 99%
G 93 of 255 = 36%
B 137 of 255 = 54%

252
93
137

R + G + B ~ 63%. #FC5D89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 93 + 137 = 482 (100%)
R 252 of 482 ~ 52.28%
G 93 of 482 ~ 19.29%
B 137 of 482 ~ 28.42%

%52.28
%19.29
%28.42

CMYK color model

#FC5D89 color CMYK value is (0,63,46,1).

  • cyan value is 0.00%
  • magenta value is 63.10%
  • yellow value is 45.63%
  • key color value is 1.18%
CMYK:
(0,63,46,1)
C0M63Y46K1 
(0%,63%,46%,1%)
(0.00/0.63/0.46/0.01)	

CMYK percentages

%0
%63.1
%45.63
%1.18

Codes

Color #FC5D89 in popluar color models

FC5D89
RGB25293137
HSL343°96.36%67.65%
HSB/HSV343°63.10%98.82%
CMYK0.00%63.10%45.63%
1.18%

Color #FC5D89 in popluar number systems.

HEXFC5D89
Decimal25293137
Binary11111100101110110001001
Octal374135211

Shades and tints

Shades of #FC5D89

#FC5D89
(252,93,137)
#E6557D
(230,85,125)
#D04D71
(208,77,113)
#BA4565
(186,69,101)
#A43D59
(164,61,89)
#8E354D
(142,53,77)
#782D41
(120,45,65)
#622535
(98,37,53)
#4C1D29
(76,29,41)
#36151D
(54,21,29)
#200D11
(32,13,17)
#000000
(0,0,0)

Tints of #FC5D89

#FC5D89
(252,93,137)
#FC6B93
(252,107,147)
#FC799D
(252,121,157)
#FC87A7
(252,135,167)
#FC95B1
(252,149,177)
#FCA3BB
(252,163,187)
#FCB1C5
(252,177,197)
#FCBFCF
(252,191,207)
#FCCDD9
(252,205,217)
#FCDBE3
(252,219,227)
#FCE9ED
(252,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC5D89 color. Also use rgb(252,93,137) instead hex code.

Text Font Color

.myTextColor { color: #FC5D89; }

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

This text font color is #FC5D89.


Background Color

.myBgColor { background-color: #FC5D89; }

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

This div background color is #FC5D89.


Border color

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

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

This div border color is #FC5D89.


Opacity

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

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

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

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

This text has shadow with #FC5D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC5D89 on black background.


Color preview on white background

This text has color #FC5D89 on white background.



Black color preview on #FC5D89 background

This text has black color on #FC5D89 background.


White color preview on #FC5D89 background

This text has white color on #FC5D89 background.