COLOR #FAD99E

HEX: #FAD99E RGB: (250,217,158)

Color info

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

RGB color model

#FAD99E color RGB value is (250,217,158).

RGB: (250,217,158) (98%, 85%, 62%)

RGB channels and saturation

R 250 of 255 = 98%
G 217 of 255 = 85%
B 158 of 255 = 62%

250
217
158

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

Portions of RGB colors in percentages

R + G + B = 250 + 217 + 158 = 625 (100%)
R 250 of 625 ~ 40%
G 217 of 625 ~ 34.72%
B 158 of 625 ~ 25.28'%

%40
%34.72
%25.28

CMYK color model

#FAD99E color CMYK value is (0,13,37,2).

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

CMYK: (0,13,37,2)
C0M13Y37K2 (0%, 13%, 37%, 2%)
(0.00 / 0.13 / 0.37 / 0.02)

CMYK percentages

%0
%13.2
%36.8
%1.96

Codes

Color #FAD99E in popluar color models

FA D9 9E
RGB 250 217 158
HSL 38° 90.20% 80.00%
HSB/HSV 38° 36.80% 98.04%
CMYK 0.00% 13.20% 36.80%
1.96%

Color #FAD99E in popluar number systems.

HEX FA D9 9E
Decimal 250 217 158
Binary 11111010 11011001 10011110
Octal 372 331 236

Shades and tints

Shades of #FAD99E

#FAD99E
(250,217,158)
#E4C690
(228,198,144)
#CEB382
(206,179,130)
#B8A074
(184,160,116)
#A28D66
(162,141,102)
#8C7A58
(140,122,88)
#76674A
(118,103,74)
#60543C
(96,84,60)
#4A412E
(74,65,46)
#342E20
(52,46,32)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #FAD99E

#FAD99E
(250,217,158)
#FADCA6
(250,220,166)
#FADFAE
(250,223,174)
#FAE2B6
(250,226,182)
#FAE5BE
(250,229,190)
#FAE8C6
(250,232,198)
#FAEBCE
(250,235,206)
#FAEED6
(250,238,214)
#FAF1DE
(250,241,222)
#FAF4E6
(250,244,230)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD99E; }

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

This text font color is #FAD99E.

Background Color

.myBgColor { background-color: #FAD99E; }

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

This div background color is #FAD99E.

Border color

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

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

This div border color is #FAD99E.

Opacity

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

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

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

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

This text has shadow with #FAD99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD99E.

Preview

Color preview on black background

This text has color #FAD99E on black background.


Color preview on white background

This text has color #FAD99E on white background.


Black color preview on #FAD99E background

This text has black color on #FAD99E background.


White color preview on #FAD99E background

This text has white color on #FAD99E background.


Related colors

Complementary color

Complementary color for #hex is #052661.


I love getcolorcode.com

Triadic colors

1 #9EFAD9 and #D99EFA with #FAD99E are triadic colors.

2 #9ED9FA and #D9FA9E with #FAD99E are triadic colors.