COLOR #FC8381

HEX: #FC8381
RGB: (252,131,129)

Color info

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

RGB color model

#FC8381 color RGB value is (252,131,129).

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

RGB channels and saturation

R 252 of 255 = 99%
G 131 of 255 = 51%
B 129 of 255 = 51%

252
131
129

R + G + B ~ 67%. #FC8381 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 131 + 129 = 512 (100%)
R 252 of 512 ~ 49.22%
G 131 of 512 ~ 25.59%
B 129 of 512 ~ 25.2%

%49.22
%25.59
%25.2

CMYK color model

#FC8381 color CMYK value is (0,48,49,1).

  • cyan value is 0.00%
  • magenta value is 48.02%
  • yellow value is 48.81%
  • key color value is 1.18%
CMYK:
(0,48,49,1)
C0M48Y49K1 
(0%,48%,49%,1%)
(0.00/0.48/0.49/0.01)	

CMYK percentages

%0
%48.02
%48.81
%1.18

Codes

Color #FC8381 in popluar color models

FC8381
RGB252131129
HSL95.35%74.71%
HSB/HSV48.81%98.82%
CMYK0.00%48.02%48.81%
1.18%

Color #FC8381 in popluar number systems.

HEXFC8381
Decimal252131129
Binary111111001000001110000001
Octal374203201

Shades and tints

Shades of #FC8381

#FC8381
(252,131,129)
#E67876
(230,120,118)
#D06D6B
(208,109,107)
#BA6260
(186,98,96)
#A45755
(164,87,85)
#8E4C4A
(142,76,74)
#78413F
(120,65,63)
#623634
(98,54,52)
#4C2B29
(76,43,41)
#36201E
(54,32,30)
#201513
(32,21,19)
#000000
(0,0,0)

Tints of #FC8381

#FC8381
(252,131,129)
#FC8E8C
(252,142,140)
#FC9997
(252,153,151)
#FCA4A2
(252,164,162)
#FCAFAD
(252,175,173)
#FCBAB8
(252,186,184)
#FCC5C3
(252,197,195)
#FCD0CE
(252,208,206)
#FCDBD9
(252,219,217)
#FCE6E4
(252,230,228)
#FCF1EF
(252,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC8381; }

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

This text font color is #FC8381.


Background Color

.myBgColor { background-color: #FC8381; }

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

This div background color is #FC8381.


Border color

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

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

This div border color is #FC8381.


Opacity

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

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

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

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

This text has shadow with #FC8381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8381 on black background.


Color preview on white background

This text has color #FC8381 on white background.



Black color preview on #FC8381 background

This text has black color on #FC8381 background.


White color preview on #FC8381 background

This text has white color on #FC8381 background.