COLOR #FAF0D2

HEX: #FAF0D2
RGB: (250,240,210)

Color info

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

RGB color model

#FAF0D2 color RGB value is (250,240,210).

  • red value is 250;
  • green value is 240;
  • blue value is 210.
RGB:
(250,240,210)
(98%,94%,82%)

RGB channels and saturation

R 250 of 255 = 98%
G 240 of 255 = 94%
B 210 of 255 = 82%

250
240
210

R + G + B ~ 91%. #FAF0D2 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 240 + 210 = 700 (100%)
R 250 of 700 ~ 35.71%
G 240 of 700 ~ 34.29%
B 210 of 700 ~ 30%

%35.71
%34.29
%30

CMYK color model

#FAF0D2 color CMYK value is (0,4,16,2).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 16.00%
  • key color value is 1.96%
CMYK:
(0,4,16,2)
C0M4Y16K2 
(0%,4%,16%,2%)
(0.00/0.04/0.16/0.02)	

CMYK percentages

%0
%4
%16
%1.96

Codes

Color #FAF0D2 in popluar color models

FAF0D2
RGB250240210
HSL45°80.00%90.20%
HSB/HSV45°16.00%98.04%
CMYK0.00%4.00%16.00%
1.96%

Color #FAF0D2 in popluar number systems.

HEXFAF0D2
Decimal250240210
Binary111110101111000011010010
Octal372360322

Shades and tints

Shades of #FAF0D2

#FAF0D2
(250,240,210)
#E4DBBF
(228,219,191)
#CEC6AC
(206,198,172)
#B8B199
(184,177,153)
#A29C86
(162,156,134)
#8C8773
(140,135,115)
#767260
(118,114,96)
#605D4D
(96,93,77)
#4A483A
(74,72,58)
#343327
(52,51,39)
#1E1E14
(30,30,20)
#000000
(0,0,0)

Tints of #FAF0D2

#FAF0D2
(250,240,210)
#FAF1D6
(250,241,214)
#FAF2DA
(250,242,218)
#FAF3DE
(250,243,222)
#FAF4E2
(250,244,226)
#FAF5E6
(250,245,230)
#FAF6EA
(250,246,234)
#FAF7EE
(250,247,238)
#FAF8F2
(250,248,242)
#FAF9F6
(250,249,246)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF0D2 color. Also use rgb(250,240,210) instead hex code.

Text Font Color

.myTextColor { color: #FAF0D2; }

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

This text font color is #FAF0D2.


Background Color

.myBgColor { background-color: #FAF0D2; }

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

This div background color is #FAF0D2.


Border color

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

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

This div border color is #FAF0D2.


Opacity

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

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

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

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

This text has shadow with #FAF0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF0D2 on black background.


Color preview on white background

This text has color #FAF0D2 on white background.



Black color preview on #FAF0D2 background

This text has black color on #FAF0D2 background.


White color preview on #FAF0D2 background

This text has white color on #FAF0D2 background.