COLOR #FAE198

HEX: #FAE198
RGB: (250,225,152)

Color info

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

RGB color model

#FAE198 color RGB value is (250,225,152).

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

RGB channels and saturation

R 250 of 255 = 98%
G 225 of 255 = 88%
B 152 of 255 = 60%

250
225
152

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

Portions of RGB colors in percentages

R + G + B =
250 + 225 + 152 = 627 (100%)
R 250 of 627 ~ 39.87%
G 225 of 627 ~ 35.89%
B 152 of 627 ~ 24.24%

%39.87
%35.89
%24.24

CMYK color model

#FAE198 color CMYK value is (0,10,39,2).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 39.20%
  • key color value is 1.96%
CMYK:
(0,10,39,2)
C0M10Y39K2 
(0%,10%,39%,2%)
(0.00/0.10/0.39/0.02)	

CMYK percentages

%0
%10
%39.2
%1.96

Codes

Color #FAE198 in popluar color models

FAE198
RGB250225152
HSL45°90.74%78.82%
HSB/HSV45°39.20%98.04%
CMYK0.00%10.00%39.20%
1.96%

Color #FAE198 in popluar number systems.

HEXFAE198
Decimal250225152
Binary111110101110000110011000
Octal372341230

Shades and tints

Shades of #FAE198

#FAE198
(250,225,152)
#E4CD8B
(228,205,139)
#CEB97E
(206,185,126)
#B8A571
(184,165,113)
#A29164
(162,145,100)
#8C7D57
(140,125,87)
#76694A
(118,105,74)
#60553D
(96,85,61)
#4A4130
(74,65,48)
#342D23
(52,45,35)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #FAE198

#FAE198
(250,225,152)
#FAE3A1
(250,227,161)
#FAE5AA
(250,229,170)
#FAE7B3
(250,231,179)
#FAE9BC
(250,233,188)
#FAEBC5
(250,235,197)
#FAEDCE
(250,237,206)
#FAEFD7
(250,239,215)
#FAF1E0
(250,241,224)
#FAF3E9
(250,243,233)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE198; }

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

This text font color is #FAE198.


Background Color

.myBgColor { background-color: #FAE198; }

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

This div background color is #FAE198.


Border color

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

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

This div border color is #FAE198.


Opacity

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

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

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

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

This text has shadow with #FAE198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE198 on black background.


Color preview on white background

This text has color #FAE198 on white background.



Black color preview on #FAE198 background

This text has black color on #FAE198 background.


White color preview on #FAE198 background

This text has white color on #FAE198 background.