COLOR #FAF9D8

HEX: #FAF9D8
RGB: (250,249,216)

Color info

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

RGB color model

#FAF9D8 color RGB value is (250,249,216).

  • red value is 250;
  • green value is 249;
  • blue value is 216.
RGB: (250,249,216) (98%,98%,85%)

RGB channels and saturation

R 250 of 255 = 98%
G 249 of 255 = 98%
B 216 of 255 = 85%

250
249
216

R + G + B ~ 94%. #FAF9D8 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 249 + 216 = 715 (100%)
R 250 of 715 ~ 34.97%
G 249 of 715 ~ 34.83%
B 216 of 715 ~ 30.21%

%34.97
%34.83
%30.21

CMYK color model

#FAF9D8 color CMYK value is (0,0,14,2).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 13.60%
  • key color value is 1.96%
CMYK: (0,0,14,2) C0M0Y14K2 (0%,0%,14%,2%) (0.00/0.00/0.14/0.02)

CMYK percentages

%0
%0.4
%13.6
%1.96

Codes

Color #FAF9D8 in popluar color models

FAF9D8
RGB250249216
HSL58°77.27%91.37%
HSB/HSV58°13.60%98.04%
CMYK0.00%0.40%13.60%
1.96%

Color #FAF9D8 in popluar number systems.

HEXFAF9D8
Decimal250249216
Binary111110101111100111011000
Octal372371330

Shades and tints

Shades of #FAF9D8

#FAF9D8
(250,249,216)
#E4E3C5
(228,227,197)
#CECDB2
(206,205,178)
#B8B79F
(184,183,159)
#A2A18C
(162,161,140)
#8C8B79
(140,139,121)
#767566
(118,117,102)
#605F53
(96,95,83)
#4A4940
(74,73,64)
#34332D
(52,51,45)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #FAF9D8

#FAF9D8
(250,249,216)
#FAF9DB
(250,249,219)
#FAF9DE
(250,249,222)
#FAF9E1
(250,249,225)
#FAF9E4
(250,249,228)
#FAF9E7
(250,249,231)
#FAF9EA
(250,249,234)
#FAF9ED
(250,249,237)
#FAF9F0
(250,249,240)
#FAF9F3
(250,249,243)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF9D8 color. Also use rgb(250,249,216) instead hex code.

Text Font Color

.myTextColor { color: #FAF9D8; }

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

This text font color is #FAF9D8.


Background Color

.myBgColor { background-color: #FAF9D8; }

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

This div background color is #FAF9D8.


Border color

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

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

This div border color is #FAF9D8.


Opacity

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

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

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

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

This text has shadow with #FAF9D8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FAF9D8 on black background.


Color preview on white background

This text has color #FAF9D8 on white background.



Black color preview on #FAF9D8 background

This text has black color on #FAF9D8 background.


White color preview on #FAF9D8 background

This text has white color on #FAF9D8 background.