COLOR #FAEF8A

HEX: #FAEF8A RGB: (250,239,138)

Color info

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

RGB color model

#FAEF8A color RGB value is (250,239,138).

RGB: (250,239,138) (98%, 94%, 54%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 138 of 255 = 54%

250
239
138

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

Portions of RGB colors in percentages

R + G + B = 250 + 239 + 138 = 627 (100%)
R 250 of 627 ~ 39.87%
G 239 of 627 ~ 38.12%
B 138 of 627 ~ 22.01'%

%39.87
%38.12
%22.01

CMYK color model

#FAEF8A color CMYK value is (0,4,45,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 44.80%
  • key color value is 1.96%

CMYK: (0,4,45,2)
C0M4Y45K2 (0%, 4%, 45%, 2%)
(0.00 / 0.04 / 0.45 / 0.02)

CMYK percentages

%0
%4.4
%44.8
%1.96

Codes

Color #FAEF8A in popluar color models

FA EF 8A
RGB 250 239 138
HSL 54° 91.80% 76.08%
HSB/HSV 54° 44.80% 98.04%
CMYK 0.00% 4.40% 44.80%
1.96%

Color #FAEF8A in popluar number systems.

HEX FA EF 8A
Decimal 250 239 138
Binary 11111010 11101111 10001010
Octal 372 357 212

Shades and tints

Shades of #FAEF8A

#FAEF8A
(250,239,138)
#E4DA7E
(228,218,126)
#CEC572
(206,197,114)
#B8B066
(184,176,102)
#A29B5A
(162,155,90)
#8C864E
(140,134,78)
#767142
(118,113,66)
#605C36
(96,92,54)
#4A472A
(74,71,42)
#34321E
(52,50,30)
#1E1D12
(30,29,18)
#000000
(0,0,0)

Tints of #FAEF8A

#FAEF8A
(250,239,138)
#FAF094
(250,240,148)
#FAF19E
(250,241,158)
#FAF2A8
(250,242,168)
#FAF3B2
(250,243,178)
#FAF4BC
(250,244,188)
#FAF5C6
(250,245,198)
#FAF6D0
(250,246,208)
#FAF7DA
(250,247,218)
#FAF8E4
(250,248,228)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEF8A; }

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

This text font color is #FAEF8A.

Background Color

.myBgColor { background-color: #FAEF8A; }

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

This div background color is #FAEF8A.

Border color

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

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

This div border color is #FAEF8A.

Opacity

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

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

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

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

This text has shadow with #FAEF8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEF8A.

Preview

Color preview on black background

This text has color #FAEF8A on black background.


Color preview on white background

This text has color #FAEF8A on white background.


Black color preview on #FAEF8A background

This text has black color on #FAEF8A background.


White color preview on #FAEF8A background

This text has white color on #FAEF8A background.


Related colors

Complementary color

Complementary color for #hex is #051075.


I love getcolorcode.com

Triadic colors

1 #8AFAEF and #EF8AFA with #FAEF8A are triadic colors.

2 #8AEFFA and #EFFA8A with #FAEF8A are triadic colors.