COLOR #FAEFC9

HEX: #FAEFC9
RGB: (250,239,201)

Color info

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

RGB color model

#FAEFC9 color RGB value is (250,239,201).

  • red value is 250;
  • green value is 239;
  • blue value is 201.
RGB:
(250,239,201)
(98%,94%,79%)

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 201 of 255 = 79%

250
239
201

R + G + B ~ 90%. #FAEFC9 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 201 = 690 (100%)
R 250 of 690 ~ 36.23%
G 239 of 690 ~ 34.64%
B 201 of 690 ~ 29.13%

%36.23
%34.64
%29.13

CMYK color model

#FAEFC9 color CMYK value is (0,4,20,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 19.60%
  • key color value is 1.96%
CMYK:
(0,4,20,2)
C0M4Y20K2 
(0%,4%,20%,2%)
(0.00/0.04/0.20/0.02)	

CMYK percentages

%0
%4.4
%19.6
%1.96

Codes

Color #FAEFC9 in popluar color models

FAEFC9
RGB250239201
HSL47°83.05%88.43%
HSB/HSV47°19.60%98.04%
CMYK0.00%4.40%19.60%
1.96%

Color #FAEFC9 in popluar number systems.

HEXFAEFC9
Decimal250239201
Binary111110101110111111001001
Octal372357311

Shades and tints

Shades of #FAEFC9

#FAEFC9
(250,239,201)
#E4DAB7
(228,218,183)
#CEC5A5
(206,197,165)
#B8B093
(184,176,147)
#A29B81
(162,155,129)
#8C866F
(140,134,111)
#76715D
(118,113,93)
#605C4B
(96,92,75)
#4A4739
(74,71,57)
#343227
(52,50,39)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #FAEFC9

#FAEFC9
(250,239,201)
#FAF0CD
(250,240,205)
#FAF1D1
(250,241,209)
#FAF2D5
(250,242,213)
#FAF3D9
(250,243,217)
#FAF4DD
(250,244,221)
#FAF5E1
(250,245,225)
#FAF6E5
(250,246,229)
#FAF7E9
(250,247,233)
#FAF8ED
(250,248,237)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEFC9 color. Also use rgb(250,239,201) instead hex code.

Text Font Color

.myTextColor { color: #FAEFC9; }

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

This text font color is #FAEFC9.


Background Color

.myBgColor { background-color: #FAEFC9; }

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

This div background color is #FAEFC9.


Border color

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

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

This div border color is #FAEFC9.


Opacity

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

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

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

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

This text has shadow with #FAEFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFC9 on black background.


Color preview on white background

This text has color #FAEFC9 on white background.



Black color preview on #FAEFC9 background

This text has black color on #FAEFC9 background.


White color preview on #FAEFC9 background

This text has white color on #FAEFC9 background.