COLOR #FAF6D8

HEX: #FAF6D8
RGB: (250,246,216)

Color info

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

RGB color model

#FAF6D8 color RGB value is (250,246,216).

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

RGB channels and saturation

R 250 of 255 = 98%
G 246 of 255 = 96%
B 216 of 255 = 85%

250
246
216

R + G + B ~ 93%. #FAF6D8 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 246 + 216 = 712 (100%)
R 250 of 712 ~ 35.11%
G 246 of 712 ~ 34.55%
B 216 of 712 ~ 30.34%

%35.11
%34.55
%30.34

CMYK color model

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

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

CMYK percentages

%0
%1.6
%13.6
%1.96

Codes

Color #FAF6D8 in popluar color models

FAF6D8
RGB250246216
HSL53°77.27%91.37%
HSB/HSV53°13.60%98.04%
CMYK0.00%1.60%13.60%
1.96%

Color #FAF6D8 in popluar number systems.

HEXFAF6D8
Decimal250246216
Binary111110101111011011011000
Octal372366330

Shades and tints

Shades of #FAF6D8

#FAF6D8
(250,246,216)
#E4E0C5
(228,224,197)
#CECAB2
(206,202,178)
#B8B49F
(184,180,159)
#A29E8C
(162,158,140)
#8C8879
(140,136,121)
#767266
(118,114,102)
#605C53
(96,92,83)
#4A4640
(74,70,64)
#34302D
(52,48,45)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #FAF6D8

#FAF6D8
(250,246,216)
#FAF6DB
(250,246,219)
#FAF6DE
(250,246,222)
#FAF6E1
(250,246,225)
#FAF6E4
(250,246,228)
#FAF6E7
(250,246,231)
#FAF6EA
(250,246,234)
#FAF6ED
(250,246,237)
#FAF6F0
(250,246,240)
#FAF6F3
(250,246,243)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6D8; }

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

This text font color is #FAF6D8.


Background Color

.myBgColor { background-color: #FAF6D8; }

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

This div background color is #FAF6D8.


Border color

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

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

This div border color is #FAF6D8.


Opacity

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

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

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

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

This text has shadow with #FAF6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF6D8 on black background.


Color preview on white background

This text has color #FAF6D8 on white background.



Black color preview on #FAF6D8 background

This text has black color on #FAF6D8 background.


White color preview on #FAF6D8 background

This text has white color on #FAF6D8 background.