COLOR #FCB5A0

HEX: #FCB5A0
RGB: (252,181,160)

Color info

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

RGB color model

#FCB5A0 color RGB value is (252,181,160).

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

RGB channels and saturation

R 252 of 255 = 99%
G 181 of 255 = 71%
B 160 of 255 = 63%

252
181
160

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

Portions of RGB colors in percentages

R + G + B =
252 + 181 + 160 = 593 (100%)
R 252 of 593 ~ 42.5%
G 181 of 593 ~ 30.52%
B 160 of 593 ~ 26.98%

%42.5
%30.52
%26.98

CMYK color model

#FCB5A0 color CMYK value is (0,28,37,1).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 36.51%
  • key color value is 1.18%
CMYK:
(0,28,37,1)
C0M28Y37K1 
(0%,28%,37%,1%)
(0.00/0.28/0.37/0.01)	

CMYK percentages

%0
%28.17
%36.51
%1.18

Codes

Color #FCB5A0 in popluar color models

FCB5A0
RGB252181160
HSL14°93.88%80.78%
HSB/HSV14°36.51%98.82%
CMYK0.00%28.17%36.51%
1.18%

Color #FCB5A0 in popluar number systems.

HEXFCB5A0
Decimal252181160
Binary111111001011010110100000
Octal374265240

Shades and tints

Shades of #FCB5A0

#FCB5A0
(252,181,160)
#E6A592
(230,165,146)
#D09584
(208,149,132)
#BA8576
(186,133,118)
#A47568
(164,117,104)
#8E655A
(142,101,90)
#78554C
(120,85,76)
#62453E
(98,69,62)
#4C3530
(76,53,48)
#362522
(54,37,34)
#201514
(32,21,20)
#000000
(0,0,0)

Tints of #FCB5A0

#FCB5A0
(252,181,160)
#FCBBA8
(252,187,168)
#FCC1B0
(252,193,176)
#FCC7B8
(252,199,184)
#FCCDC0
(252,205,192)
#FCD3C8
(252,211,200)
#FCD9D0
(252,217,208)
#FCDFD8
(252,223,216)
#FCE5E0
(252,229,224)
#FCEBE8
(252,235,232)
#FCF1F0
(252,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB5A0; }

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

This text font color is #FCB5A0.


Background Color

.myBgColor { background-color: #FCB5A0; }

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

This div background color is #FCB5A0.


Border color

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

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

This div border color is #FCB5A0.


Opacity

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

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

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

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

This text has shadow with #FCB5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB5A0 on black background.


Color preview on white background

This text has color #FCB5A0 on white background.



Black color preview on #FCB5A0 background

This text has black color on #FCB5A0 background.


White color preview on #FCB5A0 background

This text has white color on #FCB5A0 background.