COLOR #FC50BA

HEX: #FC50BA
RGB: (252,80,186)

Color info

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

RGB color model

#FC50BA color RGB value is (252,80,186).

  • red value is 252;
  • green value is 80;
  • blue value is 186.
RGB:
(252,80,186)
(99%,31%,73%)

RGB channels and saturation

R 252 of 255 = 99%
G 80 of 255 = 31%
B 186 of 255 = 73%

252
80
186

R + G + B ~ 68%. #FC50BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 80 + 186 = 518 (100%)
R 252 of 518 ~ 48.65%
G 80 of 518 ~ 15.44%
B 186 of 518 ~ 35.91%

%48.65
%15.44
%35.91

CMYK color model

#FC50BA color CMYK value is (0,68,26,1).

  • cyan value is 0.00%
  • magenta value is 68.25%
  • yellow value is 26.19%
  • key color value is 1.18%
CMYK:
(0,68,26,1)
C0M68Y26K1 
(0%,68%,26%,1%)
(0.00/0.68/0.26/0.01)	

CMYK percentages

%0
%68.25
%26.19
%1.18

Codes

Color #FC50BA in popluar color models

FC50BA
RGB25280186
HSL323°96.63%65.10%
HSB/HSV323°68.25%98.82%
CMYK0.00%68.25%26.19%
1.18%

Color #FC50BA in popluar number systems.

HEXFC50BA
Decimal25280186
Binary11111100101000010111010
Octal374120272

Shades and tints

Shades of #FC50BA

#FC50BA
(252,80,186)
#E649AA
(230,73,170)
#D0429A
(208,66,154)
#BA3B8A
(186,59,138)
#A4347A
(164,52,122)
#8E2D6A
(142,45,106)
#78265A
(120,38,90)
#621F4A
(98,31,74)
#4C183A
(76,24,58)
#36112A
(54,17,42)
#200A1A
(32,10,26)
#000000
(0,0,0)

Tints of #FC50BA

#FC50BA
(252,80,186)
#FC5FC0
(252,95,192)
#FC6EC6
(252,110,198)
#FC7DCC
(252,125,204)
#FC8CD2
(252,140,210)
#FC9BD8
(252,155,216)
#FCAADE
(252,170,222)
#FCB9E4
(252,185,228)
#FCC8EA
(252,200,234)
#FCD7F0
(252,215,240)
#FCE6F6
(252,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC50BA color. Also use rgb(252,80,186) instead hex code.

Text Font Color

.myTextColor { color: #FC50BA; }

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

This text font color is #FC50BA.


Background Color

.myBgColor { background-color: #FC50BA; }

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

This div background color is #FC50BA.


Border color

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

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

This div border color is #FC50BA.


Opacity

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

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

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

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

This text has shadow with #FC50BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC50BA on black background.


Color preview on white background

This text has color #FC50BA on white background.



Black color preview on #FC50BA background

This text has black color on #FC50BA background.


White color preview on #FC50BA background

This text has white color on #FC50BA background.