COLOR #FC99AF

HEX: #FC99AF RGB: (252,153,175)

Color info

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

RGB color model

#FC99AF color RGB value is (252,153,175).

RGB: (252,153,175) (99%, 60%, 69%)

RGB channels and saturation

R 252 of 255 = 99%
G 153 of 255 = 60%
B 175 of 255 = 69%

252
153
175

R + G + B ~ 76%. #FC99AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 153 + 175 = 580 (100%)
R 252 of 580 ~ 43.45%
G 153 of 580 ~ 26.38%
B 175 of 580 ~ 30.17'%

%43.45
%26.38
%30.17

CMYK color model

#FC99AF color CMYK value is (0,39,31,1).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 30.56%
  • key color value is 1.18%

CMYK: (0,39,31,1)
C0M39Y31K1 (0%, 39%, 31%, 1%)
(0.00 / 0.39 / 0.31 / 0.01)

CMYK percentages

%0
%39.29
%30.56
%1.18

Codes

Color #FC99AF in popluar color models

FC 99 AF
RGB 252 153 175
HSL 347° 94.29% 79.41%
HSB/HSV 347° 39.29% 98.82%
CMYK 0.00% 39.29% 30.56%
1.18%

Color #FC99AF in popluar number systems.

HEX FC 99 AF
Decimal 252 153 175
Binary 11111100 10011001 10101111
Octal 374 231 257

Shades and tints

Shades of #FC99AF

#FC99AF
(252,153,175)
#E68CA0
(230,140,160)
#D07F91
(208,127,145)
#BA7282
(186,114,130)
#A46573
(164,101,115)
#8E5864
(142,88,100)
#784B55
(120,75,85)
#623E46
(98,62,70)
#4C3137
(76,49,55)
#362428
(54,36,40)
#201719
(32,23,25)
#000000
(0,0,0)

Tints of #FC99AF

#FC99AF
(252,153,175)
#FCA2B6
(252,162,182)
#FCABBD
(252,171,189)
#FCB4C4
(252,180,196)
#FCBDCB
(252,189,203)
#FCC6D2
(252,198,210)
#FCCFD9
(252,207,217)
#FCD8E0
(252,216,224)
#FCE1E7
(252,225,231)
#FCEAEE
(252,234,238)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC99AF color. Also use rgb(252,153,175) instead hex code.

Text Font Color

.myTextColor { color: #FC99AF; }

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

This text font color is #FC99AF.

Background Color

.myBgColor { background-color: #FC99AF; }

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

This div background color is #FC99AF.

Border color

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

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

This div border color is #FC99AF.

Opacity

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

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

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

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

This text has shadow with #FC99AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC99AF.

Preview

Color preview on black background

This text has color #FC99AF on black background.


Color preview on white background

This text has color #FC99AF on white background.


Black color preview on #FC99AF background

This text has black color on #FC99AF background.


White color preview on #FC99AF background

This text has white color on #FC99AF background.


Related colors

Complementary color

Complementary color for #hex is #036650.


I love getcolorcode.com

Triadic colors

1 #AFFC99 and #99AFFC with #FC99AF are triadic colors.

2 #AF99FC and #99FCAF with #FC99AF are triadic colors.