COLOR #FAE8B1

HEX: #FAE8B1
RGB: (250,232,177)

Color info

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

RGB color model

#FAE8B1 color RGB value is (250,232,177).

  • red value is 250;
  • green value is 232;
  • blue value is 177.
RGB:
(250,232,177)
(98%,91%,69%)

RGB channels and saturation

R 250 of 255 = 98%
G 232 of 255 = 91%
B 177 of 255 = 69%

250
232
177

R + G + B ~ 86%. #FAE8B1 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 232 + 177 = 659 (100%)
R 250 of 659 ~ 37.94%
G 232 of 659 ~ 35.2%
B 177 of 659 ~ 26.86%

%37.94
%35.2
%26.86

CMYK color model

#FAE8B1 color CMYK value is (0,7,29,2).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 29.20%
  • key color value is 1.96%
CMYK:
(0,7,29,2)
C0M7Y29K2 
(0%,7%,29%,2%)
(0.00/0.07/0.29/0.02)	

CMYK percentages

%0
%7.2
%29.2
%1.96

Codes

Color #FAE8B1 in popluar color models

FAE8B1
RGB250232177
HSL45°87.95%83.73%
HSB/HSV45°29.20%98.04%
CMYK0.00%7.20%29.20%
1.96%

Color #FAE8B1 in popluar number systems.

HEXFAE8B1
Decimal250232177
Binary111110101110100010110001
Octal372350261

Shades and tints

Shades of #FAE8B1

#FAE8B1
(250,232,177)
#E4D3A1
(228,211,161)
#CEBE91
(206,190,145)
#B8A981
(184,169,129)
#A29471
(162,148,113)
#8C7F61
(140,127,97)
#766A51
(118,106,81)
#605541
(96,85,65)
#4A4031
(74,64,49)
#342B21
(52,43,33)
#1E1611
(30,22,17)
#000000
(0,0,0)

Tints of #FAE8B1

#FAE8B1
(250,232,177)
#FAEAB8
(250,234,184)
#FAECBF
(250,236,191)
#FAEEC6
(250,238,198)
#FAF0CD
(250,240,205)
#FAF2D4
(250,242,212)
#FAF4DB
(250,244,219)
#FAF6E2
(250,246,226)
#FAF8E9
(250,248,233)
#FAFAF0
(250,250,240)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE8B1 color. Also use rgb(250,232,177) instead hex code.

Text Font Color

.myTextColor { color: #FAE8B1; }

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

This text font color is #FAE8B1.


Background Color

.myBgColor { background-color: #FAE8B1; }

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

This div background color is #FAE8B1.


Border color

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

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

This div border color is #FAE8B1.


Opacity

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

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

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

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

This text has shadow with #FAE8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE8B1 on black background.


Color preview on white background

This text has color #FAE8B1 on white background.



Black color preview on #FAE8B1 background

This text has black color on #FAE8B1 background.


White color preview on #FAE8B1 background

This text has white color on #FAE8B1 background.