COLOR #FAF8DA

HEX: #FAF8DA
RGB: (250,248,218)

Color info

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

RGB color model

#FAF8DA color RGB value is (250,248,218).

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

RGB channels and saturation

R 250 of 255 = 98%
G 248 of 255 = 97%
B 218 of 255 = 85%

250
248
218

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

Portions of RGB colors in percentages

R + G + B =
250 + 248 + 218 = 716 (100%)
R 250 of 716 ~ 34.92%
G 248 of 716 ~ 34.64%
B 218 of 716 ~ 30.45%

%34.92
%34.64
%30.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 12.80%
  • key color value is 1.96%
CMYK:
(0,1,13,2)
C0M1Y13K2 
(0%,1%,13%,2%)
(0.00/0.01/0.13/0.02)	

CMYK percentages

%0
%0.8
%12.8
%1.96

Codes

Color #FAF8DA in popluar color models

FAF8DA
RGB250248218
HSL56°76.19%91.76%
HSB/HSV56°12.80%98.04%
CMYK0.00%0.80%12.80%
1.96%

Color #FAF8DA in popluar number systems.

HEXFAF8DA
Decimal250248218
Binary111110101111100011011010
Octal372370332

Shades and tints

Shades of #FAF8DA

#FAF8DA
(250,248,218)
#E4E2C7
(228,226,199)
#CECCB4
(206,204,180)
#B8B6A1
(184,182,161)
#A2A08E
(162,160,142)
#8C8A7B
(140,138,123)
#767468
(118,116,104)
#605E55
(96,94,85)
#4A4842
(74,72,66)
#34322F
(52,50,47)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #FAF8DA

#FAF8DA
(250,248,218)
#FAF8DD
(250,248,221)
#FAF8E0
(250,248,224)
#FAF8E3
(250,248,227)
#FAF8E6
(250,248,230)
#FAF8E9
(250,248,233)
#FAF8EC
(250,248,236)
#FAF8EF
(250,248,239)
#FAF8F2
(250,248,242)
#FAF8F5
(250,248,245)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF8DA; }

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

This text font color is #FAF8DA.


Background Color

.myBgColor { background-color: #FAF8DA; }

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

This div background color is #FAF8DA.


Border color

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

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

This div border color is #FAF8DA.


Opacity

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

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

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

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

This text has shadow with #FAF8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF8DA on black background.


Color preview on white background

This text has color #FAF8DA on white background.



Black color preview on #FAF8DA background

This text has black color on #FAF8DA background.


White color preview on #FAF8DA background

This text has white color on #FAF8DA background.