COLOR #FC9A83

HEX: #FC9A83
RGB: (252,154,131)

Color info

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

RGB color model

#FC9A83 color RGB value is (252,154,131).

  • red value is 252;
  • green value is 154;
  • blue value is 131.
RGB:
(252,154,131)
(99%,60%,51%)

RGB channels and saturation

R 252 of 255 = 99%
G 154 of 255 = 60%
B 131 of 255 = 51%

252
154
131

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

Portions of RGB colors in percentages

R + G + B =
252 + 154 + 131 = 537 (100%)
R 252 of 537 ~ 46.93%
G 154 of 537 ~ 28.68%
B 131 of 537 ~ 24.39%

%46.93
%28.68
%24.39

CMYK color model

#FC9A83 color CMYK value is (0,39,48,1).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 48.02%
  • key color value is 1.18%
CMYK:
(0,39,48,1)
C0M39Y48K1 
(0%,39%,48%,1%)
(0.00/0.39/0.48/0.01)	

CMYK percentages

%0
%38.89
%48.02
%1.18

Codes

Color #FC9A83 in popluar color models

FC9A83
RGB252154131
HSL11°95.28%75.10%
HSB/HSV11°48.02%98.82%
CMYK0.00%38.89%48.02%
1.18%

Color #FC9A83 in popluar number systems.

HEXFC9A83
Decimal252154131
Binary111111001001101010000011
Octal374232203

Shades and tints

Shades of #FC9A83

#FC9A83
(252,154,131)
#E68C78
(230,140,120)
#D07E6D
(208,126,109)
#BA7062
(186,112,98)
#A46257
(164,98,87)
#8E544C
(142,84,76)
#784641
(120,70,65)
#623836
(98,56,54)
#4C2A2B
(76,42,43)
#361C20
(54,28,32)
#200E15
(32,14,21)
#000000
(0,0,0)

Tints of #FC9A83

#FC9A83
(252,154,131)
#FCA38E
(252,163,142)
#FCAC99
(252,172,153)
#FCB5A4
(252,181,164)
#FCBEAF
(252,190,175)
#FCC7BA
(252,199,186)
#FCD0C5
(252,208,197)
#FCD9D0
(252,217,208)
#FCE2DB
(252,226,219)
#FCEBE6
(252,235,230)
#FCF4F1
(252,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9A83 color. Also use rgb(252,154,131) instead hex code.

Text Font Color

.myTextColor { color: #FC9A83; }

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

This text font color is #FC9A83.


Background Color

.myBgColor { background-color: #FC9A83; }

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

This div background color is #FC9A83.


Border color

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

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

This div border color is #FC9A83.


Opacity

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

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

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

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

This text has shadow with #FC9A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC9A83 on black background.


Color preview on white background

This text has color #FC9A83 on white background.



Black color preview on #FC9A83 background

This text has black color on #FC9A83 background.


White color preview on #FC9A83 background

This text has white color on #FC9A83 background.