COLOR #FAE0B2

HEX: #FAE0B2
RGB: (250,224,178)

Color info

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

RGB color model

#FAE0B2 color RGB value is (250,224,178).

  • red value is 250;
  • green value is 224;
  • blue value is 178.
RGB:
(250,224,178)
(98%,88%,70%)

RGB channels and saturation

R 250 of 255 = 98%
G 224 of 255 = 88%
B 178 of 255 = 70%

250
224
178

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

Portions of RGB colors in percentages

R + G + B =
250 + 224 + 178 = 652 (100%)
R 250 of 652 ~ 38.34%
G 224 of 652 ~ 34.36%
B 178 of 652 ~ 27.3%

%38.34
%34.36
%27.3

CMYK color model

#FAE0B2 color CMYK value is (0,10,29,2).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 28.80%
  • key color value is 1.96%
CMYK:
(0,10,29,2)
C0M10Y29K2 
(0%,10%,29%,2%)
(0.00/0.10/0.29/0.02)	

CMYK percentages

%0
%10.4
%28.8
%1.96

Codes

Color #FAE0B2 in popluar color models

FAE0B2
RGB250224178
HSL38°87.80%83.92%
HSB/HSV38°28.80%98.04%
CMYK0.00%10.40%28.80%
1.96%

Color #FAE0B2 in popluar number systems.

HEXFAE0B2
Decimal250224178
Binary111110101110000010110010
Octal372340262

Shades and tints

Shades of #FAE0B2

#FAE0B2
(250,224,178)
#E4CCA2
(228,204,162)
#CEB892
(206,184,146)
#B8A482
(184,164,130)
#A29072
(162,144,114)
#8C7C62
(140,124,98)
#766852
(118,104,82)
#605442
(96,84,66)
#4A4032
(74,64,50)
#342C22
(52,44,34)
#1E1812
(30,24,18)
#000000
(0,0,0)

Tints of #FAE0B2

#FAE0B2
(250,224,178)
#FAE2B9
(250,226,185)
#FAE4C0
(250,228,192)
#FAE6C7
(250,230,199)
#FAE8CE
(250,232,206)
#FAEAD5
(250,234,213)
#FAECDC
(250,236,220)
#FAEEE3
(250,238,227)
#FAF0EA
(250,240,234)
#FAF2F1
(250,242,241)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE0B2 color. Also use rgb(250,224,178) instead hex code.

Text Font Color

.myTextColor { color: #FAE0B2; }

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

This text font color is #FAE0B2.


Background Color

.myBgColor { background-color: #FAE0B2; }

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

This div background color is #FAE0B2.


Border color

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

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

This div border color is #FAE0B2.


Opacity

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

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

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

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

This text has shadow with #FAE0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE0B2 on black background.


Color preview on white background

This text has color #FAE0B2 on white background.



Black color preview on #FAE0B2 background

This text has black color on #FAE0B2 background.


White color preview on #FAE0B2 background

This text has white color on #FAE0B2 background.