COLOR #FAE2B8

HEX: #FAE2B8
RGB: (250,226,184)

Color info

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

RGB color model

#FAE2B8 color RGB value is (250,226,184).

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

RGB channels and saturation

R 250 of 255 = 98%
G 226 of 255 = 89%
B 184 of 255 = 72%

250
226
184

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

Portions of RGB colors in percentages

R + G + B =
250 + 226 + 184 = 660 (100%)
R 250 of 660 ~ 37.88%
G 226 of 660 ~ 34.24%
B 184 of 660 ~ 27.88%

%37.88
%34.24
%27.88

CMYK color model

#FAE2B8 color CMYK value is (0,10,26,2).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 26.40%
  • key color value is 1.96%
CMYK:
(0,10,26,2)
C0M10Y26K2 
(0%,10%,26%,2%)
(0.00/0.10/0.26/0.02)	

CMYK percentages

%0
%9.6
%26.4
%1.96

Codes

Color #FAE2B8 in popluar color models

FAE2B8
RGB250226184
HSL38°86.84%85.10%
HSB/HSV38°26.40%98.04%
CMYK0.00%9.60%26.40%
1.96%

Color #FAE2B8 in popluar number systems.

HEXFAE2B8
Decimal250226184
Binary111110101110001010111000
Octal372342270

Shades and tints

Shades of #FAE2B8

#FAE2B8
(250,226,184)
#E4CEA8
(228,206,168)
#CEBA98
(206,186,152)
#B8A688
(184,166,136)
#A29278
(162,146,120)
#8C7E68
(140,126,104)
#766A58
(118,106,88)
#605648
(96,86,72)
#4A4238
(74,66,56)
#342E28
(52,46,40)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #FAE2B8

#FAE2B8
(250,226,184)
#FAE4BE
(250,228,190)
#FAE6C4
(250,230,196)
#FAE8CA
(250,232,202)
#FAEAD0
(250,234,208)
#FAECD6
(250,236,214)
#FAEEDC
(250,238,220)
#FAF0E2
(250,240,226)
#FAF2E8
(250,242,232)
#FAF4EE
(250,244,238)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE2B8; }

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

This text font color is #FAE2B8.


Background Color

.myBgColor { background-color: #FAE2B8; }

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

This div background color is #FAE2B8.


Border color

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

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

This div border color is #FAE2B8.


Opacity

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

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

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

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

This text has shadow with #FAE2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE2B8 on black background.


Color preview on white background

This text has color #FAE2B8 on white background.



Black color preview on #FAE2B8 background

This text has black color on #FAE2B8 background.


White color preview on #FAE2B8 background

This text has white color on #FAE2B8 background.