COLOR #FAC0A7

HEX: #FAC0A7
RGB: (250,192,167)

Color info

#FAC0A7 contains mainly red and green colors. Web safe color of #FAC0A7 is #FFCC99 (or #FC9).

RGB color model

#FAC0A7 color RGB value is (250,192,167).

  • red value is 250;
  • green value is 192;
  • blue value is 167.
RGB:
(250,192,167)
(98%,75%,65%)

RGB channels and saturation

R 250 of 255 = 98%
G 192 of 255 = 75%
B 167 of 255 = 65%

250
192
167

R + G + B ~ 79%. #FAC0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 192 + 167 = 609 (100%)
R 250 of 609 ~ 41.05%
G 192 of 609 ~ 31.53%
B 167 of 609 ~ 27.42%

%41.05
%31.53
%27.42

CMYK color model

#FAC0A7 color CMYK value is (0,23,33,2).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 33.20%
  • key color value is 1.96%
CMYK:
(0,23,33,2)
C0M23Y33K2 
(0%,23%,33%,2%)
(0.00/0.23/0.33/0.02)	

CMYK percentages

%0
%23.2
%33.2
%1.96

Codes

Color #FAC0A7 in popluar color models

FAC0A7
RGB250192167
HSL18°89.25%81.76%
HSB/HSV18°33.20%98.04%
CMYK0.00%23.20%33.20%
1.96%

Color #FAC0A7 in popluar number systems.

HEXFAC0A7
Decimal250192167
Binary111110101100000010100111
Octal372300247

Shades and tints

Shades of #FAC0A7

#FAC0A7
(250,192,167)
#E4AF98
(228,175,152)
#CE9E89
(206,158,137)
#B88D7A
(184,141,122)
#A27C6B
(162,124,107)
#8C6B5C
(140,107,92)
#765A4D
(118,90,77)
#60493E
(96,73,62)
#4A382F
(74,56,47)
#342720
(52,39,32)
#1E1611
(30,22,17)
#000000
(0,0,0)

Tints of #FAC0A7

#FAC0A7
(250,192,167)
#FAC5AF
(250,197,175)
#FACAB7
(250,202,183)
#FACFBF
(250,207,191)
#FAD4C7
(250,212,199)
#FAD9CF
(250,217,207)
#FADED7
(250,222,215)
#FAE3DF
(250,227,223)
#FAE8E7
(250,232,231)
#FAEDEF
(250,237,239)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC0A7 color. Also use rgb(250,192,167) instead hex code.

Text Font Color

.myTextColor { color: #FAC0A7; }

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

This text font color is #FAC0A7.


Background Color

.myBgColor { background-color: #FAC0A7; }

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

This div background color is #FAC0A7.


Border color

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

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

This div border color is #FAC0A7.


Opacity

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

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

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

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

This text has shadow with #FAC0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC0A7 on black background.


Color preview on white background

This text has color #FAC0A7 on white background.



Black color preview on #FAC0A7 background

This text has black color on #FAC0A7 background.


White color preview on #FAC0A7 background

This text has white color on #FAC0A7 background.