COLOR #FAEF9E

HEX: #FAEF9E
RGB: (250,239,158)

Color info

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

RGB color model

#FAEF9E color RGB value is (250,239,158).

  • red value is 250;
  • green value is 239;
  • blue value is 158.
RGB:
(250,239,158)
(98%,94%,62%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 158 of 255 = 62%

250
239
158

R + G + B ~ 85%. #FAEF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 158 = 647 (100%)
R 250 of 647 ~ 38.64%
G 239 of 647 ~ 36.94%
B 158 of 647 ~ 24.42%

%38.64
%36.94
%24.42

CMYK color model

#FAEF9E color CMYK value is (0,4,37,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 36.80%
  • key color value is 1.96%
CMYK:
(0,4,37,2)
C0M4Y37K2 
(0%,4%,37%,2%)
(0.00/0.04/0.37/0.02)	

CMYK percentages

%0
%4.4
%36.8
%1.96

Codes

Color #FAEF9E in popluar color models

FAEF9E
RGB250239158
HSL53°90.20%80.00%
HSB/HSV53°36.80%98.04%
CMYK0.00%4.40%36.80%
1.96%

Color #FAEF9E in popluar number systems.

HEXFAEF9E
Decimal250239158
Binary111110101110111110011110
Octal372357236

Shades and tints

Shades of #FAEF9E

#FAEF9E
(250,239,158)
#E4DA90
(228,218,144)
#CEC582
(206,197,130)
#B8B074
(184,176,116)
#A29B66
(162,155,102)
#8C8658
(140,134,88)
#76714A
(118,113,74)
#605C3C
(96,92,60)
#4A472E
(74,71,46)
#343220
(52,50,32)
#1E1D12
(30,29,18)
#000000
(0,0,0)

Tints of #FAEF9E

#FAEF9E
(250,239,158)
#FAF0A6
(250,240,166)
#FAF1AE
(250,241,174)
#FAF2B6
(250,242,182)
#FAF3BE
(250,243,190)
#FAF4C6
(250,244,198)
#FAF5CE
(250,245,206)
#FAF6D6
(250,246,214)
#FAF7DE
(250,247,222)
#FAF8E6
(250,248,230)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEF9E; }

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

This text font color is #FAEF9E.


Background Color

.myBgColor { background-color: #FAEF9E; }

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

This div background color is #FAEF9E.


Border color

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

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

This div border color is #FAEF9E.


Opacity

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

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

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

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

This text has shadow with #FAEF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEF9E on black background.


Color preview on white background

This text has color #FAEF9E on white background.



Black color preview on #FAEF9E background

This text has black color on #FAEF9E background.


White color preview on #FAEF9E background

This text has white color on #FAEF9E background.