COLOR #FCC6A0

HEX: #FCC6A0
RGB: (252,198,160)

Color info

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

RGB color model

#FCC6A0 color RGB value is (252,198,160).

  • red value is 252;
  • green value is 198;
  • blue value is 160.
RGB:
(252,198,160)
(99%,78%,63%)

RGB channels and saturation

R 252 of 255 = 99%
G 198 of 255 = 78%
B 160 of 255 = 63%

252
198
160

R + G + B ~ 80%. #FCC6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 198 + 160 = 610 (100%)
R 252 of 610 ~ 41.31%
G 198 of 610 ~ 32.46%
B 160 of 610 ~ 26.23%

%41.31
%32.46
%26.23

CMYK color model

#FCC6A0 color CMYK value is (0,21,37,1).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 36.51%
  • key color value is 1.18%
CMYK:
(0,21,37,1)
C0M21Y37K1 
(0%,21%,37%,1%)
(0.00/0.21/0.37/0.01)	

CMYK percentages

%0
%21.43
%36.51
%1.18

Codes

Color #FCC6A0 in popluar color models

FCC6A0
RGB252198160
HSL25°93.88%80.78%
HSB/HSV25°36.51%98.82%
CMYK0.00%21.43%36.51%
1.18%

Color #FCC6A0 in popluar number systems.

HEXFCC6A0
Decimal252198160
Binary111111001100011010100000
Octal374306240

Shades and tints

Shades of #FCC6A0

#FCC6A0
(252,198,160)
#E6B492
(230,180,146)
#D0A284
(208,162,132)
#BA9076
(186,144,118)
#A47E68
(164,126,104)
#8E6C5A
(142,108,90)
#785A4C
(120,90,76)
#62483E
(98,72,62)
#4C3630
(76,54,48)
#362422
(54,36,34)
#201214
(32,18,20)
#000000
(0,0,0)

Tints of #FCC6A0

#FCC6A0
(252,198,160)
#FCCBA8
(252,203,168)
#FCD0B0
(252,208,176)
#FCD5B8
(252,213,184)
#FCDAC0
(252,218,192)
#FCDFC8
(252,223,200)
#FCE4D0
(252,228,208)
#FCE9D8
(252,233,216)
#FCEEE0
(252,238,224)
#FCF3E8
(252,243,232)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC6A0 color. Also use rgb(252,198,160) instead hex code.

Text Font Color

.myTextColor { color: #FCC6A0; }

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

This text font color is #FCC6A0.


Background Color

.myBgColor { background-color: #FCC6A0; }

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

This div background color is #FCC6A0.


Border color

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

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

This div border color is #FCC6A0.


Opacity

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

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

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

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

This text has shadow with #FCC6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC6A0 on black background.


Color preview on white background

This text has color #FCC6A0 on white background.



Black color preview on #FCC6A0 background

This text has black color on #FCC6A0 background.


White color preview on #FCC6A0 background

This text has white color on #FCC6A0 background.