COLOR #FC9FC6

HEX: #FC9FC6 RGB: (252,159,198)

Color info

#FC9FC6 contains mainly red and blue colors. Web safe color of #FC9FC6 is #FF99CC (or #F9C).

RGB color model

#FC9FC6 color RGB value is (252,159,198).

RGB: (252,159,198) (99%, 62%, 78%)

RGB channels and saturation

R 252 of 255 = 99%
G 159 of 255 = 62%
B 198 of 255 = 78%

252
159
198

R + G + B ~ 80%. #FC9FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 159 + 198 = 609 (100%)
R 252 of 609 ~ 41.38%
G 159 of 609 ~ 26.11%
B 198 of 609 ~ 32.51'%

%41.38
%26.11
%32.51

CMYK color model

#FC9FC6 color CMYK value is (0,37,21,1).

  • cyan value is 0.00%
  • magenta value is 36.90%
  • yellow value is 21.43%
  • key color value is 1.18%
CMYK: (0,37,21,1) C0M37Y21K1 (0%,37%,21%,1%) (0.00/0.37/0.21/0.01) 

CMYK percentages

%0
%36.9
%21.43
%1.18

Codes

Color #FC9FC6 in popluar color models

FC 9F C6
RGB 252 159 198
HSL 335° 93.94% 80.59%
HSB/HSV 335° 36.90% 98.82%
CMYK 0.00% 36.90% 21.43%
1.18%

Color #FC9FC6 in popluar number systems.

HEX FC 9F C6
Decimal 252 159 198
Binary 11111100 10011111 11000110
Octal 374 237 306

Shades and tints

Shades of #FC9FC6

#FC9FC6
(252,159,198)
#E691B4
(230,145,180)
#D083A2
(208,131,162)
#BA7590
(186,117,144)
#A4677E
(164,103,126)
#8E596C
(142,89,108)
#784B5A
(120,75,90)
#623D48
(98,61,72)
#4C2F36
(76,47,54)
#362124
(54,33,36)
#201312
(32,19,18)
#000000
(0,0,0)

Tints of #FC9FC6

#FC9FC6
(252,159,198)
#FCA7CB
(252,167,203)
#FCAFD0
(252,175,208)
#FCB7D5
(252,183,213)
#FCBFDA
(252,191,218)
#FCC7DF
(252,199,223)
#FCCFE4
(252,207,228)
#FCD7E9
(252,215,233)
#FCDFEE
(252,223,238)
#FCE7F3
(252,231,243)
#FCEFF8
(252,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9FC6 color. Also use rgb(252,159,198) instead hex code.

Text Font Color

.myTextColor { color: #FC9FC6; }

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

This text font color is #FC9FC6.

Background Color

.myBgColor { background-color: #FC9FC6; }

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

This div background color is #FC9FC6.

Border color

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

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

This div border color is #FC9FC6.

Opacity

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

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

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

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

This text has shadow with #FC9FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9FC6.

Preview

Color preview on black background

This text has color #FC9FC6 on black background.


Color preview on white background

This text has color #FC9FC6 on white background.


Black color preview on #FC9FC6 background

This text has black color on #FC9FC6 background.


White color preview on #FC9FC6 background

This text has white color on #FC9FC6 background.


Related colors

Complementary color

Complementary color for #hex is #036039.


I love getcolorcode.com

Triadic colors

1 #C6FC9F and #9FC6FC with #FC9FC6 are triadic colors.

2 #C69FFC and #9FFCC6 with #FC9FC6 are triadic colors.