COLOR #FC9588

HEX: #FC9588 RGB: (252,149,136)

Color info

#FC9588 contains mainly red color. Web safe color of #FC9588 is #FF9999 (or #F99).

RGB color model

#FC9588 color RGB value is (252,149,136).

RGB: (252,149,136) (99%, 58%, 53%)

RGB channels and saturation

R 252 of 255 = 99%
G 149 of 255 = 58%
B 136 of 255 = 53%

252
149
136

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

Portions of RGB colors in percentages

R + G + B = 252 + 149 + 136 = 537 (100%)
R 252 of 537 ~ 46.93%
G 149 of 537 ~ 27.75%
B 136 of 537 ~ 25.33'%

%46.93
%27.75
%25.33

CMYK color model

#FC9588 color CMYK value is (0,41,46,1).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 46.03%
  • key color value is 1.18%

CMYK: (0,41,46,1)
C0M41Y46K1 (0%, 41%, 46%, 1%)
(0.00 / 0.41 / 0.46 / 0.01)

CMYK percentages

%0
%40.87
%46.03
%1.18

Codes

Color #FC9588 in popluar color models

FC 95 88
RGB 252 149 136
HSL 95.08% 76.08%
HSB/HSV 46.03% 98.82%
CMYK 0.00% 40.87% 46.03%
1.18%

Color #FC9588 in popluar number systems.

HEX FC 95 88
Decimal 252 149 136
Binary 11111100 10010101 10001000
Octal 374 225 210

Shades and tints

Shades of #FC9588

#FC9588
(252,149,136)
#E6887C
(230,136,124)
#D07B70
(208,123,112)
#BA6E64
(186,110,100)
#A46158
(164,97,88)
#8E544C
(142,84,76)
#784740
(120,71,64)
#623A34
(98,58,52)
#4C2D28
(76,45,40)
#36201C
(54,32,28)
#201310
(32,19,16)
#000000
(0,0,0)

Tints of #FC9588

#FC9588
(252,149,136)
#FC9E92
(252,158,146)
#FCA79C
(252,167,156)
#FCB0A6
(252,176,166)
#FCB9B0
(252,185,176)
#FCC2BA
(252,194,186)
#FCCBC4
(252,203,196)
#FCD4CE
(252,212,206)
#FCDDD8
(252,221,216)
#FCE6E2
(252,230,226)
#FCEFEC
(252,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9588 color. Also use rgb(252,149,136) instead hex code.

Text Font Color

.myTextColor { color: #FC9588; }

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

This text font color is #FC9588.

Background Color

.myBgColor { background-color: #FC9588; }

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

This div background color is #FC9588.

Border color

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

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

This div border color is #FC9588.

Opacity

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

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

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

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

This text has shadow with #FC9588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9588.

Preview

Color preview on black background

This text has color #FC9588 on black background.


Color preview on white background

This text has color #FC9588 on white background.


Black color preview on #FC9588 background

This text has black color on #FC9588 background.


White color preview on #FC9588 background

This text has white color on #FC9588 background.


Related colors

Complementary color

Complementary color for #hex is #036A77.


I love getcolorcode.com

Triadic colors

1 #88FC95 and #9588FC with #FC9588 are triadic colors.

2 #8895FC and #95FC88 with #FC9588 are triadic colors.