COLOR #FAF5D4

HEX: #FAF5D4
RGB: (250,245,212)

Color info

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

RGB color model

#FAF5D4 color RGB value is (250,245,212).

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

RGB channels and saturation

R 250 of 255 = 98%
G 245 of 255 = 96%
B 212 of 255 = 83%

250
245
212

R + G + B ~ 92%. #FAF5D4 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 245 + 212 = 707 (100%)
R 250 of 707 ~ 35.36%
G 245 of 707 ~ 34.65%
B 212 of 707 ~ 29.99%

%35.36
%34.65
%29.99

CMYK color model

#FAF5D4 color CMYK value is (0,2,15,2).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 15.20%
  • key color value is 1.96%
CMYK:
(0,2,15,2)
C0M2Y15K2 
(0%,2%,15%,2%)
(0.00/0.02/0.15/0.02)	

CMYK percentages

%0
%2
%15.2
%1.96

Codes

Color #FAF5D4 in popluar color models

FAF5D4
RGB250245212
HSL52°79.17%90.59%
HSB/HSV52°15.20%98.04%
CMYK0.00%2.00%15.20%
1.96%

Color #FAF5D4 in popluar number systems.

HEXFAF5D4
Decimal250245212
Binary111110101111010111010100
Octal372365324

Shades and tints

Shades of #FAF5D4

#FAF5D4
(250,245,212)
#E4DFC1
(228,223,193)
#CEC9AE
(206,201,174)
#B8B39B
(184,179,155)
#A29D88
(162,157,136)
#8C8775
(140,135,117)
#767162
(118,113,98)
#605B4F
(96,91,79)
#4A453C
(74,69,60)
#342F29
(52,47,41)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #FAF5D4

#FAF5D4
(250,245,212)
#FAF5D7
(250,245,215)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF5D4; }

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

This text font color is #FAF5D4.


Background Color

.myBgColor { background-color: #FAF5D4; }

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

This div background color is #FAF5D4.


Border color

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

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

This div border color is #FAF5D4.


Opacity

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

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

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

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

This text has shadow with #FAF5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF5D4 on black background.


Color preview on white background

This text has color #FAF5D4 on white background.



Black color preview on #FAF5D4 background

This text has black color on #FAF5D4 background.


White color preview on #FAF5D4 background

This text has white color on #FAF5D4 background.