COLOR #FAF1DA

HEX: #FAF1DA
RGB: (250,241,218)

Color info

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

RGB color model

#FAF1DA color RGB value is (250,241,218).

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

RGB channels and saturation

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

250
241
218

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

Portions of RGB colors in percentages

R + G + B =
250 + 241 + 218 = 709 (100%)
R 250 of 709 ~ 35.26%
G 241 of 709 ~ 33.99%
B 218 of 709 ~ 30.75%

%35.26
%33.99
%30.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 12.80%
  • 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
%12.8
%1.96

Codes

Color #FAF1DA in popluar color models

FAF1DA
RGB250241218
HSL43°76.19%91.76%
HSB/HSV43°12.80%98.04%
CMYK0.00%3.60%12.80%
1.96%

Color #FAF1DA in popluar number systems.

HEXFAF1DA
Decimal250241218
Binary111110101111000111011010
Octal372361332

Shades and tints

Shades of #FAF1DA

#FAF1DA
(250,241,218)
#E4DCC7
(228,220,199)
#CEC7B4
(206,199,180)
#B8B2A1
(184,178,161)
#A29D8E
(162,157,142)
#8C887B
(140,136,123)
#767368
(118,115,104)
#605E55
(96,94,85)
#4A4942
(74,73,66)
#34342F
(52,52,47)
#1E1F1C
(30,31,28)
#000000
(0,0,0)

Tints of #FAF1DA

#FAF1DA
(250,241,218)
#FAF2DD
(250,242,221)
#FAF3E0
(250,243,224)
#FAF4E3
(250,244,227)
#FAF5E6
(250,245,230)
#FAF6E9
(250,246,233)
#FAF7EC
(250,247,236)
#FAF8EF
(250,248,239)
#FAF9F2
(250,249,242)
#FAFAF5
(250,250,245)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF1DA; }

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

This text font color is #FAF1DA.


Background Color

.myBgColor { background-color: #FAF1DA; }

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

This div background color is #FAF1DA.


Border color

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

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

This div border color is #FAF1DA.


Opacity

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

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

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

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

This text has shadow with #FAF1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF1DA on black background.


Color preview on white background

This text has color #FAF1DA on white background.



Black color preview on #FAF1DA background

This text has black color on #FAF1DA background.


White color preview on #FAF1DA background

This text has white color on #FAF1DA background.