COLOR #FACE9E

HEX: #FACE9E RGB: (250,206,158)

Color info

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

RGB color model

#FACE9E color RGB value is (250,206,158).

RGB: (250,206,158) (98%, 81%, 62%)

RGB channels and saturation

R 250 of 255 = 98%
G 206 of 255 = 81%
B 158 of 255 = 62%

250
206
158

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

Portions of RGB colors in percentages

R + G + B = 250 + 206 + 158 = 614 (100%)
R 250 of 614 ~ 40.72%
G 206 of 614 ~ 33.55%
B 158 of 614 ~ 25.73'%

%40.72
%33.55
%25.73

CMYK color model

#FACE9E color CMYK value is (0,18,37,2).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 36.80%
  • key color value is 1.96%

CMYK: (0,18,37,2)
C0M18Y37K2 (0%, 18%, 37%, 2%)
(0.00 / 0.18 / 0.37 / 0.02)

CMYK percentages

%0
%17.6
%36.8
%1.96

Codes

Color #FACE9E in popluar color models

FA CE 9E
RGB 250 206 158
HSL 31° 90.20% 80.00%
HSB/HSV 31° 36.80% 98.04%
CMYK 0.00% 17.60% 36.80%
1.96%

Color #FACE9E in popluar number systems.

HEX FA CE 9E
Decimal 250 206 158
Binary 11111010 11001110 10011110
Octal 372 316 236

Shades and tints

Shades of #FACE9E

#FACE9E
(250,206,158)
#E4BC90
(228,188,144)
#CEAA82
(206,170,130)
#B89874
(184,152,116)
#A28666
(162,134,102)
#8C7458
(140,116,88)
#76624A
(118,98,74)
#60503C
(96,80,60)
#4A3E2E
(74,62,46)
#342C20
(52,44,32)
#1E1A12
(30,26,18)
#000000
(0,0,0)

Tints of #FACE9E

#FACE9E
(250,206,158)
#FAD2A6
(250,210,166)
#FAD6AE
(250,214,174)
#FADAB6
(250,218,182)
#FADEBE
(250,222,190)
#FAE2C6
(250,226,198)
#FAE6CE
(250,230,206)
#FAEAD6
(250,234,214)
#FAEEDE
(250,238,222)
#FAF2E6
(250,242,230)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACE9E; }

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

This text font color is #FACE9E.

Background Color

.myBgColor { background-color: #FACE9E; }

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

This div background color is #FACE9E.

Border color

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

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

This div border color is #FACE9E.

Opacity

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

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

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

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

This text has shadow with #FACE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACE9E.

Preview

Color preview on black background

This text has color #FACE9E on black background.


Color preview on white background

This text has color #FACE9E on white background.


Black color preview on #FACE9E background

This text has black color on #FACE9E background.


White color preview on #FACE9E background

This text has white color on #FACE9E background.


Related colors

Complementary color

Complementary color for #hex is #053161.


I love getcolorcode.com

Triadic colors

1 #9EFACE and #CE9EFA with #FACE9E are triadic colors.

2 #9ECEFA and #CEFA9E with #FACE9E are triadic colors.