COLOR #FCC9AB

HEX: #FCC9AB
RGB: (252,201,171)

Color info

#FCC9AB contains mainly red and green colors. Web safe color of #FCC9AB is #FFCC99 (or #FC9).

RGB color model

#FCC9AB color RGB value is (252,201,171).

  • red value is 252;
  • green value is 201;
  • blue value is 171.
RGB:
(252,201,171)
(99%,79%,67%)

RGB channels and saturation

R 252 of 255 = 99%
G 201 of 255 = 79%
B 171 of 255 = 67%

252
201
171

R + G + B ~ 82%. #FCC9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 201 + 171 = 624 (100%)
R 252 of 624 ~ 40.38%
G 201 of 624 ~ 32.21%
B 171 of 624 ~ 27.4%

%40.38
%32.21
%27.4

CMYK color model

#FCC9AB color CMYK value is (0,20,32,1).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 32.14%
  • key color value is 1.18%
CMYK:
(0,20,32,1)
C0M20Y32K1 
(0%,20%,32%,1%)
(0.00/0.20/0.32/0.01)	

CMYK percentages

%0
%20.24
%32.14
%1.18

Codes

Color #FCC9AB in popluar color models

FCC9AB
RGB252201171
HSL22°93.10%82.94%
HSB/HSV22°32.14%98.82%
CMYK0.00%20.24%32.14%
1.18%

Color #FCC9AB in popluar number systems.

HEXFCC9AB
Decimal252201171
Binary111111001100100110101011
Octal374311253

Shades and tints

Shades of #FCC9AB

#FCC9AB
(252,201,171)
#E6B79C
(230,183,156)
#D0A58D
(208,165,141)
#BA937E
(186,147,126)
#A4816F
(164,129,111)
#8E6F60
(142,111,96)
#785D51
(120,93,81)
#624B42
(98,75,66)
#4C3933
(76,57,51)
#362724
(54,39,36)
#201515
(32,21,21)
#000000
(0,0,0)

Tints of #FCC9AB

#FCC9AB
(252,201,171)
#FCCDB2
(252,205,178)
#FCD1B9
(252,209,185)
#FCD5C0
(252,213,192)
#FCD9C7
(252,217,199)
#FCDDCE
(252,221,206)
#FCE1D5
(252,225,213)
#FCE5DC
(252,229,220)
#FCE9E3
(252,233,227)
#FCEDEA
(252,237,234)
#FCF1F1
(252,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC9AB; }

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

This text font color is #FCC9AB.


Background Color

.myBgColor { background-color: #FCC9AB; }

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

This div background color is #FCC9AB.


Border color

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

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

This div border color is #FCC9AB.


Opacity

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

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

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

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

This text has shadow with #FCC9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC9AB on black background.


Color preview on white background

This text has color #FCC9AB on white background.



Black color preview on #FCC9AB background

This text has black color on #FCC9AB background.


White color preview on #FCC9AB background

This text has white color on #FCC9AB background.