COLOR #FAC89B

HEX: #FAC89B RGB: (250,200,155)

Color info

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

RGB color model

#FAC89B color RGB value is (250,200,155).

RGB: (250,200,155) (98%, 78%, 61%)

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 155 of 255 = 61%

250
200
155

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

Portions of RGB colors in percentages

R + G + B = 250 + 200 + 155 = 605 (100%)
R 250 of 605 ~ 41.32%
G 200 of 605 ~ 33.06%
B 155 of 605 ~ 25.62'%

%41.32
%33.06
%25.62

CMYK color model

#FAC89B color CMYK value is (0,20,38,2).

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

CMYK: (0,20,38,2)
C0M20Y38K2 (0%, 20%, 38%, 2%)
(0.00 / 0.20 / 0.38 / 0.02)

CMYK percentages

%0
%20
%38
%1.96

Codes

Color #FAC89B in popluar color models

FA C8 9B
RGB 250 200 155
HSL 28° 90.48% 79.41%
HSB/HSV 28° 38.00% 98.04%
CMYK 0.00% 20.00% 38.00%
1.96%

Color #FAC89B in popluar number systems.

HEX FA C8 9B
Decimal 250 200 155
Binary 11111010 11001000 10011011
Octal 372 310 233

Shades and tints

Shades of #FAC89B

#FAC89B
(250,200,155)
#E4B68D
(228,182,141)
#CEA47F
(206,164,127)
#B89271
(184,146,113)
#A28063
(162,128,99)
#8C6E55
(140,110,85)
#765C47
(118,92,71)
#604A39
(96,74,57)
#4A382B
(74,56,43)
#34261D
(52,38,29)
#1E140F
(30,20,15)
#000000
(0,0,0)

Tints of #FAC89B

#FAC89B
(250,200,155)
#FACDA4
(250,205,164)
#FAD2AD
(250,210,173)
#FAD7B6
(250,215,182)
#FADCBF
(250,220,191)
#FAE1C8
(250,225,200)
#FAE6D1
(250,230,209)
#FAEBDA
(250,235,218)
#FAF0E3
(250,240,227)
#FAF5EC
(250,245,236)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC89B; }

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

This text font color is #FAC89B.

Background Color

.myBgColor { background-color: #FAC89B; }

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

This div background color is #FAC89B.

Border color

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

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

This div border color is #FAC89B.

Opacity

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

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

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

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

This text has shadow with #FAC89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC89B.

Preview

Color preview on black background

This text has color #FAC89B on black background.


Color preview on white background

This text has color #FAC89B on white background.


Black color preview on #FAC89B background

This text has black color on #FAC89B background.


White color preview on #FAC89B background

This text has white color on #FAC89B background.


Related colors

Complementary color

Complementary color for #hex is #053764.


I love getcolorcode.com

Triadic colors

1 #9BFAC8 and #C89BFA with #FAC89B are triadic colors.

2 #9BC8FA and #C8FA9B with #FAC89B are triadic colors.