COLOR #FC8496

HEX: #FC8496
RGB: (252,132,150)

Color info

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

RGB color model

#FC8496 color RGB value is (252,132,150).

  • red value is 252;
  • green value is 132;
  • blue value is 150.
RGB:
(252,132,150)
(99%,52%,59%)

RGB channels and saturation

R 252 of 255 = 99%
G 132 of 255 = 52%
B 150 of 255 = 59%

252
132
150

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

Portions of RGB colors in percentages

R + G + B =
252 + 132 + 150 = 534 (100%)
R 252 of 534 ~ 47.19%
G 132 of 534 ~ 24.72%
B 150 of 534 ~ 28.09%

%47.19
%24.72
%28.09

CMYK color model

#FC8496 color CMYK value is (0,48,40,1).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 40.48%
  • key color value is 1.18%
CMYK:
(0,48,40,1)
C0M48Y40K1 
(0%,48%,40%,1%)
(0.00/0.48/0.40/0.01)	

CMYK percentages

%0
%47.62
%40.48
%1.18

Codes

Color #FC8496 in popluar color models

FC8496
RGB252132150
HSL351°95.24%75.29%
HSB/HSV351°47.62%98.82%
CMYK0.00%47.62%40.48%
1.18%

Color #FC8496 in popluar number systems.

HEXFC8496
Decimal252132150
Binary111111001000010010010110
Octal374204226

Shades and tints

Shades of #FC8496

#FC8496
(252,132,150)
#E67889
(230,120,137)
#D06C7C
(208,108,124)
#BA606F
(186,96,111)
#A45462
(164,84,98)
#8E4855
(142,72,85)
#783C48
(120,60,72)
#62303B
(98,48,59)
#4C242E
(76,36,46)
#361821
(54,24,33)
#200C14
(32,12,20)
#000000
(0,0,0)

Tints of #FC8496

#FC8496
(252,132,150)
#FC8F9F
(252,143,159)
#FC9AA8
(252,154,168)
#FCA5B1
(252,165,177)
#FCB0BA
(252,176,186)
#FCBBC3
(252,187,195)
#FCC6CC
(252,198,204)
#FCD1D5
(252,209,213)
#FCDCDE
(252,220,222)
#FCE7E7
(252,231,231)
#FCF2F0
(252,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC8496 color. Also use rgb(252,132,150) instead hex code.

Text Font Color

.myTextColor { color: #FC8496; }

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

This text font color is #FC8496.


Background Color

.myBgColor { background-color: #FC8496; }

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

This div background color is #FC8496.


Border color

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

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

This div border color is #FC8496.


Opacity

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

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

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

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

This text has shadow with #FC8496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8496 on black background.


Color preview on white background

This text has color #FC8496 on white background.



Black color preview on #FC8496 background

This text has black color on #FC8496 background.


White color preview on #FC8496 background

This text has white color on #FC8496 background.