COLOR #FCA493

HEX: #FCA493
RGB: (252,164,147)

Color info

#FCA493 contains mainly red color. Web safe color of #FCA493 is #FF9999 (or #F99).

RGB color model

#FCA493 color RGB value is (252,164,147).

  • red value is 252;
  • green value is 164;
  • blue value is 147.
RGB:
(252,164,147)
(99%,64%,58%)

RGB channels and saturation

R 252 of 255 = 99%
G 164 of 255 = 64%
B 147 of 255 = 58%

252
164
147

R + G + B ~ 74%. #FCA493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 164 + 147 = 563 (100%)
R 252 of 563 ~ 44.76%
G 164 of 563 ~ 29.13%
B 147 of 563 ~ 26.11%

%44.76
%29.13
%26.11

CMYK color model

#FCA493 color CMYK value is (0,35,42,1).

  • cyan value is 0.00%
  • magenta value is 34.92%
  • yellow value is 41.67%
  • key color value is 1.18%
CMYK:
(0,35,42,1)
C0M35Y42K1 
(0%,35%,42%,1%)
(0.00/0.35/0.42/0.01)	

CMYK percentages

%0
%34.92
%41.67
%1.18

Codes

Color #FCA493 in popluar color models

FCA493
RGB252164147
HSL10°94.59%78.24%
HSB/HSV10°41.67%98.82%
CMYK0.00%34.92%41.67%
1.18%

Color #FCA493 in popluar number systems.

HEXFCA493
Decimal252164147
Binary111111001010010010010011
Octal374244223

Shades and tints

Shades of #FCA493

#FCA493
(252,164,147)
#E69686
(230,150,134)
#D08879
(208,136,121)
#BA7A6C
(186,122,108)
#A46C5F
(164,108,95)
#8E5E52
(142,94,82)
#785045
(120,80,69)
#624238
(98,66,56)
#4C342B
(76,52,43)
#36261E
(54,38,30)
#201811
(32,24,17)
#000000
(0,0,0)

Tints of #FCA493

#FCA493
(252,164,147)
#FCAC9C
(252,172,156)
#FCB4A5
(252,180,165)
#FCBCAE
(252,188,174)
#FCC4B7
(252,196,183)
#FCCCC0
(252,204,192)
#FCD4C9
(252,212,201)
#FCDCD2
(252,220,210)
#FCE4DB
(252,228,219)
#FCECE4
(252,236,228)
#FCF4ED
(252,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA493 color. Also use rgb(252,164,147) instead hex code.

Text Font Color

.myTextColor { color: #FCA493; }

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

This text font color is #FCA493.


Background Color

.myBgColor { background-color: #FCA493; }

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

This div background color is #FCA493.


Border color

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

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

This div border color is #FCA493.


Opacity

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

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

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

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

This text has shadow with #FCA493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA493 on black background.


Color preview on white background

This text has color #FCA493 on white background.



Black color preview on #FCA493 background

This text has black color on #FCA493 background.


White color preview on #FCA493 background

This text has white color on #FCA493 background.