COLOR #FC76BD

HEX: #FC76BD
RGB: (252,118,189)

Color info

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

RGB color model

#FC76BD color RGB value is (252,118,189).

  • red value is 252;
  • green value is 118;
  • blue value is 189.
RGB:
(252,118,189)
(99%,46%,74%)

RGB channels and saturation

R 252 of 255 = 99%
G 118 of 255 = 46%
B 189 of 255 = 74%

252
118
189

R + G + B ~ 73%. #FC76BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 118 + 189 = 559 (100%)
R 252 of 559 ~ 45.08%
G 118 of 559 ~ 21.11%
B 189 of 559 ~ 33.81%

%45.08
%21.11
%33.81

CMYK color model

#FC76BD color CMYK value is (0,53,25,1).

  • cyan value is 0.00%
  • magenta value is 53.17%
  • yellow value is 25.00%
  • key color value is 1.18%
CMYK:
(0,53,25,1)
C0M53Y25K1 
(0%,53%,25%,1%)
(0.00/0.53/0.25/0.01)	

CMYK percentages

%0
%53.17
%25
%1.18

Codes

Color #FC76BD in popluar color models

FC76BD
RGB252118189
HSL328°95.71%72.55%
HSB/HSV328°53.17%98.82%
CMYK0.00%53.17%25.00%
1.18%

Color #FC76BD in popluar number systems.

HEXFC76BD
Decimal252118189
Binary11111100111011010111101
Octal374166275

Shades and tints

Shades of #FC76BD

#FC76BD
(252,118,189)
#E66CAC
(230,108,172)
#D0629B
(208,98,155)
#BA588A
(186,88,138)
#A44E79
(164,78,121)
#8E4468
(142,68,104)
#783A57
(120,58,87)
#623046
(98,48,70)
#4C2635
(76,38,53)
#361C24
(54,28,36)
#201213
(32,18,19)
#000000
(0,0,0)

Tints of #FC76BD

#FC76BD
(252,118,189)
#FC82C3
(252,130,195)
#FC8EC9
(252,142,201)
#FC9ACF
(252,154,207)
#FCA6D5
(252,166,213)
#FCB2DB
(252,178,219)
#FCBEE1
(252,190,225)
#FCCAE7
(252,202,231)
#FCD6ED
(252,214,237)
#FCE2F3
(252,226,243)
#FCEEF9
(252,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC76BD color. Also use rgb(252,118,189) instead hex code.

Text Font Color

.myTextColor { color: #FC76BD; }

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

This text font color is #FC76BD.


Background Color

.myBgColor { background-color: #FC76BD; }

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

This div background color is #FC76BD.


Border color

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

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

This div border color is #FC76BD.


Opacity

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

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

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

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

This text has shadow with #FC76BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC76BD on black background.


Color preview on white background

This text has color #FC76BD on white background.



Black color preview on #FC76BD background

This text has black color on #FC76BD background.


White color preview on #FC76BD background

This text has white color on #FC76BD background.