COLOR #FAF1D9

HEX: #FAF1D9
RGB: (250,241,217)

Color info

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

RGB color model

#FAF1D9 color RGB value is (250,241,217).

  • red value is 250;
  • green value is 241;
  • blue value is 217.
RGB:
(250,241,217)
(98%,95%,85%)

RGB channels and saturation

R 250 of 255 = 98%
G 241 of 255 = 95%
B 217 of 255 = 85%

250
241
217

R + G + B ~ 93%. #FAF1D9 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 241 + 217 = 708 (100%)
R 250 of 708 ~ 35.31%
G 241 of 708 ~ 34.04%
B 217 of 708 ~ 30.65%

%35.31
%34.04
%30.65

CMYK color model

#FAF1D9 color CMYK value is (0,4,13,2).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 13.20%
  • key color value is 1.96%
CMYK:
(0,4,13,2)
C0M4Y13K2 
(0%,4%,13%,2%)
(0.00/0.04/0.13/0.02)	

CMYK percentages

%0
%3.6
%13.2
%1.96

Codes

Color #FAF1D9 in popluar color models

FAF1D9
RGB250241217
HSL44°76.74%91.57%
HSB/HSV44°13.20%98.04%
CMYK0.00%3.60%13.20%
1.96%

Color #FAF1D9 in popluar number systems.

HEXFAF1D9
Decimal250241217
Binary111110101111000111011001
Octal372361331

Shades and tints

Shades of #FAF1D9

#FAF1D9
(250,241,217)
#E4DCC6
(228,220,198)
#CEC7B3
(206,199,179)
#B8B2A0
(184,178,160)
#A29D8D
(162,157,141)
#8C887A
(140,136,122)
#767367
(118,115,103)
#605E54
(96,94,84)
#4A4941
(74,73,65)
#34342E
(52,52,46)
#1E1F1B
(30,31,27)
#000000
(0,0,0)

Tints of #FAF1D9

#FAF1D9
(250,241,217)
#FAF2DC
(250,242,220)
#FAF3DF
(250,243,223)
#FAF4E2
(250,244,226)
#FAF5E5
(250,245,229)
#FAF6E8
(250,246,232)
#FAF7EB
(250,247,235)
#FAF8EE
(250,248,238)
#FAF9F1
(250,249,241)
#FAFAF4
(250,250,244)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF1D9 color. Also use rgb(250,241,217) instead hex code.

Text Font Color

.myTextColor { color: #FAF1D9; }

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

This text font color is #FAF1D9.


Background Color

.myBgColor { background-color: #FAF1D9; }

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

This div background color is #FAF1D9.


Border color

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

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

This div border color is #FAF1D9.


Opacity

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

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

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

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

This text has shadow with #FAF1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF1D9 on black background.


Color preview on white background

This text has color #FAF1D9 on white background.



Black color preview on #FAF1D9 background

This text has black color on #FAF1D9 background.


White color preview on #FAF1D9 background

This text has white color on #FAF1D9 background.