COLOR #FCC4A3

HEX: #FCC4A3
RGB: (252,196,163)

Color info

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

RGB color model

#FCC4A3 color RGB value is (252,196,163).

  • red value is 252;
  • green value is 196;
  • blue value is 163.
RGB:
(252,196,163)
(99%,77%,64%)

RGB channels and saturation

R 252 of 255 = 99%
G 196 of 255 = 77%
B 163 of 255 = 64%

252
196
163

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

Portions of RGB colors in percentages

R + G + B =
252 + 196 + 163 = 611 (100%)
R 252 of 611 ~ 41.24%
G 196 of 611 ~ 32.08%
B 163 of 611 ~ 26.68%

%41.24
%32.08
%26.68

CMYK color model

#FCC4A3 color CMYK value is (0,22,35,1).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 35.32%
  • key color value is 1.18%
CMYK:
(0,22,35,1)
C0M22Y35K1 
(0%,22%,35%,1%)
(0.00/0.22/0.35/0.01)	

CMYK percentages

%0
%22.22
%35.32
%1.18

Codes

Color #FCC4A3 in popluar color models

FCC4A3
RGB252196163
HSL22°93.68%81.37%
HSB/HSV22°35.32%98.82%
CMYK0.00%22.22%35.32%
1.18%

Color #FCC4A3 in popluar number systems.

HEXFCC4A3
Decimal252196163
Binary111111001100010010100011
Octal374304243

Shades and tints

Shades of #FCC4A3

#FCC4A3
(252,196,163)
#E6B395
(230,179,149)
#D0A287
(208,162,135)
#BA9179
(186,145,121)
#A4806B
(164,128,107)
#8E6F5D
(142,111,93)
#785E4F
(120,94,79)
#624D41
(98,77,65)
#4C3C33
(76,60,51)
#362B25
(54,43,37)
#201A17
(32,26,23)
#000000
(0,0,0)

Tints of #FCC4A3

#FCC4A3
(252,196,163)
#FCC9AB
(252,201,171)
#FCCEB3
(252,206,179)
#FCD3BB
(252,211,187)
#FCD8C3
(252,216,195)
#FCDDCB
(252,221,203)
#FCE2D3
(252,226,211)
#FCE7DB
(252,231,219)
#FCECE3
(252,236,227)
#FCF1EB
(252,241,235)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC4A3 color. Also use rgb(252,196,163) instead hex code.

Text Font Color

.myTextColor { color: #FCC4A3; }

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

This text font color is #FCC4A3.


Background Color

.myBgColor { background-color: #FCC4A3; }

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

This div background color is #FCC4A3.


Border color

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

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

This div border color is #FCC4A3.


Opacity

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

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

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

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

This text has shadow with #FCC4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC4A3 on black background.


Color preview on white background

This text has color #FCC4A3 on white background.



Black color preview on #FCC4A3 background

This text has black color on #FCC4A3 background.


White color preview on #FCC4A3 background

This text has white color on #FCC4A3 background.