COLOR #FC9BCC

HEX: #FC9BCC RGB: (252,155,204)

Color info

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

RGB color model

#FC9BCC color RGB value is (252,155,204).

RGB: (252,155,204) (99%, 61%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 155 of 255 = 61%
B 204 of 255 = 80%

252
155
204

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

Portions of RGB colors in percentages

R + G + B = 252 + 155 + 204 = 611 (100%)
R 252 of 611 ~ 41.24%
G 155 of 611 ~ 25.37%
B 204 of 611 ~ 33.39'%

%41.24
%25.37
%33.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.49%
  • yellow value is 19.05%
  • 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.49
%19.05
%1.18

Codes

Color #FC9BCC in popluar color models

FC 9B CC
RGB 252 155 204
HSL 330° 94.17% 79.80%
HSB/HSV 330° 38.49% 98.82%
CMYK 0.00% 38.49% 19.05%
1.18%

Color #FC9BCC in popluar number systems.

HEX FC 9B CC
Decimal 252 155 204
Binary 11111100 10011011 11001100
Octal 374 233 314

Shades and tints

Shades of #FC9BCC

#FC9BCC
(252,155,204)
#E68DBA
(230,141,186)
#D07FA8
(208,127,168)
#BA7196
(186,113,150)
#A46384
(164,99,132)
#8E5572
(142,85,114)
#784760
(120,71,96)
#62394E
(98,57,78)
#4C2B3C
(76,43,60)
#361D2A
(54,29,42)
#200F18
(32,15,24)
#000000
(0,0,0)

Tints of #FC9BCC

#FC9BCC
(252,155,204)
#FCA4D0
(252,164,208)
#FCADD4
(252,173,212)
#FCB6D8
(252,182,216)
#FCBFDC
(252,191,220)
#FCC8E0
(252,200,224)
#FCD1E4
(252,209,228)
#FCDAE8
(252,218,232)
#FCE3EC
(252,227,236)
#FCECF0
(252,236,240)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9BCC color. Also use rgb(252,155,204) instead hex code.

Text Font Color

.myTextColor { color: #FC9BCC; }

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

This text font color is #FC9BCC.

Background Color

.myBgColor { background-color: #FC9BCC; }

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

This div background color is #FC9BCC.

Border color

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

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

This div border color is #FC9BCC.

Opacity

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

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

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

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

This text has shadow with #FC9BCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9BCC.

Preview

Color preview on black background

This text has color #FC9BCC on black background.


Color preview on white background

This text has color #FC9BCC on white background.


Black color preview on #FC9BCC background

This text has black color on #FC9BCC background.


White color preview on #FC9BCC background

This text has white color on #FC9BCC background.


Related colors

Complementary color

Complementary color for #hex is #036433.


I love getcolorcode.com

Triadic colors

1 #CCFC9B and #9BCCFC with #FC9BCC are triadic colors.

2 #CC9BFC and #9BFCCC with #FC9BCC are triadic colors.