COLOR #FC84B0

HEX: #FC84B0 RGB: (252,132,176)

Color info

#FC84B0 contains mainly red color. Web safe color of #FC84B0 is #FF9999 (or #F99).

RGB color model

#FC84B0 color RGB value is (252,132,176).

RGB: (252,132,176) (99%, 52%, 69%)

RGB channels and saturation

R 252 of 255 = 99%
G 132 of 255 = 52%
B 176 of 255 = 69%

252
132
176

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

Portions of RGB colors in percentages

R + G + B = 252 + 132 + 176 = 560 (100%)
R 252 of 560 ~ 45%
G 132 of 560 ~ 23.57%
B 176 of 560 ~ 31.43'%

%45
%23.57
%31.43

CMYK color model

#FC84B0 color CMYK value is (0,48,30,1).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 30.16%
  • key color value is 1.18%

CMYK: (0,48,30,1)
C0M48Y30K1 (0%, 48%, 30%, 1%)
(0.00 / 0.48 / 0.30 / 0.01)

CMYK percentages

%0
%47.62
%30.16
%1.18

Codes

Color #FC84B0 in popluar color models

FC 84 B0
RGB 252 132 176
HSL 338° 95.24% 75.29%
HSB/HSV 338° 47.62% 98.82%
CMYK 0.00% 47.62% 30.16%
1.18%

Color #FC84B0 in popluar number systems.

HEX FC 84 B0
Decimal 252 132 176
Binary 11111100 10000100 10110000
Octal 374 204 260

Shades and tints

Shades of #FC84B0

#FC84B0
(252,132,176)
#E678A0
(230,120,160)
#D06C90
(208,108,144)
#BA6080
(186,96,128)
#A45470
(164,84,112)
#8E4860
(142,72,96)
#783C50
(120,60,80)
#623040
(98,48,64)
#4C2430
(76,36,48)
#361820
(54,24,32)
#200C10
(32,12,16)
#000000
(0,0,0)

Tints of #FC84B0

#FC84B0
(252,132,176)
#FC8FB7
(252,143,183)
#FC9ABE
(252,154,190)
#FCA5C5
(252,165,197)
#FCB0CC
(252,176,204)
#FCBBD3
(252,187,211)
#FCC6DA
(252,198,218)
#FCD1E1
(252,209,225)
#FCDCE8
(252,220,232)
#FCE7EF
(252,231,239)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC84B0 color. Also use rgb(252,132,176) instead hex code.

Text Font Color

.myTextColor { color: #FC84B0; }

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

This text font color is #FC84B0.

Background Color

.myBgColor { background-color: #FC84B0; }

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

This div background color is #FC84B0.

Border color

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

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

This div border color is #FC84B0.

Opacity

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

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

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

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

This text has shadow with #FC84B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC84B0.

Preview

Color preview on black background

This text has color #FC84B0 on black background.


Color preview on white background

This text has color #FC84B0 on white background.


Black color preview on #FC84B0 background

This text has black color on #FC84B0 background.


White color preview on #FC84B0 background

This text has white color on #FC84B0 background.


Related colors

Complementary color

Complementary color for #hex is #037B4F.


I love getcolorcode.com

Triadic colors

1 #B0FC84 and #84B0FC with #FC84B0 are triadic colors.

2 #B084FC and #84FCB0 with #FC84B0 are triadic colors.