COLOR #FAE994

HEX: #FAE994 RGB: (250,233,148)

Color info

#FAE994 contains mainly red and green colors. Web safe color of #FAE994 is #FFFF99 (or #FF9).

RGB color model

#FAE994 color RGB value is (250,233,148).

RGB: (250,233,148) (98%, 91%, 58%)

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 148 of 255 = 58%

250
233
148

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

Portions of RGB colors in percentages

R + G + B = 250 + 233 + 148 = 631 (100%)
R 250 of 631 ~ 39.62%
G 233 of 631 ~ 36.93%
B 148 of 631 ~ 23.45'%

%39.62
%36.93
%23.45

CMYK color model

#FAE994 color CMYK value is (0,7,41,2).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 40.80%
  • key color value is 1.96%

CMYK: (0,7,41,2)
C0M7Y41K2 (0%, 7%, 41%, 2%)
(0.00 / 0.07 / 0.41 / 0.02)

CMYK percentages

%0
%6.8
%40.8
%1.96

Codes

Color #FAE994 in popluar color models

FA E9 94
RGB 250 233 148
HSL 50° 91.07% 78.04%
HSB/HSV 50° 40.80% 98.04%
CMYK 0.00% 6.80% 40.80%
1.96%

Color #FAE994 in popluar number systems.

HEX FA E9 94
Decimal 250 233 148
Binary 11111010 11101001 10010100
Octal 372 351 224

Shades and tints

Shades of #FAE994

#FAE994
(250,233,148)
#E4D487
(228,212,135)
#CEBF7A
(206,191,122)
#B8AA6D
(184,170,109)
#A29560
(162,149,96)
#8C8053
(140,128,83)
#766B46
(118,107,70)
#605639
(96,86,57)
#4A412C
(74,65,44)
#342C1F
(52,44,31)
#1E1712
(30,23,18)
#000000
(0,0,0)

Tints of #FAE994

#FAE994
(250,233,148)
#FAEB9D
(250,235,157)
#FAEDA6
(250,237,166)
#FAEFAF
(250,239,175)
#FAF1B8
(250,241,184)
#FAF3C1
(250,243,193)
#FAF5CA
(250,245,202)
#FAF7D3
(250,247,211)
#FAF9DC
(250,249,220)
#FAFBE5
(250,251,229)
#FAFDEE
(250,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE994 color. Also use rgb(250,233,148) instead hex code.

Text Font Color

.myTextColor { color: #FAE994; }

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

This text font color is #FAE994.

Background Color

.myBgColor { background-color: #FAE994; }

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

This div background color is #FAE994.

Border color

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

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

This div border color is #FAE994.

Opacity

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

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

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

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

This text has shadow with #FAE994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAE994.

Preview

Color preview on black background

This text has color #FAE994 on black background.


Color preview on white background

This text has color #FAE994 on white background.


Black color preview on #FAE994 background

This text has black color on #FAE994 background.


White color preview on #FAE994 background

This text has white color on #FAE994 background.


Related colors

Complementary color

Complementary color for #hex is #05166B.


I love getcolorcode.com

Triadic colors

1 #94FAE9 and #E994FA with #FAE994 are triadic colors.

2 #94E9FA and #E9FA94 with #FAE994 are triadic colors.