COLOR #FAE2AF

HEX: #FAE2AF
RGB: (250,226,175)

Color info

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

RGB color model

#FAE2AF color RGB value is (250,226,175).

  • red value is 250;
  • green value is 226;
  • blue value is 175.
RGB:
(250,226,175)
(98%,89%,69%)

RGB channels and saturation

R 250 of 255 = 98%
G 226 of 255 = 89%
B 175 of 255 = 69%

250
226
175

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

Portions of RGB colors in percentages

R + G + B =
250 + 226 + 175 = 651 (100%)
R 250 of 651 ~ 38.4%
G 226 of 651 ~ 34.72%
B 175 of 651 ~ 26.88%

%38.4
%34.72
%26.88

CMYK color model

#FAE2AF color CMYK value is (0,10,30,2).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 30.00%
  • key color value is 1.96%
CMYK:
(0,10,30,2)
C0M10Y30K2 
(0%,10%,30%,2%)
(0.00/0.10/0.30/0.02)	

CMYK percentages

%0
%9.6
%30
%1.96

Codes

Color #FAE2AF in popluar color models

FAE2AF
RGB250226175
HSL41°88.24%83.33%
HSB/HSV41°30.00%98.04%
CMYK0.00%9.60%30.00%
1.96%

Color #FAE2AF in popluar number systems.

HEXFAE2AF
Decimal250226175
Binary111110101110001010101111
Octal372342257

Shades and tints

Shades of #FAE2AF

#FAE2AF
(250,226,175)
#E4CEA0
(228,206,160)
#CEBA91
(206,186,145)
#B8A682
(184,166,130)
#A29273
(162,146,115)
#8C7E64
(140,126,100)
#766A55
(118,106,85)
#605646
(96,86,70)
#4A4237
(74,66,55)
#342E28
(52,46,40)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #FAE2AF

#FAE2AF
(250,226,175)
#FAE4B6
(250,228,182)
#FAE6BD
(250,230,189)
#FAE8C4
(250,232,196)
#FAEACB
(250,234,203)
#FAECD2
(250,236,210)
#FAEED9
(250,238,217)
#FAF0E0
(250,240,224)
#FAF2E7
(250,242,231)
#FAF4EE
(250,244,238)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE2AF color. Also use rgb(250,226,175) instead hex code.

Text Font Color

.myTextColor { color: #FAE2AF; }

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

This text font color is #FAE2AF.


Background Color

.myBgColor { background-color: #FAE2AF; }

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

This div background color is #FAE2AF.


Border color

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

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

This div border color is #FAE2AF.


Opacity

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

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

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

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

This text has shadow with #FAE2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE2AF on black background.


Color preview on white background

This text has color #FAE2AF on white background.



Black color preview on #FAE2AF background

This text has black color on #FAE2AF background.


White color preview on #FAE2AF background

This text has white color on #FAE2AF background.