COLOR #FAF1B9

HEX: #FAF1B9
RGB: (250,241,185)

Color info

#FAF1B9 contains mainly red and green colors. Web safe color of #FAF1B9 is #FFFFCC (or #FFC).

RGB color model

#FAF1B9 color RGB value is (250,241,185).

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

RGB channels and saturation

R 250 of 255 = 98%
G 241 of 255 = 95%
B 185 of 255 = 73%

250
241
185

R + G + B ~ 89%. #FAF1B9 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 241 + 185 = 676 (100%)
R 250 of 676 ~ 36.98%
G 241 of 676 ~ 35.65%
B 185 of 676 ~ 27.37%

%36.98
%35.65
%27.37

CMYK color model

#FAF1B9 color CMYK value is (0,4,26,2).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 26.00%
  • key color value is 1.96%
CMYK:
(0,4,26,2)
C0M4Y26K2 
(0%,4%,26%,2%)
(0.00/0.04/0.26/0.02)	

CMYK percentages

%0
%3.6
%26
%1.96

Codes

Color #FAF1B9 in popluar color models

FAF1B9
RGB250241185
HSL52°86.67%85.29%
HSB/HSV52°26.00%98.04%
CMYK0.00%3.60%26.00%
1.96%

Color #FAF1B9 in popluar number systems.

HEXFAF1B9
Decimal250241185
Binary111110101111000110111001
Octal372361271

Shades and tints

Shades of #FAF1B9

#FAF1B9
(250,241,185)
#E4DCA9
(228,220,169)
#CEC799
(206,199,153)
#B8B289
(184,178,137)
#A29D79
(162,157,121)
#8C8869
(140,136,105)
#767359
(118,115,89)
#605E49
(96,94,73)
#4A4939
(74,73,57)
#343429
(52,52,41)
#1E1F19
(30,31,25)
#000000
(0,0,0)

Tints of #FAF1B9

#FAF1B9
(250,241,185)
#FAF2BF
(250,242,191)
#FAF3C5
(250,243,197)
#FAF4CB
(250,244,203)
#FAF5D1
(250,245,209)
#FAF6D7
(250,246,215)
#FAF7DD
(250,247,221)
#FAF8E3
(250,248,227)
#FAF9E9
(250,249,233)
#FAFAEF
(250,250,239)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF1B9; }

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

This text font color is #FAF1B9.


Background Color

.myBgColor { background-color: #FAF1B9; }

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

This div background color is #FAF1B9.


Border color

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

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

This div border color is #FAF1B9.


Opacity

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

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

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

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

This text has shadow with #FAF1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF1B9 on black background.


Color preview on white background

This text has color #FAF1B9 on white background.



Black color preview on #FAF1B9 background

This text has black color on #FAF1B9 background.


White color preview on #FAF1B9 background

This text has white color on #FAF1B9 background.