COLOR #FC66B5

HEX: #FC66B5
RGB: (252,102,181)

Color info

#FC66B5 contains mainly red color. Web safe color of #FC66B5 is #FF66CC (or #F6C).

RGB color model

#FC66B5 color RGB value is (252,102,181).

  • red value is 252;
  • green value is 102;
  • blue value is 181.
RGB:
(252,102,181)
(99%,40%,71%)

RGB channels and saturation

R 252 of 255 = 99%
G 102 of 255 = 40%
B 181 of 255 = 71%

252
102
181

R + G + B ~ 70%. #FC66B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 102 + 181 = 535 (100%)
R 252 of 535 ~ 47.1%
G 102 of 535 ~ 19.07%
B 181 of 535 ~ 33.83%

%47.1
%19.07
%33.83

CMYK color model

#FC66B5 color CMYK value is (0,60,28,1).

  • cyan value is 0.00%
  • magenta value is 59.52%
  • yellow value is 28.17%
  • key color value is 1.18%
CMYK:
(0,60,28,1)
C0M60Y28K1 
(0%,60%,28%,1%)
(0.00/0.60/0.28/0.01)	

CMYK percentages

%0
%59.52
%28.17
%1.18

Codes

Color #FC66B5 in popluar color models

FC66B5
RGB252102181
HSL328°96.15%69.41%
HSB/HSV328°59.52%98.82%
CMYK0.00%59.52%28.17%
1.18%

Color #FC66B5 in popluar number systems.

HEXFC66B5
Decimal252102181
Binary11111100110011010110101
Octal374146265

Shades and tints

Shades of #FC66B5

#FC66B5
(252,102,181)
#E65DA5
(230,93,165)
#D05495
(208,84,149)
#BA4B85
(186,75,133)
#A44275
(164,66,117)
#8E3965
(142,57,101)
#783055
(120,48,85)
#622745
(98,39,69)
#4C1E35
(76,30,53)
#361525
(54,21,37)
#200C15
(32,12,21)
#000000
(0,0,0)

Tints of #FC66B5

#FC66B5
(252,102,181)
#FC73BB
(252,115,187)
#FC80C1
(252,128,193)
#FC8DC7
(252,141,199)
#FC9ACD
(252,154,205)
#FCA7D3
(252,167,211)
#FCB4D9
(252,180,217)
#FCC1DF
(252,193,223)
#FCCEE5
(252,206,229)
#FCDBEB
(252,219,235)
#FCE8F1
(252,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC66B5 color. Also use rgb(252,102,181) instead hex code.

Text Font Color

.myTextColor { color: #FC66B5; }

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

This text font color is #FC66B5.


Background Color

.myBgColor { background-color: #FC66B5; }

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

This div background color is #FC66B5.


Border color

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

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

This div border color is #FC66B5.


Opacity

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

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

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

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

This text has shadow with #FC66B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC66B5 on black background.


Color preview on white background

This text has color #FC66B5 on white background.



Black color preview on #FC66B5 background

This text has black color on #FC66B5 background.


White color preview on #FC66B5 background

This text has white color on #FC66B5 background.