COLOR #FACEA8

HEX: #FACEA8
RGB: (250,206,168)

Color info

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

RGB color model

#FACEA8 color RGB value is (250,206,168).

  • red value is 250;
  • green value is 206;
  • blue value is 168.
RGB: (250,206,168) (98%,81%,66%)

RGB channels and saturation

R 250 of 255 = 98%
G 206 of 255 = 81%
B 168 of 255 = 66%

250
206
168

R + G + B ~ 82%. #FACEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 206 + 168 = 624 (100%)
R 250 of 624 ~ 40.06%
G 206 of 624 ~ 33.01%
B 168 of 624 ~ 26.92%

%40.06
%33.01
%26.92

CMYK color model

#FACEA8 color CMYK value is (0,18,33,2).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 32.80%
  • key color value is 1.96%
CMYK: (0,18,33,2) C0M18Y33K2 (0%,18%,33%,2%) (0.00/0.18/0.33/0.02)

CMYK percentages

%0
%17.6
%32.8
%1.96

Codes

Color #FACEA8 in popluar color models

FACEA8
RGB250206168
HSL28°89.13%81.96%
HSB/HSV28°32.80%98.04%
CMYK0.00%17.60%32.80%
1.96%

Color #FACEA8 in popluar number systems.

HEXFACEA8
Decimal250206168
Binary111110101100111010101000
Octal372316250

Shades and tints

Shades of #FACEA8

#FACEA8
(250,206,168)
#E4BC99
(228,188,153)
#CEAA8A
(206,170,138)
#B8987B
(184,152,123)
#A2866C
(162,134,108)
#8C745D
(140,116,93)
#76624E
(118,98,78)
#60503F
(96,80,63)
#4A3E30
(74,62,48)
#342C21
(52,44,33)
#1E1A12
(30,26,18)
#000000
(0,0,0)

Tints of #FACEA8

#FACEA8
(250,206,168)
#FAD2AF
(250,210,175)
#FAD6B6
(250,214,182)
#FADABD
(250,218,189)
#FADEC4
(250,222,196)
#FAE2CB
(250,226,203)
#FAE6D2
(250,230,210)
#FAEAD9
(250,234,217)
#FAEEE0
(250,238,224)
#FAF2E7
(250,242,231)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACEA8 color. Also use rgb(250,206,168) instead hex code.

Text Font Color

.myTextColor { color: #FACEA8; }

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

This text font color is #FACEA8.


Background Color

.myBgColor { background-color: #FACEA8; }

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

This div background color is #FACEA8.


Border color

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

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

This div border color is #FACEA8.


Opacity

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

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

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

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

This text has shadow with #FACEA8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FACEA8 on black background.


Color preview on white background

This text has color #FACEA8 on white background.



Black color preview on #FACEA8 background

This text has black color on #FACEA8 background.


White color preview on #FACEA8 background

This text has white color on #FACEA8 background.