COLOR #FC8394

HEX: #FC8394
RGB: (252,131,148)

Color info

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

RGB color model

#FC8394 color RGB value is (252,131,148).

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

RGB channels and saturation

R 252 of 255 = 99%
G 131 of 255 = 51%
B 148 of 255 = 58%

252
131
148

R + G + B ~ 69%. #FC8394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 131 + 148 = 531 (100%)
R 252 of 531 ~ 47.46%
G 131 of 531 ~ 24.67%
B 148 of 531 ~ 27.87%

%47.46
%24.67
%27.87

CMYK color model

#FC8394 color CMYK value is (0,48,41,1).

  • cyan value is 0.00%
  • magenta value is 48.02%
  • yellow value is 41.27%
  • key color value is 1.18%
CMYK:
(0,48,41,1)
C0M48Y41K1 
(0%,48%,41%,1%)
(0.00/0.48/0.41/0.01)	

CMYK percentages

%0
%48.02
%41.27
%1.18

Codes

Color #FC8394 in popluar color models

FC8394
RGB252131148
HSL352°95.28%75.10%
HSB/HSV352°48.02%98.82%
CMYK0.00%48.02%41.27%
1.18%

Color #FC8394 in popluar number systems.

HEXFC8394
Decimal252131148
Binary111111001000001110010100
Octal374203224

Shades and tints

Shades of #FC8394

#FC8394
(252,131,148)
#E67887
(230,120,135)
#D06D7A
(208,109,122)
#BA626D
(186,98,109)
#A45760
(164,87,96)
#8E4C53
(142,76,83)
#784146
(120,65,70)
#623639
(98,54,57)
#4C2B2C
(76,43,44)
#36201F
(54,32,31)
#201512
(32,21,18)
#000000
(0,0,0)

Tints of #FC8394

#FC8394
(252,131,148)
#FC8E9D
(252,142,157)
#FC99A6
(252,153,166)
#FCA4AF
(252,164,175)
#FCAFB8
(252,175,184)
#FCBAC1
(252,186,193)
#FCC5CA
(252,197,202)
#FCD0D3
(252,208,211)
#FCDBDC
(252,219,220)
#FCE6E5
(252,230,229)
#FCF1EE
(252,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC8394; }

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

This text font color is #FC8394.


Background Color

.myBgColor { background-color: #FC8394; }

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

This div background color is #FC8394.


Border color

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

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

This div border color is #FC8394.


Opacity

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

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

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

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

This text has shadow with #FC8394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8394 on black background.


Color preview on white background

This text has color #FC8394 on white background.



Black color preview on #FC8394 background

This text has black color on #FC8394 background.


White color preview on #FC8394 background

This text has white color on #FC8394 background.