COLOR #FAF9DA

HEX: #FAF9DA
RGB: (250,249,218)

Color info

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

RGB color model

#FAF9DA color RGB value is (250,249,218).

  • red value is 250;
  • green value is 249;
  • blue value is 218.
RGB:
(250,249,218)
(98%,98%,85%)

RGB channels and saturation

R 250 of 255 = 98%
G 249 of 255 = 98%
B 218 of 255 = 85%

250
249
218

R + G + B ~ 94%. #FAF9DA is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 249 + 218 = 717 (100%)
R 250 of 717 ~ 34.87%
G 249 of 717 ~ 34.73%
B 218 of 717 ~ 30.4%

%34.87
%34.73
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 12.80%
  • key color value is 1.96%
CMYK:
(0,0,13,2)
C0M0Y13K2 
(0%,0%,13%,2%)
(0.00/0.00/0.13/0.02)	

CMYK percentages

%0
%0.4
%12.8
%1.96

Codes

Color #FAF9DA in popluar color models

FAF9DA
RGB250249218
HSL58°76.19%91.76%
HSB/HSV58°12.80%98.04%
CMYK0.00%0.40%12.80%
1.96%

Color #FAF9DA in popluar number systems.

HEXFAF9DA
Decimal250249218
Binary111110101111100111011010
Octal372371332

Shades and tints

Shades of #FAF9DA

#FAF9DA
(250,249,218)
#E4E3C7
(228,227,199)
#CECDB4
(206,205,180)
#B8B7A1
(184,183,161)
#A2A18E
(162,161,142)
#8C8B7B
(140,139,123)
#767568
(118,117,104)
#605F55
(96,95,85)
#4A4942
(74,73,66)
#34332F
(52,51,47)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #FAF9DA

#FAF9DA
(250,249,218)
#FAF9DD
(250,249,221)
#FAF9E0
(250,249,224)
#FAF9E3
(250,249,227)
#FAF9E6
(250,249,230)
#FAF9E9
(250,249,233)
#FAF9EC
(250,249,236)
#FAF9EF
(250,249,239)
#FAF9F2
(250,249,242)
#FAF9F5
(250,249,245)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF9DA color. Also use rgb(250,249,218) instead hex code.

Text Font Color

.myTextColor { color: #FAF9DA; }

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

This text font color is #FAF9DA.


Background Color

.myBgColor { background-color: #FAF9DA; }

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

This div background color is #FAF9DA.


Border color

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

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

This div border color is #FAF9DA.


Opacity

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

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

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

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

This text has shadow with #FAF9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF9DA on black background.


Color preview on white background

This text has color #FAF9DA on white background.



Black color preview on #FAF9DA background

This text has black color on #FAF9DA background.


White color preview on #FAF9DA background

This text has white color on #FAF9DA background.