COLOR #FACC9B

HEX: #FACC9B
RGB: (250,204,155)

Color info

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

RGB color model

#FACC9B color RGB value is (250,204,155).

  • red value is 250;
  • green value is 204;
  • blue value is 155.
RGB:
(250,204,155)
(98%,80%,61%)

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 155 of 255 = 61%

250
204
155

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

Portions of RGB colors in percentages

R + G + B =
250 + 204 + 155 = 609 (100%)
R 250 of 609 ~ 41.05%
G 204 of 609 ~ 33.5%
B 155 of 609 ~ 25.45%

%41.05
%33.5
%25.45

CMYK color model

#FACC9B color CMYK value is (0,18,38,2).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 38.00%
  • key color value is 1.96%
CMYK:
(0,18,38,2)
C0M18Y38K2 
(0%,18%,38%,2%)
(0.00/0.18/0.38/0.02)	

CMYK percentages

%0
%18.4
%38
%1.96

Codes

Color #FACC9B in popluar color models

FACC9B
RGB250204155
HSL31°90.48%79.41%
HSB/HSV31°38.00%98.04%
CMYK0.00%18.40%38.00%
1.96%

Color #FACC9B in popluar number systems.

HEXFACC9B
Decimal250204155
Binary111110101100110010011011
Octal372314233

Shades and tints

Shades of #FACC9B

#FACC9B
(250,204,155)
#E4BA8D
(228,186,141)
#CEA87F
(206,168,127)
#B89671
(184,150,113)
#A28463
(162,132,99)
#8C7255
(140,114,85)
#766047
(118,96,71)
#604E39
(96,78,57)
#4A3C2B
(74,60,43)
#342A1D
(52,42,29)
#1E180F
(30,24,15)
#000000
(0,0,0)

Tints of #FACC9B

#FACC9B
(250,204,155)
#FAD0A4
(250,208,164)
#FAD4AD
(250,212,173)
#FAD8B6
(250,216,182)
#FADCBF
(250,220,191)
#FAE0C8
(250,224,200)
#FAE4D1
(250,228,209)
#FAE8DA
(250,232,218)
#FAECE3
(250,236,227)
#FAF0EC
(250,240,236)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACC9B; }

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

This text font color is #FACC9B.


Background Color

.myBgColor { background-color: #FACC9B; }

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

This div background color is #FACC9B.


Border color

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

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

This div border color is #FACC9B.


Opacity

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

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

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

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

This text has shadow with #FACC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACC9B on black background.


Color preview on white background

This text has color #FACC9B on white background.



Black color preview on #FACC9B background

This text has black color on #FACC9B background.


White color preview on #FACC9B background

This text has white color on #FACC9B background.