COLOR #FAF0D1

HEX: #FAF0D1 RGB: (250,240,209)

Color info

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

RGB color model

#FAF0D1 color RGB value is (250,240,209).

RGB: (250,240,209) (98%, 94%, 82%)

RGB channels and saturation

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

250
240
209

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

Portions of RGB colors in percentages

R + G + B = 250 + 240 + 209 = 699 (100%)
R 250 of 699 ~ 35.77%
G 240 of 699 ~ 34.33%
B 209 of 699 ~ 29.9'%

%35.77
%34.33
%29.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 16.40%
  • 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.4
%1.96

Codes

Color #FAF0D1 in popluar color models

FA F0 D1
RGB 250 240 209
HSL 45° 80.39% 90.00%
HSB/HSV 45° 16.40% 98.04%
CMYK 0.00% 4.00% 16.40%
1.96%

Color #FAF0D1 in popluar number systems.

HEX FA F0 D1
Decimal 250 240 209
Binary 11111010 11110000 11010001
Octal 372 360 321

Shades and tints

Shades of #FAF0D1

#FAF0D1
(250,240,209)
#E4DBBE
(228,219,190)
#CEC6AB
(206,198,171)
#B8B198
(184,177,152)
#A29C85
(162,156,133)
#8C8772
(140,135,114)
#76725F
(118,114,95)
#605D4C
(96,93,76)
#4A4839
(74,72,57)
#343326
(52,51,38)
#1E1E13
(30,30,19)
#000000
(0,0,0)

Tints of #FAF0D1

#FAF0D1
(250,240,209)
#FAF1D5
(250,241,213)
#FAF2D9
(250,242,217)
#FAF3DD
(250,243,221)
#FAF4E1
(250,244,225)
#FAF5E5
(250,245,229)
#FAF6E9
(250,246,233)
#FAF7ED
(250,247,237)
#FAF8F1
(250,248,241)
#FAF9F5
(250,249,245)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF0D1; }

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

This text font color is #FAF0D1.

Background Color

.myBgColor { background-color: #FAF0D1; }

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

This div background color is #FAF0D1.

Border color

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

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

This div border color is #FAF0D1.

Opacity

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

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

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

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

This text has shadow with #FAF0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF0D1.

Preview

Color preview on black background

This text has color #FAF0D1 on black background.


Color preview on white background

This text has color #FAF0D1 on white background.


Black color preview on #FAF0D1 background

This text has black color on #FAF0D1 background.


White color preview on #FAF0D1 background

This text has white color on #FAF0D1 background.


Related colors

Complementary color

Complementary color for #hex is #050F2E.


I love getcolorcode.com

Triadic colors

1 #D1FAF0 and #F0D1FA with #FAF0D1 are triadic colors.

2 #D1F0FA and #F0FAD1 with #FAF0D1 are triadic colors.