COLOR #FC8498

HEX: #FC8498 RGB: (252,132,152)

Color info

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

RGB color model

#FC8498 color RGB value is (252,132,152).

RGB: (252,132,152) (99%, 52%, 60%)

RGB channels and saturation

R 252 of 255 = 99%
G 132 of 255 = 52%
B 152 of 255 = 60%

252
132
152

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

Portions of RGB colors in percentages

R + G + B = 252 + 132 + 152 = 536 (100%)
R 252 of 536 ~ 47.01%
G 132 of 536 ~ 24.63%
B 152 of 536 ~ 28.36'%

%47.01
%24.63
%28.36

CMYK color model

#FC8498 color CMYK value is (0,48,40,1).

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

CMYK: (0,48,40,1)
C0M48Y40K1 (0%, 48%, 40%, 1%)
(0.00 / 0.48 / 0.40 / 0.01)

CMYK percentages

%0
%47.62
%39.68
%1.18

Codes

Color #FC8498 in popluar color models

FC 84 98
RGB 252 132 152
HSL 350° 95.24% 75.29%
HSB/HSV 350° 47.62% 98.82%
CMYK 0.00% 47.62% 39.68%
1.18%

Color #FC8498 in popluar number systems.

HEX FC 84 98
Decimal 252 132 152
Binary 11111100 10000100 10011000
Octal 374 204 230

Shades and tints

Shades of #FC8498

#FC8498
(252,132,152)
#E6788B
(230,120,139)
#D06C7E
(208,108,126)
#BA6071
(186,96,113)
#A45464
(164,84,100)
#8E4857
(142,72,87)
#783C4A
(120,60,74)
#62303D
(98,48,61)
#4C2430
(76,36,48)
#361823
(54,24,35)
#200C16
(32,12,22)
#000000
(0,0,0)

Tints of #FC8498

#FC8498
(252,132,152)
#FC8FA1
(252,143,161)
#FC9AAA
(252,154,170)
#FCA5B3
(252,165,179)
#FCB0BC
(252,176,188)
#FCBBC5
(252,187,197)
#FCC6CE
(252,198,206)
#FCD1D7
(252,209,215)
#FCDCE0
(252,220,224)
#FCE7E9
(252,231,233)
#FCF2F2
(252,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC8498; }

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

This text font color is #FC8498.

Background Color

.myBgColor { background-color: #FC8498; }

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

This div background color is #FC8498.

Border color

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

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

This div border color is #FC8498.

Opacity

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

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

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

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

This text has shadow with #FC8498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC8498.

Preview

Color preview on black background

This text has color #FC8498 on black background.


Color preview on white background

This text has color #FC8498 on white background.


Black color preview on #FC8498 background

This text has black color on #FC8498 background.


White color preview on #FC8498 background

This text has white color on #FC8498 background.


Related colors

Complementary color

Complementary color for #hex is #037B67.


I love getcolorcode.com

Triadic colors

1 #98FC84 and #8498FC with #FC8498 are triadic colors.

2 #9884FC and #84FC98 with #FC8498 are triadic colors.