COLOR #FC98AB

HEX: #FC98AB RGB: (252,152,171)

Color info

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

RGB color model

#FC98AB color RGB value is (252,152,171).

RGB: (252,152,171) (99%, 60%, 67%)

RGB channels and saturation

R 252 of 255 = 99%
G 152 of 255 = 60%
B 171 of 255 = 67%

252
152
171

R + G + B ~ 75%. #FC98AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 152 + 171 = 575 (100%)
R 252 of 575 ~ 43.83%
G 152 of 575 ~ 26.43%
B 171 of 575 ~ 29.74'%

%43.83
%26.43
%29.74

CMYK color model

#FC98AB color CMYK value is (0,40,32,1).

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

CMYK: (0,40,32,1)
C0M40Y32K1 (0%, 40%, 32%, 1%)
(0.00 / 0.40 / 0.32 / 0.01)

CMYK percentages

%0
%39.68
%32.14
%1.18

Codes

Color #FC98AB in popluar color models

FC 98 AB
RGB 252 152 171
HSL 349° 94.34% 79.22%
HSB/HSV 349° 39.68% 98.82%
CMYK 0.00% 39.68% 32.14%
1.18%

Color #FC98AB in popluar number systems.

HEX FC 98 AB
Decimal 252 152 171
Binary 11111100 10011000 10101011
Octal 374 230 253

Shades and tints

Shades of #FC98AB

#FC98AB
(252,152,171)
#E68B9C
(230,139,156)
#D07E8D
(208,126,141)
#BA717E
(186,113,126)
#A4646F
(164,100,111)
#8E5760
(142,87,96)
#784A51
(120,74,81)
#623D42
(98,61,66)
#4C3033
(76,48,51)
#362324
(54,35,36)
#201615
(32,22,21)
#000000
(0,0,0)

Tints of #FC98AB

#FC98AB
(252,152,171)
#FCA1B2
(252,161,178)
#FCAAB9
(252,170,185)
#FCB3C0
(252,179,192)
#FCBCC7
(252,188,199)
#FCC5CE
(252,197,206)
#FCCED5
(252,206,213)
#FCD7DC
(252,215,220)
#FCE0E3
(252,224,227)
#FCE9EA
(252,233,234)
#FCF2F1
(252,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC98AB; }

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

This text font color is #FC98AB.

Background Color

.myBgColor { background-color: #FC98AB; }

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

This div background color is #FC98AB.

Border color

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

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

This div border color is #FC98AB.

Opacity

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

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

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

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

This text has shadow with #FC98AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC98AB.

Preview

Color preview on black background

This text has color #FC98AB on black background.


Color preview on white background

This text has color #FC98AB on white background.


Black color preview on #FC98AB background

This text has black color on #FC98AB background.


White color preview on #FC98AB background

This text has white color on #FC98AB background.


Related colors

Complementary color

Complementary color for #hex is #036754.


I love getcolorcode.com

Triadic colors

1 #ABFC98 and #98ABFC with #FC98AB are triadic colors.

2 #AB98FC and #98FCAB with #FC98AB are triadic colors.