COLOR #FCA79A

HEX: #FCA79A
RGB: (252,167,154)

Color info

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

RGB color model

#FCA79A color RGB value is (252,167,154).

  • red value is 252;
  • green value is 167;
  • blue value is 154.
RGB:
(252,167,154)
(99%,65%,60%)

RGB channels and saturation

R 252 of 255 = 99%
G 167 of 255 = 65%
B 154 of 255 = 60%

252
167
154

R + G + B ~ 75%. #FCA79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 167 + 154 = 573 (100%)
R 252 of 573 ~ 43.98%
G 167 of 573 ~ 29.14%
B 154 of 573 ~ 26.88%

%43.98
%29.14
%26.88

CMYK color model

#FCA79A color CMYK value is (0,34,39,1).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 38.89%
  • key color value is 1.18%
CMYK:
(0,34,39,1)
C0M34Y39K1 
(0%,34%,39%,1%)
(0.00/0.34/0.39/0.01)	

CMYK percentages

%0
%33.73
%38.89
%1.18

Codes

Color #FCA79A in popluar color models

FCA79A
RGB252167154
HSL94.23%79.61%
HSB/HSV38.89%98.82%
CMYK0.00%33.73%38.89%
1.18%

Color #FCA79A in popluar number systems.

HEXFCA79A
Decimal252167154
Binary111111001010011110011010
Octal374247232

Shades and tints

Shades of #FCA79A

#FCA79A
(252,167,154)
#E6988C
(230,152,140)
#D0897E
(208,137,126)
#BA7A70
(186,122,112)
#A46B62
(164,107,98)
#8E5C54
(142,92,84)
#784D46
(120,77,70)
#623E38
(98,62,56)
#4C2F2A
(76,47,42)
#36201C
(54,32,28)
#20110E
(32,17,14)
#000000
(0,0,0)

Tints of #FCA79A

#FCA79A
(252,167,154)
#FCAFA3
(252,175,163)
#FCB7AC
(252,183,172)
#FCBFB5
(252,191,181)
#FCC7BE
(252,199,190)
#FCCFC7
(252,207,199)
#FCD7D0
(252,215,208)
#FCDFD9
(252,223,217)
#FCE7E2
(252,231,226)
#FCEFEB
(252,239,235)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA79A color. Also use rgb(252,167,154) instead hex code.

Text Font Color

.myTextColor { color: #FCA79A; }

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

This text font color is #FCA79A.


Background Color

.myBgColor { background-color: #FCA79A; }

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

This div background color is #FCA79A.


Border color

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

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

This div border color is #FCA79A.


Opacity

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

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

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

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

This text has shadow with #FCA79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA79A on black background.


Color preview on white background

This text has color #FCA79A on white background.



Black color preview on #FCA79A background

This text has black color on #FCA79A background.


White color preview on #FCA79A background

This text has white color on #FCA79A background.