COLOR #FAE194

HEX: #FAE194
RGB: (250,225,148)

Color info

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

RGB color model

#FAE194 color RGB value is (250,225,148).

  • red value is 250;
  • green value is 225;
  • blue value is 148.
RGB:
(250,225,148)
(98%,88%,58%)

RGB channels and saturation

R 250 of 255 = 98%
G 225 of 255 = 88%
B 148 of 255 = 58%

250
225
148

R + G + B ~ 81%. #FAE194 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 225 + 148 = 623 (100%)
R 250 of 623 ~ 40.13%
G 225 of 623 ~ 36.12%
B 148 of 623 ~ 23.76%

%40.13
%36.12
%23.76

CMYK color model

#FAE194 color CMYK value is (0,10,41,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 40.80%
  • key color value is 1.96%
CMYK:
(0,10,41,2)
C0M10Y41K2 
(0%,10%,41%,2%)
(0.00/0.10/0.41/0.02)	

CMYK percentages

%0
%10
%40.8
%1.96

Codes

Color #FAE194 in popluar color models

FAE194
RGB250225148
HSL45°91.07%78.04%
HSB/HSV45°40.80%98.04%
CMYK0.00%10.00%40.80%
1.96%

Color #FAE194 in popluar number systems.

HEXFAE194
Decimal250225148
Binary111110101110000110010100
Octal372341224

Shades and tints

Shades of #FAE194

#FAE194
(250,225,148)
#E4CD87
(228,205,135)
#CEB97A
(206,185,122)
#B8A56D
(184,165,109)
#A29160
(162,145,96)
#8C7D53
(140,125,83)
#766946
(118,105,70)
#605539
(96,85,57)
#4A412C
(74,65,44)
#342D1F
(52,45,31)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #FAE194

#FAE194
(250,225,148)
#FAE39D
(250,227,157)
#FAE5A6
(250,229,166)
#FAE7AF
(250,231,175)
#FAE9B8
(250,233,184)
#FAEBC1
(250,235,193)
#FAEDCA
(250,237,202)
#FAEFD3
(250,239,211)
#FAF1DC
(250,241,220)
#FAF3E5
(250,243,229)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE194; }

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

This text font color is #FAE194.


Background Color

.myBgColor { background-color: #FAE194; }

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

This div background color is #FAE194.


Border color

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

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

This div border color is #FAE194.


Opacity

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

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

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

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

This text has shadow with #FAE194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE194 on black background.


Color preview on white background

This text has color #FAE194 on white background.



Black color preview on #FAE194 background

This text has black color on #FAE194 background.


White color preview on #FAE194 background

This text has white color on #FAE194 background.