COLOR #FC6CB4

HEX: #FC6CB4
RGB: (252,108,180)

Color info

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

RGB color model

#FC6CB4 color RGB value is (252,108,180).

  • red value is 252;
  • green value is 108;
  • blue value is 180.
RGB:
(252,108,180)
(99%,42%,71%)

RGB channels and saturation

R 252 of 255 = 99%
G 108 of 255 = 42%
B 180 of 255 = 71%

252
108
180

R + G + B ~ 71%. #FC6CB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 108 + 180 = 540 (100%)
R 252 of 540 ~ 46.67%
G 108 of 540 ~ 20%
B 180 of 540 ~ 33.33%

%46.67
%20
%33.33

CMYK color model

#FC6CB4 color CMYK value is (0,57,29,1).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 28.57%
  • key color value is 1.18%
CMYK:
(0,57,29,1)
C0M57Y29K1 
(0%,57%,29%,1%)
(0.00/0.57/0.29/0.01)	

CMYK percentages

%0
%57.14
%28.57
%1.18

Codes

Color #FC6CB4 in popluar color models

FC6CB4
RGB252108180
HSL330°96.00%70.59%
HSB/HSV330°57.14%98.82%
CMYK0.00%57.14%28.57%
1.18%

Color #FC6CB4 in popluar number systems.

HEXFC6CB4
Decimal252108180
Binary11111100110110010110100
Octal374154264

Shades and tints

Shades of #FC6CB4

#FC6CB4
(252,108,180)
#E663A4
(230,99,164)
#D05A94
(208,90,148)
#BA5184
(186,81,132)
#A44874
(164,72,116)
#8E3F64
(142,63,100)
#783654
(120,54,84)
#622D44
(98,45,68)
#4C2434
(76,36,52)
#361B24
(54,27,36)
#201214
(32,18,20)
#000000
(0,0,0)

Tints of #FC6CB4

#FC6CB4
(252,108,180)
#FC79BA
(252,121,186)
#FC86C0
(252,134,192)
#FC93C6
(252,147,198)
#FCA0CC
(252,160,204)
#FCADD2
(252,173,210)
#FCBAD8
(252,186,216)
#FCC7DE
(252,199,222)
#FCD4E4
(252,212,228)
#FCE1EA
(252,225,234)
#FCEEF0
(252,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC6CB4 color. Also use rgb(252,108,180) instead hex code.

Text Font Color

.myTextColor { color: #FC6CB4; }

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

This text font color is #FC6CB4.


Background Color

.myBgColor { background-color: #FC6CB4; }

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

This div background color is #FC6CB4.


Border color

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

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

This div border color is #FC6CB4.


Opacity

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

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

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

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

This text has shadow with #FC6CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC6CB4 on black background.


Color preview on white background

This text has color #FC6CB4 on white background.



Black color preview on #FC6CB4 background

This text has black color on #FC6CB4 background.


White color preview on #FC6CB4 background

This text has white color on #FC6CB4 background.