COLOR #FAF6DE

HEX: #FAF6DE
RGB: (250,246,222)

Color info

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

RGB color model

#FAF6DE color RGB value is (250,246,222).

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

RGB channels and saturation

R 250 of 255 = 98%
G 246 of 255 = 96%
B 222 of 255 = 87%

250
246
222

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

Portions of RGB colors in percentages

R + G + B =
250 + 246 + 222 = 718 (100%)
R 250 of 718 ~ 34.82%
G 246 of 718 ~ 34.26%
B 222 of 718 ~ 30.92%

%34.82
%34.26
%30.92

CMYK color model

#FAF6DE color CMYK value is (0,2,11,2).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 11.20%
  • key color value is 1.96%
CMYK:
(0,2,11,2)
C0M2Y11K2 
(0%,2%,11%,2%)
(0.00/0.02/0.11/0.02)	

CMYK percentages

%0
%1.6
%11.2
%1.96

Codes

Color #FAF6DE in popluar color models

FAF6DE
RGB250246222
HSL51°73.68%92.55%
HSB/HSV51°11.20%98.04%
CMYK0.00%1.60%11.20%
1.96%

Color #FAF6DE in popluar number systems.

HEXFAF6DE
Decimal250246222
Binary111110101111011011011110
Octal372366336

Shades and tints

Shades of #FAF6DE

#FAF6DE
(250,246,222)
#E4E0CA
(228,224,202)
#CECAB6
(206,202,182)
#B8B4A2
(184,180,162)
#A29E8E
(162,158,142)
#8C887A
(140,136,122)
#767266
(118,114,102)
#605C52
(96,92,82)
#4A463E
(74,70,62)
#34302A
(52,48,42)
#1E1A16
(30,26,22)
#000000
(0,0,0)

Tints of #FAF6DE

#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)
#FAF6F9
(250,246,249)
#FAF6FC
(250,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6DE; }

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

This text font color is #FAF6DE.


Background Color

.myBgColor { background-color: #FAF6DE; }

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

This div background color is #FAF6DE.


Border color

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

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

This div border color is #FAF6DE.


Opacity

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

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

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

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

This text has shadow with #FAF6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF6DE on black background.


Color preview on white background

This text has color #FAF6DE on white background.



Black color preview on #FAF6DE background

This text has black color on #FAF6DE background.


White color preview on #FAF6DE background

This text has white color on #FAF6DE background.