COLOR #FC8FB1

HEX: #FC8FB1 RGB: (252,143,177)

Color info

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

RGB color model

#FC8FB1 color RGB value is (252,143,177).

RGB: (252,143,177) (99%, 56%, 69%)

RGB channels and saturation

R 252 of 255 = 99%
G 143 of 255 = 56%
B 177 of 255 = 69%

252
143
177

R + G + B ~ 75%. #FC8FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 143 + 177 = 572 (100%)
R 252 of 572 ~ 44.06%
G 143 of 572 ~ 25%
B 177 of 572 ~ 30.94'%

%44.06
%25
%30.94

CMYK color model

#FC8FB1 color CMYK value is (0,43,30,1).

  • cyan value is 0.00%
  • magenta value is 43.25%
  • yellow value is 29.76%
  • key color value is 1.18%

CMYK: (0,43,30,1)
C0M43Y30K1 (0%, 43%, 30%, 1%)
(0.00 / 0.43 / 0.30 / 0.01)

CMYK percentages

%0
%43.25
%29.76
%1.18

Codes

Color #FC8FB1 in popluar color models

FC 8F B1
RGB 252 143 177
HSL 341° 94.78% 77.45%
HSB/HSV 341° 43.25% 98.82%
CMYK 0.00% 43.25% 29.76%
1.18%

Color #FC8FB1 in popluar number systems.

HEX FC 8F B1
Decimal 252 143 177
Binary 11111100 10001111 10110001
Octal 374 217 261

Shades and tints

Shades of #FC8FB1

#FC8FB1
(252,143,177)
#E682A1
(230,130,161)
#D07591
(208,117,145)
#BA6881
(186,104,129)
#A45B71
(164,91,113)
#8E4E61
(142,78,97)
#784151
(120,65,81)
#623441
(98,52,65)
#4C2731
(76,39,49)
#361A21
(54,26,33)
#200D11
(32,13,17)
#000000
(0,0,0)

Tints of #FC8FB1

#FC8FB1
(252,143,177)
#FC99B8
(252,153,184)
#FCA3BF
(252,163,191)
#FCADC6
(252,173,198)
#FCB7CD
(252,183,205)
#FCC1D4
(252,193,212)
#FCCBDB
(252,203,219)
#FCD5E2
(252,213,226)
#FCDFE9
(252,223,233)
#FCE9F0
(252,233,240)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC8FB1 color. Also use rgb(252,143,177) instead hex code.

Text Font Color

.myTextColor { color: #FC8FB1; }

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

This text font color is #FC8FB1.

Background Color

.myBgColor { background-color: #FC8FB1; }

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

This div background color is #FC8FB1.

Border color

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

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

This div border color is #FC8FB1.

Opacity

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

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

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

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

This text has shadow with #FC8FB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC8FB1.

Preview

Color preview on black background

This text has color #FC8FB1 on black background.


Color preview on white background

This text has color #FC8FB1 on white background.


Black color preview on #FC8FB1 background

This text has black color on #FC8FB1 background.


White color preview on #FC8FB1 background

This text has white color on #FC8FB1 background.


Related colors

Complementary color

Complementary color for #hex is #03704E.


I love getcolorcode.com

Triadic colors

1 #B1FC8F and #8FB1FC with #FC8FB1 are triadic colors.

2 #B18FFC and #8FFCB1 with #FC8FB1 are triadic colors.