COLOR #FAF5DA

HEX: #FAF5DA
RGB: (250,245,218)

Color info

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

RGB color model

#FAF5DA color RGB value is (250,245,218).

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

RGB channels and saturation

R 250 of 255 = 98%
G 245 of 255 = 96%
B 218 of 255 = 85%

250
245
218

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

Portions of RGB colors in percentages

R + G + B =
250 + 245 + 218 = 713 (100%)
R 250 of 713 ~ 35.06%
G 245 of 713 ~ 34.36%
B 218 of 713 ~ 30.58%

%35.06
%34.36
%30.58

CMYK color model

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

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

CMYK percentages

%0
%2
%12.8
%1.96

Codes

Color #FAF5DA in popluar color models

FAF5DA
RGB250245218
HSL51°76.19%91.76%
HSB/HSV51°12.80%98.04%
CMYK0.00%2.00%12.80%
1.96%

Color #FAF5DA in popluar number systems.

HEXFAF5DA
Decimal250245218
Binary111110101111010111011010
Octal372365332

Shades and tints

Shades of #FAF5DA

#FAF5DA
(250,245,218)
#E4DFC7
(228,223,199)
#CEC9B4
(206,201,180)
#B8B3A1
(184,179,161)
#A29D8E
(162,157,142)
#8C877B
(140,135,123)
#767168
(118,113,104)
#605B55
(96,91,85)
#4A4542
(74,69,66)
#342F2F
(52,47,47)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #FAF5DA

#FAF5DA
(250,245,218)
#FAF5DD
(250,245,221)
#FAF5E0
(250,245,224)
#FAF5E3
(250,245,227)
#FAF5E6
(250,245,230)
#FAF5E9
(250,245,233)
#FAF5EC
(250,245,236)
#FAF5EF
(250,245,239)
#FAF5F2
(250,245,242)
#FAF5F5
(250,245,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF5DA; }

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

This text font color is #FAF5DA.


Background Color

.myBgColor { background-color: #FAF5DA; }

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

This div background color is #FAF5DA.


Border color

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

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

This div border color is #FAF5DA.


Opacity

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

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

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

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

This text has shadow with #FAF5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF5DA on black background.


Color preview on white background

This text has color #FAF5DA on white background.



Black color preview on #FAF5DA background

This text has black color on #FAF5DA background.


White color preview on #FAF5DA background

This text has white color on #FAF5DA background.