COLOR #FAC7AC

HEX: #FAC7AC RGB: (250,199,172)

Color info

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

RGB color model

#FAC7AC color RGB value is (250,199,172).

RGB: (250,199,172) (98%, 78%, 67%)

RGB channels and saturation

R 250 of 255 = 98%
G 199 of 255 = 78%
B 172 of 255 = 67%

250
199
172

R + G + B ~ 81%. #FAC7AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 199 + 172 = 621 (100%)
R 250 of 621 ~ 40.26%
G 199 of 621 ~ 32.05%
B 172 of 621 ~ 27.7'%

%40.26
%32.05
%27.7

CMYK color model

#FAC7AC color CMYK value is (0,20,31,2).

  • cyan value is 0.00%
  • magenta value is 20.40%
  • yellow value is 31.20%
  • key color value is 1.96%

CMYK: (0,20,31,2)
C0M20Y31K2 (0%, 20%, 31%, 2%)
(0.00 / 0.20 / 0.31 / 0.02)

CMYK percentages

%0
%20.4
%31.2
%1.96

Codes

Color #FAC7AC in popluar color models

FA C7 AC
RGB 250 199 172
HSL 21° 88.64% 82.75%
HSB/HSV 21° 31.20% 98.04%
CMYK 0.00% 20.40% 31.20%
1.96%

Color #FAC7AC in popluar number systems.

HEX FA C7 AC
Decimal 250 199 172
Binary 11111010 11000111 10101100
Octal 372 307 254

Shades and tints

Shades of #FAC7AC

#FAC7AC
(250,199,172)
#E4B59D
(228,181,157)
#CEA38E
(206,163,142)
#B8917F
(184,145,127)
#A27F70
(162,127,112)
#8C6D61
(140,109,97)
#765B52
(118,91,82)
#604943
(96,73,67)
#4A3734
(74,55,52)
#342525
(52,37,37)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #FAC7AC

#FAC7AC
(250,199,172)
#FACCB3
(250,204,179)
#FAD1BA
(250,209,186)
#FAD6C1
(250,214,193)
#FADBC8
(250,219,200)
#FAE0CF
(250,224,207)
#FAE5D6
(250,229,214)
#FAEADD
(250,234,221)
#FAEFE4
(250,239,228)
#FAF4EB
(250,244,235)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC7AC color. Also use rgb(250,199,172) instead hex code.

Text Font Color

.myTextColor { color: #FAC7AC; }

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

This text font color is #FAC7AC.

Background Color

.myBgColor { background-color: #FAC7AC; }

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

This div background color is #FAC7AC.

Border color

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

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

This div border color is #FAC7AC.

Opacity

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

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

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

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

This text has shadow with #FAC7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC7AC.

Preview

Color preview on black background

This text has color #FAC7AC on black background.


Color preview on white background

This text has color #FAC7AC on white background.


Black color preview on #FAC7AC background

This text has black color on #FAC7AC background.


White color preview on #FAC7AC background

This text has white color on #FAC7AC background.


Related colors

Complementary color

Complementary color for #hex is #053853.


I love getcolorcode.com

Triadic colors

1 #ACFAC7 and #C7ACFA with #FAC7AC are triadic colors.

2 #ACC7FA and #C7FAAC with #FAC7AC are triadic colors.