COLOR #FC9CCB

HEX: #FC9CCB RGB: (252,156,203)

Color info

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

RGB color model

#FC9CCB color RGB value is (252,156,203).

RGB: (252,156,203) (99%, 61%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 156 of 255 = 61%
B 203 of 255 = 80%

252
156
203

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

Portions of RGB colors in percentages

R + G + B = 252 + 156 + 203 = 611 (100%)
R 252 of 611 ~ 41.24%
G 156 of 611 ~ 25.53%
B 203 of 611 ~ 33.22'%

%41.24
%25.53
%33.22

CMYK color model

#FC9CCB color CMYK value is (0,38,19,1).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 19.44%
  • key color value is 1.18%

CMYK: (0,38,19,1)
C0M38Y19K1 (0%, 38%, 19%, 1%)
(0.00 / 0.38 / 0.19 / 0.01)

CMYK percentages

%0
%38.1
%19.44
%1.18

Codes

Color #FC9CCB in popluar color models

FC 9C CB
RGB 252 156 203
HSL 331° 94.12% 80.00%
HSB/HSV 331° 38.10% 98.82%
CMYK 0.00% 38.10% 19.44%
1.18%

Color #FC9CCB in popluar number systems.

HEX FC 9C CB
Decimal 252 156 203
Binary 11111100 10011100 11001011
Octal 374 234 313

Shades and tints

Shades of #FC9CCB

#FC9CCB
(252,156,203)
#E68EB9
(230,142,185)
#D080A7
(208,128,167)
#BA7295
(186,114,149)
#A46483
(164,100,131)
#8E5671
(142,86,113)
#78485F
(120,72,95)
#623A4D
(98,58,77)
#4C2C3B
(76,44,59)
#361E29
(54,30,41)
#201017
(32,16,23)
#000000
(0,0,0)

Tints of #FC9CCB

#FC9CCB
(252,156,203)
#FCA5CF
(252,165,207)
#FCAED3
(252,174,211)
#FCB7D7
(252,183,215)
#FCC0DB
(252,192,219)
#FCC9DF
(252,201,223)
#FCD2E3
(252,210,227)
#FCDBE7
(252,219,231)
#FCE4EB
(252,228,235)
#FCEDEF
(252,237,239)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9CCB color. Also use rgb(252,156,203) instead hex code.

Text Font Color

.myTextColor { color: #FC9CCB; }

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

This text font color is #FC9CCB.

Background Color

.myBgColor { background-color: #FC9CCB; }

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

This div background color is #FC9CCB.

Border color

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

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

This div border color is #FC9CCB.

Opacity

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

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

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

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

This text has shadow with #FC9CCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9CCB.

Preview

Color preview on black background

This text has color #FC9CCB on black background.


Color preview on white background

This text has color #FC9CCB on white background.


Black color preview on #FC9CCB background

This text has black color on #FC9CCB background.


White color preview on #FC9CCB background

This text has white color on #FC9CCB background.


Related colors

Complementary color

Complementary color for #hex is #036334.


I love getcolorcode.com

Triadic colors

1 #CBFC9C and #9CCBFC with #FC9CCB are triadic colors.

2 #CB9CFC and #9CFCCB with #FC9CCB are triadic colors.