COLOR #FAC8A3

HEX: #FAC8A3 RGB: (250,200,163)

Color info

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

RGB color model

#FAC8A3 color RGB value is (250,200,163).

RGB: (250,200,163) (98%, 78%, 64%)

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 163 of 255 = 64%

250
200
163

R + G + B ~ 80%. #FAC8A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 200 + 163 = 613 (100%)
R 250 of 613 ~ 40.78%
G 200 of 613 ~ 32.63%
B 163 of 613 ~ 26.59'%

%40.78
%32.63
%26.59

CMYK color model

#FAC8A3 color CMYK value is (0,20,35,2).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 34.80%
  • key color value is 1.96%

CMYK: (0,20,35,2)
C0M20Y35K2 (0%, 20%, 35%, 2%)
(0.00 / 0.20 / 0.35 / 0.02)

CMYK percentages

%0
%20
%34.8
%1.96

Codes

Color #FAC8A3 in popluar color models

FA C8 A3
RGB 250 200 163
HSL 26° 89.69% 80.98%
HSB/HSV 26° 34.80% 98.04%
CMYK 0.00% 20.00% 34.80%
1.96%

Color #FAC8A3 in popluar number systems.

HEX FA C8 A3
Decimal 250 200 163
Binary 11111010 11001000 10100011
Octal 372 310 243

Shades and tints

Shades of #FAC8A3

#FAC8A3
(250,200,163)
#E4B695
(228,182,149)
#CEA487
(206,164,135)
#B89279
(184,146,121)
#A2806B
(162,128,107)
#8C6E5D
(140,110,93)
#765C4F
(118,92,79)
#604A41
(96,74,65)
#4A3833
(74,56,51)
#342625
(52,38,37)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #FAC8A3

#FAC8A3
(250,200,163)
#FACDAB
(250,205,171)
#FAD2B3
(250,210,179)
#FAD7BB
(250,215,187)
#FADCC3
(250,220,195)
#FAE1CB
(250,225,203)
#FAE6D3
(250,230,211)
#FAEBDB
(250,235,219)
#FAF0E3
(250,240,227)
#FAF5EB
(250,245,235)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC8A3 color. Also use rgb(250,200,163) instead hex code.

Text Font Color

.myTextColor { color: #FAC8A3; }

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

This text font color is #FAC8A3.

Background Color

.myBgColor { background-color: #FAC8A3; }

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

This div background color is #FAC8A3.

Border color

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

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

This div border color is #FAC8A3.

Opacity

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

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

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

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

This text has shadow with #FAC8A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC8A3.

Preview

Color preview on black background

This text has color #FAC8A3 on black background.


Color preview on white background

This text has color #FAC8A3 on white background.


Black color preview on #FAC8A3 background

This text has black color on #FAC8A3 background.


White color preview on #FAC8A3 background

This text has white color on #FAC8A3 background.


Related colors

Complementary color

Complementary color for #hex is #05375C.


I love getcolorcode.com

Triadic colors

1 #A3FAC8 and #C8A3FA with #FAC8A3 are triadic colors.

2 #A3C8FA and #C8FAA3 with #FAC8A3 are triadic colors.