COLOR #FCAFA0

HEX: #FCAFA0
RGB: (252,175,160)

Color info

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

RGB color model

#FCAFA0 color RGB value is (252,175,160).

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

RGB channels and saturation

R 252 of 255 = 99%
G 175 of 255 = 69%
B 160 of 255 = 63%

252
175
160

R + G + B ~ 77%. #FCAFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 175 + 160 = 587 (100%)
R 252 of 587 ~ 42.93%
G 175 of 587 ~ 29.81%
B 160 of 587 ~ 27.26%

%42.93
%29.81
%27.26

CMYK color model

#FCAFA0 color CMYK value is (0,31,37,1).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 36.51%
  • key color value is 1.18%
CMYK:
(0,31,37,1)
C0M31Y37K1 
(0%,31%,37%,1%)
(0.00/0.31/0.37/0.01)	

CMYK percentages

%0
%30.56
%36.51
%1.18

Codes

Color #FCAFA0 in popluar color models

FCAFA0
RGB252175160
HSL10°93.88%80.78%
HSB/HSV10°36.51%98.82%
CMYK0.00%30.56%36.51%
1.18%

Color #FCAFA0 in popluar number systems.

HEXFCAFA0
Decimal252175160
Binary111111001010111110100000
Octal374257240

Shades and tints

Shades of #FCAFA0

#FCAFA0
(252,175,160)
#E6A092
(230,160,146)
#D09184
(208,145,132)
#BA8276
(186,130,118)
#A47368
(164,115,104)
#8E645A
(142,100,90)
#78554C
(120,85,76)
#62463E
(98,70,62)
#4C3730
(76,55,48)
#362822
(54,40,34)
#201914
(32,25,20)
#000000
(0,0,0)

Tints of #FCAFA0

#FCAFA0
(252,175,160)
#FCB6A8
(252,182,168)
#FCBDB0
(252,189,176)
#FCC4B8
(252,196,184)
#FCCBC0
(252,203,192)
#FCD2C8
(252,210,200)
#FCD9D0
(252,217,208)
#FCE0D8
(252,224,216)
#FCE7E0
(252,231,224)
#FCEEE8
(252,238,232)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCAFA0; }

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

This text font color is #FCAFA0.


Background Color

.myBgColor { background-color: #FCAFA0; }

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

This div background color is #FCAFA0.


Border color

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

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

This div border color is #FCAFA0.


Opacity

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

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

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

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

This text has shadow with #FCAFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCAFA0 on black background.


Color preview on white background

This text has color #FCAFA0 on white background.



Black color preview on #FCAFA0 background

This text has black color on #FCAFA0 background.


White color preview on #FCAFA0 background

This text has white color on #FCAFA0 background.