COLOR #FACC9C

HEX: #FACC9C
RGB: (250,204,156)

Color info

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

RGB color model

#FACC9C color RGB value is (250,204,156).

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

RGB channels and saturation

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

250
204
156

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

Portions of RGB colors in percentages

R + G + B =
250 + 204 + 156 = 610 (100%)
R 250 of 610 ~ 40.98%
G 204 of 610 ~ 33.44%
B 156 of 610 ~ 25.57%

%40.98
%33.44
%25.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 37.60%
  • 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
%37.6
%1.96

Codes

Color #FACC9C in popluar color models

FACC9C
RGB250204156
HSL31°90.38%79.61%
HSB/HSV31°37.60%98.04%
CMYK0.00%18.40%37.60%
1.96%

Color #FACC9C in popluar number systems.

HEXFACC9C
Decimal250204156
Binary111110101100110010011100
Octal372314234

Shades and tints

Shades of #FACC9C

#FACC9C
(250,204,156)
#E4BA8E
(228,186,142)
#CEA880
(206,168,128)
#B89672
(184,150,114)
#A28464
(162,132,100)
#8C7256
(140,114,86)
#766048
(118,96,72)
#604E3A
(96,78,58)
#4A3C2C
(74,60,44)
#342A1E
(52,42,30)
#1E1810
(30,24,16)
#000000
(0,0,0)

Tints of #FACC9C

#FACC9C
(250,204,156)
#FAD0A5
(250,208,165)
#FAD4AE
(250,212,174)
#FAD8B7
(250,216,183)
#FADCC0
(250,220,192)
#FAE0C9
(250,224,201)
#FAE4D2
(250,228,210)
#FAE8DB
(250,232,219)
#FAECE4
(250,236,228)
#FAF0ED
(250,240,237)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACC9C; }

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

This text font color is #FACC9C.


Background Color

.myBgColor { background-color: #FACC9C; }

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

This div background color is #FACC9C.


Border color

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

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

This div border color is #FACC9C.


Opacity

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

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

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

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

This text has shadow with #FACC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACC9C on black background.


Color preview on white background

This text has color #FACC9C on white background.



Black color preview on #FACC9C background

This text has black color on #FACC9C background.


White color preview on #FACC9C background

This text has white color on #FACC9C background.