COLOR #FAE5BB

HEX: #FAE5BB
RGB: (250,229,187)

Color info

#FAE5BB contains mainly red and green colors. Web safe color of #FAE5BB is #FFCCCC (or #FCC).

RGB color model

#FAE5BB color RGB value is (250,229,187).

  • red value is 250;
  • green value is 229;
  • blue value is 187.
RGB:
(250,229,187)
(98%,90%,73%)

RGB channels and saturation

R 250 of 255 = 98%
G 229 of 255 = 90%
B 187 of 255 = 73%

250
229
187

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

Portions of RGB colors in percentages

R + G + B =
250 + 229 + 187 = 666 (100%)
R 250 of 666 ~ 37.54%
G 229 of 666 ~ 34.38%
B 187 of 666 ~ 28.08%

%37.54
%34.38
%28.08

CMYK color model

#FAE5BB color CMYK value is (0,8,25,2).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 25.20%
  • key color value is 1.96%
CMYK:
(0,8,25,2)
C0M8Y25K2 
(0%,8%,25%,2%)
(0.00/0.08/0.25/0.02)	

CMYK percentages

%0
%8.4
%25.2
%1.96

Codes

Color #FAE5BB in popluar color models

FAE5BB
RGB250229187
HSL40°86.30%85.69%
HSB/HSV40°25.20%98.04%
CMYK0.00%8.40%25.20%
1.96%

Color #FAE5BB in popluar number systems.

HEXFAE5BB
Decimal250229187
Binary111110101110010110111011
Octal372345273

Shades and tints

Shades of #FAE5BB

#FAE5BB
(250,229,187)
#E4D1AA
(228,209,170)
#CEBD99
(206,189,153)
#B8A988
(184,169,136)
#A29577
(162,149,119)
#8C8166
(140,129,102)
#766D55
(118,109,85)
#605944
(96,89,68)
#4A4533
(74,69,51)
#343122
(52,49,34)
#1E1D11
(30,29,17)
#000000
(0,0,0)

Tints of #FAE5BB

#FAE5BB
(250,229,187)
#FAE7C1
(250,231,193)
#FAE9C7
(250,233,199)
#FAEBCD
(250,235,205)
#FAEDD3
(250,237,211)
#FAEFD9
(250,239,217)
#FAF1DF
(250,241,223)
#FAF3E5
(250,243,229)
#FAF5EB
(250,245,235)
#FAF7F1
(250,247,241)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE5BB color. Also use rgb(250,229,187) instead hex code.

Text Font Color

.myTextColor { color: #FAE5BB; }

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

This text font color is #FAE5BB.


Background Color

.myBgColor { background-color: #FAE5BB; }

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

This div background color is #FAE5BB.


Border color

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

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

This div border color is #FAE5BB.


Opacity

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

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

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

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

This text has shadow with #FAE5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE5BB on black background.


Color preview on white background

This text has color #FAE5BB on white background.



Black color preview on #FAE5BB background

This text has black color on #FAE5BB background.


White color preview on #FAE5BB background

This text has white color on #FAE5BB background.