COLOR #FAEC91

HEX: #FAEC91
RGB: (250,236,145)

Color info

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

RGB color model

#FAEC91 color RGB value is (250,236,145).

  • red value is 250;
  • green value is 236;
  • blue value is 145.
RGB:
(250,236,145)
(98%,93%,57%)

RGB channels and saturation

R 250 of 255 = 98%
G 236 of 255 = 93%
B 145 of 255 = 57%

250
236
145

R + G + B ~ 83%. #FAEC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 236 + 145 = 631 (100%)
R 250 of 631 ~ 39.62%
G 236 of 631 ~ 37.4%
B 145 of 631 ~ 22.98%

%39.62
%37.4
%22.98

CMYK color model

#FAEC91 color CMYK value is (0,6,42,2).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 42.00%
  • key color value is 1.96%
CMYK:
(0,6,42,2)
C0M6Y42K2 
(0%,6%,42%,2%)
(0.00/0.06/0.42/0.02)	

CMYK percentages

%0
%5.6
%42
%1.96

Codes

Color #FAEC91 in popluar color models

FAEC91
RGB250236145
HSL52°91.30%77.45%
HSB/HSV52°42.00%98.04%
CMYK0.00%5.60%42.00%
1.96%

Color #FAEC91 in popluar number systems.

HEXFAEC91
Decimal250236145
Binary111110101110110010010001
Octal372354221

Shades and tints

Shades of #FAEC91

#FAEC91
(250,236,145)
#E4D784
(228,215,132)
#CEC277
(206,194,119)
#B8AD6A
(184,173,106)
#A2985D
(162,152,93)
#8C8350
(140,131,80)
#766E43
(118,110,67)
#605936
(96,89,54)
#4A4429
(74,68,41)
#342F1C
(52,47,28)
#1E1A0F
(30,26,15)
#000000
(0,0,0)

Tints of #FAEC91

#FAEC91
(250,236,145)
#FAED9B
(250,237,155)
#FAEEA5
(250,238,165)
#FAEFAF
(250,239,175)
#FAF0B9
(250,240,185)
#FAF1C3
(250,241,195)
#FAF2CD
(250,242,205)
#FAF3D7
(250,243,215)
#FAF4E1
(250,244,225)
#FAF5EB
(250,245,235)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEC91 color. Also use rgb(250,236,145) instead hex code.

Text Font Color

.myTextColor { color: #FAEC91; }

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

This text font color is #FAEC91.


Background Color

.myBgColor { background-color: #FAEC91; }

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

This div background color is #FAEC91.


Border color

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

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

This div border color is #FAEC91.


Opacity

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

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

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

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

This text has shadow with #FAEC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEC91 on black background.


Color preview on white background

This text has color #FAEC91 on white background.



Black color preview on #FAEC91 background

This text has black color on #FAEC91 background.


White color preview on #FAEC91 background

This text has white color on #FAEC91 background.