COLOR #FAF2DA

HEX: #FAF2DA
RGB: (250,242,218)

Color info

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

RGB color model

#FAF2DA color RGB value is (250,242,218).

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

RGB channels and saturation

R 250 of 255 = 98%
G 242 of 255 = 95%
B 218 of 255 = 85%

250
242
218

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

Portions of RGB colors in percentages

R + G + B =
250 + 242 + 218 = 710 (100%)
R 250 of 710 ~ 35.21%
G 242 of 710 ~ 34.08%
B 218 of 710 ~ 30.7%

%35.21
%34.08
%30.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.20%
  • yellow value is 12.80%
  • key color value is 1.96%
CMYK:
(0,3,13,2)
C0M3Y13K2 
(0%,3%,13%,2%)
(0.00/0.03/0.13/0.02)	

CMYK percentages

%0
%3.2
%12.8
%1.96

Codes

Color #FAF2DA in popluar color models

FAF2DA
RGB250242218
HSL45°76.19%91.76%
HSB/HSV45°12.80%98.04%
CMYK0.00%3.20%12.80%
1.96%

Color #FAF2DA in popluar number systems.

HEXFAF2DA
Decimal250242218
Binary111110101111001011011010
Octal372362332

Shades and tints

Shades of #FAF2DA

#FAF2DA
(250,242,218)
#E4DCC7
(228,220,199)
#CEC6B4
(206,198,180)
#B8B0A1
(184,176,161)
#A29A8E
(162,154,142)
#8C847B
(140,132,123)
#766E68
(118,110,104)
#605855
(96,88,85)
#4A4242
(74,66,66)
#342C2F
(52,44,47)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #FAF2DA

#FAF2DA
(250,242,218)
#FAF3DD
(250,243,221)
#FAF4E0
(250,244,224)
#FAF5E3
(250,245,227)
#FAF6E6
(250,246,230)
#FAF7E9
(250,247,233)
#FAF8EC
(250,248,236)
#FAF9EF
(250,249,239)
#FAFAF2
(250,250,242)
#FAFBF5
(250,251,245)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF2DA; }

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

This text font color is #FAF2DA.


Background Color

.myBgColor { background-color: #FAF2DA; }

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

This div background color is #FAF2DA.


Border color

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

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

This div border color is #FAF2DA.


Opacity

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

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

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

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

This text has shadow with #FAF2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF2DA on black background.


Color preview on white background

This text has color #FAF2DA on white background.



Black color preview on #FAF2DA background

This text has black color on #FAF2DA background.


White color preview on #FAF2DA background

This text has white color on #FAF2DA background.