COLOR #FC99DC

HEX: #FC99DC RGB: (252,153,220)

Color info

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

RGB color model

#FC99DC color RGB value is (252,153,220).

RGB: (252,153,220) (99%, 60%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 153 of 255 = 60%
B 220 of 255 = 86%

252
153
220

R + G + B ~ 82%. #FC99DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 153 + 220 = 625 (100%)
R 252 of 625 ~ 40.32%
G 153 of 625 ~ 24.48%
B 220 of 625 ~ 35.2'%

%40.32
%24.48
%35.2

CMYK color model

#FC99DC color CMYK value is (0,39,13,1).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK: (0,39,13,1) C0M39Y13K1 (0%,39%,13%,1%) (0.00/0.39/0.13/0.01) 

CMYK percentages

%0
%39.29
%12.7
%1.18

Codes

Color #FC99DC in popluar color models

FC 99 DC
RGB 252 153 220
HSL 319° 94.29% 79.41%
HSB/HSV 319° 39.29% 98.82%
CMYK 0.00% 39.29% 12.70%
1.18%

Color #FC99DC in popluar number systems.

HEX FC 99 DC
Decimal 252 153 220
Binary 11111100 10011001 11011100
Octal 374 231 334

Shades and tints

Shades of #FC99DC

#FC99DC
(252,153,220)
#E68CC8
(230,140,200)
#D07FB4
(208,127,180)
#BA72A0
(186,114,160)
#A4658C
(164,101,140)
#8E5878
(142,88,120)
#784B64
(120,75,100)
#623E50
(98,62,80)
#4C313C
(76,49,60)
#362428
(54,36,40)
#201714
(32,23,20)
#000000
(0,0,0)

Tints of #FC99DC

#FC99DC
(252,153,220)
#FCA2DF
(252,162,223)
#FCABE2
(252,171,226)
#FCB4E5
(252,180,229)
#FCBDE8
(252,189,232)
#FCC6EB
(252,198,235)
#FCCFEE
(252,207,238)
#FCD8F1
(252,216,241)
#FCE1F4
(252,225,244)
#FCEAF7
(252,234,247)
#FCF3FA
(252,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC99DC color. Also use rgb(252,153,220) instead hex code.

Text Font Color

.myTextColor { color: #FC99DC; }

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

This text font color is #FC99DC.

Background Color

.myBgColor { background-color: #FC99DC; }

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

This div background color is #FC99DC.

Border color

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

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

This div border color is #FC99DC.

Opacity

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

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

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

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

This text has shadow with #FC99DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC99DC.

Preview

Color preview on black background

This text has color #FC99DC on black background.


Color preview on white background

This text has color #FC99DC on white background.


Black color preview on #FC99DC background

This text has black color on #FC99DC background.


White color preview on #FC99DC background

This text has white color on #FC99DC background.


Related colors

Complementary color

Complementary color for #hex is #036623.


I love getcolorcode.com

Triadic colors

1 #DCFC99 and #99DCFC with #FC99DC are triadic colors.

2 #DC99FC and #99FCDC with #FC99DC are triadic colors.