COLOR #FAE9C1

HEX: #FAE9C1
RGB: (250,233,193)

Color info

#FAE9C1 contains red, green and blue colors in about the same proportion. Web safe color of #FAE9C1 is #FFFFCC (or #FFC).

RGB color model

#FAE9C1 color RGB value is (250,233,193).

  • red value is 250;
  • green value is 233;
  • blue value is 193.
RGB:
(250,233,193)
(98%,91%,76%)

RGB channels and saturation

R 250 of 255 = 98%
G 233 of 255 = 91%
B 193 of 255 = 76%

250
233
193

R + G + B ~ 88%. #FAE9C1 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 233 + 193 = 676 (100%)
R 250 of 676 ~ 36.98%
G 233 of 676 ~ 34.47%
B 193 of 676 ~ 28.55%

%36.98
%34.47
%28.55

CMYK color model

#FAE9C1 color CMYK value is (0,7,23,2).

  • cyan value is 0.00%
  • magenta value is 6.80%
  • yellow value is 22.80%
  • key color value is 1.96%
CMYK:
(0,7,23,2)
C0M7Y23K2 
(0%,7%,23%,2%)
(0.00/0.07/0.23/0.02)	

CMYK percentages

%0
%6.8
%22.8
%1.96

Codes

Color #FAE9C1 in popluar color models

FAE9C1
RGB250233193
HSL42°85.07%86.86%
HSB/HSV42°22.80%98.04%
CMYK0.00%6.80%22.80%
1.96%

Color #FAE9C1 in popluar number systems.

HEXFAE9C1
Decimal250233193
Binary111110101110100111000001
Octal372351301

Shades and tints

Shades of #FAE9C1

#FAE9C1
(250,233,193)
#E4D4B0
(228,212,176)
#CEBF9F
(206,191,159)
#B8AA8E
(184,170,142)
#A2957D
(162,149,125)
#8C806C
(140,128,108)
#766B5B
(118,107,91)
#60564A
(96,86,74)
#4A4139
(74,65,57)
#342C28
(52,44,40)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #FAE9C1

#FAE9C1
(250,233,193)
#FAEBC6
(250,235,198)
#FAEDCB
(250,237,203)
#FAEFD0
(250,239,208)
#FAF1D5
(250,241,213)
#FAF3DA
(250,243,218)
#FAF5DF
(250,245,223)
#FAF7E4
(250,247,228)
#FAF9E9
(250,249,233)
#FAFBEE
(250,251,238)
#FAFDF3
(250,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE9C1 color. Also use rgb(250,233,193) instead hex code.

Text Font Color

.myTextColor { color: #FAE9C1; }

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

This text font color is #FAE9C1.


Background Color

.myBgColor { background-color: #FAE9C1; }

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

This div background color is #FAE9C1.


Border color

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

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

This div border color is #FAE9C1.


Opacity

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

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

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

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

This text has shadow with #FAE9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE9C1 on black background.


Color preview on white background

This text has color #FAE9C1 on white background.



Black color preview on #FAE9C1 background

This text has black color on #FAE9C1 background.


White color preview on #FAE9C1 background

This text has white color on #FAE9C1 background.