COLOR #FAE7B5

HEX: #FAE7B5
RGB: (250,231,181)

Color info

#FAE7B5 contains mainly red and green colors. Web safe color of #FAE7B5 is #FFFFCC (or #FFC).

RGB color model

#FAE7B5 color RGB value is (250,231,181).

  • red value is 250;
  • green value is 231;
  • blue value is 181.
RGB:
(250,231,181)
(98%,91%,71%)

RGB channels and saturation

R 250 of 255 = 98%
G 231 of 255 = 91%
B 181 of 255 = 71%

250
231
181

R + G + B ~ 87%. #FAE7B5 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 231 + 181 = 662 (100%)
R 250 of 662 ~ 37.76%
G 231 of 662 ~ 34.89%
B 181 of 662 ~ 27.34%

%37.76
%34.89
%27.34

CMYK color model

#FAE7B5 color CMYK value is (0,8,28,2).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 27.60%
  • key color value is 1.96%
CMYK:
(0,8,28,2)
C0M8Y28K2 
(0%,8%,28%,2%)
(0.00/0.08/0.28/0.02)	

CMYK percentages

%0
%7.6
%27.6
%1.96

Codes

Color #FAE7B5 in popluar color models

FAE7B5
RGB250231181
HSL43°87.34%84.51%
HSB/HSV43°27.60%98.04%
CMYK0.00%7.60%27.60%
1.96%

Color #FAE7B5 in popluar number systems.

HEXFAE7B5
Decimal250231181
Binary111110101110011110110101
Octal372347265

Shades and tints

Shades of #FAE7B5

#FAE7B5
(250,231,181)
#E4D2A5
(228,210,165)
#CEBD95
(206,189,149)
#B8A885
(184,168,133)
#A29375
(162,147,117)
#8C7E65
(140,126,101)
#766955
(118,105,85)
#605445
(96,84,69)
#4A3F35
(74,63,53)
#342A25
(52,42,37)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #FAE7B5

#FAE7B5
(250,231,181)
#FAE9BB
(250,233,187)
#FAEBC1
(250,235,193)
#FAEDC7
(250,237,199)
#FAEFCD
(250,239,205)
#FAF1D3
(250,241,211)
#FAF3D9
(250,243,217)
#FAF5DF
(250,245,223)
#FAF7E5
(250,247,229)
#FAF9EB
(250,249,235)
#FAFBF1
(250,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE7B5 color. Also use rgb(250,231,181) instead hex code.

Text Font Color

.myTextColor { color: #FAE7B5; }

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

This text font color is #FAE7B5.


Background Color

.myBgColor { background-color: #FAE7B5; }

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

This div background color is #FAE7B5.


Border color

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

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

This div border color is #FAE7B5.


Opacity

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

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

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

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

This text has shadow with #FAE7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE7B5 on black background.


Color preview on white background

This text has color #FAE7B5 on white background.



Black color preview on #FAE7B5 background

This text has black color on #FAE7B5 background.


White color preview on #FAE7B5 background

This text has white color on #FAE7B5 background.