COLOR #FAC5AA

HEX: #FAC5AA RGB: (250,197,170)

Color info

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

RGB color model

#FAC5AA color RGB value is (250,197,170).

RGB: (250,197,170) (98%, 77%, 67%)

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 170 of 255 = 67%

250
197
170

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

Portions of RGB colors in percentages

R + G + B = 250 + 197 + 170 = 617 (100%)
R 250 of 617 ~ 40.52%
G 197 of 617 ~ 31.93%
B 170 of 617 ~ 27.55'%

%40.52
%31.93
%27.55

CMYK color model

#FAC5AA color CMYK value is (0,21,32,2).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 32.00%
  • key color value is 1.96%
CMYK: (0,21,32,2) C0M21Y32K2 (0%,21%,32%,2%) (0.00/0.21/0.32/0.02) 

CMYK percentages

%0
%21.2
%32
%1.96

Codes

Color #FAC5AA in popluar color models

FA C5 AA
RGB 250 197 170
HSL 20° 88.89% 82.35%
HSB/HSV 20° 32.00% 98.04%
CMYK 0.00% 21.20% 32.00%
1.96%

Color #FAC5AA in popluar number systems.

HEX FA C5 AA
Decimal 250 197 170
Binary 11111010 11000101 10101010
Octal 372 305 252

Shades and tints

Shades of #FAC5AA

#FAC5AA
(250,197,170)
#E4B49B
(228,180,155)
#CEA38C
(206,163,140)
#B8927D
(184,146,125)
#A2816E
(162,129,110)
#8C705F
(140,112,95)
#765F50
(118,95,80)
#604E41
(96,78,65)
#4A3D32
(74,61,50)
#342C23
(52,44,35)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #FAC5AA

#FAC5AA
(250,197,170)
#FACAB1
(250,202,177)
#FACFB8
(250,207,184)
#FAD4BF
(250,212,191)
#FAD9C6
(250,217,198)
#FADECD
(250,222,205)
#FAE3D4
(250,227,212)
#FAE8DB
(250,232,219)
#FAEDE2
(250,237,226)
#FAF2E9
(250,242,233)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC5AA color. Also use rgb(250,197,170) instead hex code.

Text Font Color

.myTextColor { color: #FAC5AA; }

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

This text font color is #FAC5AA.

Background Color

.myBgColor { background-color: #FAC5AA; }

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

This div background color is #FAC5AA.

Border color

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

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

This div border color is #FAC5AA.

Opacity

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

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

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

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

This text has shadow with #FAC5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC5AA.

Preview

Color preview on black background

This text has color #FAC5AA on black background.


Color preview on white background

This text has color #FAC5AA on white background.


Black color preview on #FAC5AA background

This text has black color on #FAC5AA background.


White color preview on #FAC5AA background

This text has white color on #FAC5AA background.


Related colors

Complementary color

Complementary color for #hex is #053A55.


I love getcolorcode.com

Triadic colors

1 #AAFAC5 and #C5AAFA with #FAC5AA are triadic colors.

2 #AAC5FA and #C5FAAA with #FAC5AA are triadic colors.