COLOR #FCB5A3

HEX: #FCB5A3
RGB: (252,181,163)

Color info

#FCB5A3 contains mainly red color. Web safe color of #FCB5A3 is #FFCC99 (or #FC9).

RGB color model

#FCB5A3 color RGB value is (252,181,163).

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

RGB channels and saturation

R 252 of 255 = 99%
G 181 of 255 = 71%
B 163 of 255 = 64%

252
181
163

R + G + B ~ 78%. #FCB5A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 181 + 163 = 596 (100%)
R 252 of 596 ~ 42.28%
G 181 of 596 ~ 30.37%
B 163 of 596 ~ 27.35%

%42.28
%30.37
%27.35

CMYK color model

#FCB5A3 color CMYK value is (0,28,35,1).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 35.32%
  • key color value is 1.18%
CMYK:
(0,28,35,1)
C0M28Y35K1 
(0%,28%,35%,1%)
(0.00/0.28/0.35/0.01)	

CMYK percentages

%0
%28.17
%35.32
%1.18

Codes

Color #FCB5A3 in popluar color models

FCB5A3
RGB252181163
HSL12°93.68%81.37%
HSB/HSV12°35.32%98.82%
CMYK0.00%28.17%35.32%
1.18%

Color #FCB5A3 in popluar number systems.

HEXFCB5A3
Decimal252181163
Binary111111001011010110100011
Octal374265243

Shades and tints

Shades of #FCB5A3

#FCB5A3
(252,181,163)
#E6A595
(230,165,149)
#D09587
(208,149,135)
#BA8579
(186,133,121)
#A4756B
(164,117,107)
#8E655D
(142,101,93)
#78554F
(120,85,79)
#624541
(98,69,65)
#4C3533
(76,53,51)
#362525
(54,37,37)
#201517
(32,21,23)
#000000
(0,0,0)

Tints of #FCB5A3

#FCB5A3
(252,181,163)
#FCBBAB
(252,187,171)
#FCC1B3
(252,193,179)
#FCC7BB
(252,199,187)
#FCCDC3
(252,205,195)
#FCD3CB
(252,211,203)
#FCD9D3
(252,217,211)
#FCDFDB
(252,223,219)
#FCE5E3
(252,229,227)
#FCEBEB
(252,235,235)
#FCF1F3
(252,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB5A3; }

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

This text font color is #FCB5A3.


Background Color

.myBgColor { background-color: #FCB5A3; }

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

This div background color is #FCB5A3.


Border color

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

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

This div border color is #FCB5A3.


Opacity

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

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

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

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

This text has shadow with #FCB5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB5A3 on black background.


Color preview on white background

This text has color #FCB5A3 on white background.



Black color preview on #FCB5A3 background

This text has black color on #FCB5A3 background.


White color preview on #FCB5A3 background

This text has white color on #FCB5A3 background.