COLOR #FAF6EF

HEX: #FAF6EF
RGB: (250,246,239)

Color info

#FAF6EF contains red, green and blue colors in about the same proportion. Web safe color of #FAF6EF is #FFFFFF (or #FFF).

RGB color model

#FAF6EF color RGB value is (250,246,239).

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

RGB channels and saturation

R 250 of 255 = 98%
G 246 of 255 = 96%
B 239 of 255 = 94%

250
246
239

R + G + B ~ 96%. #FAF6EF is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 246 + 239 = 735 (100%)
R 250 of 735 ~ 34.01%
G 246 of 735 ~ 33.47%
B 239 of 735 ~ 32.52%

%34.01
%33.47
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 4.40%
  • key color value is 1.96%
CMYK:
(0,2,4,2)
C0M2Y4K2 
(0%,2%,4%,2%)
(0.00/0.02/0.04/0.02)	

CMYK percentages

%0
%1.6
%4.4
%1.96

Codes

Color #FAF6EF in popluar color models

FAF6EF
RGB250246239
HSL38°52.38%95.88%
HSB/HSV38°4.40%98.04%
CMYK0.00%1.60%4.40%
1.96%

Color #FAF6EF in popluar number systems.

HEXFAF6EF
Decimal250246239
Binary111110101111011011101111
Octal372366357

Shades and tints

Shades of #FAF6EF

#FAF6EF
(250,246,239)
#E4E0DA
(228,224,218)
#CECAC5
(206,202,197)
#B8B4B0
(184,180,176)
#A29E9B
(162,158,155)
#8C8886
(140,136,134)
#767271
(118,114,113)
#605C5C
(96,92,92)
#4A4647
(74,70,71)
#343032
(52,48,50)
#1E1A1D
(30,26,29)
#000000
(0,0,0)

Tints of #FAF6EF

#FAF6EF
(250,246,239)
#FAF6F0
(250,246,240)
#FAF6F1
(250,246,241)
#FAF6F2
(250,246,242)
#FAF6F3
(250,246,243)
#FAF6F4
(250,246,244)
#FAF6F5
(250,246,245)
#FAF6F6
(250,246,246)
#FAF6F7
(250,246,247)
#FAF6F8
(250,246,248)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6EF; }

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

This text font color is #FAF6EF.


Background Color

.myBgColor { background-color: #FAF6EF; }

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

This div background color is #FAF6EF.


Border color

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

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

This div border color is #FAF6EF.


Opacity

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

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

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

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

This text has shadow with #FAF6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF6EF on black background.


Color preview on white background

This text has color #FAF6EF on white background.



Black color preview on #FAF6EF background

This text has black color on #FAF6EF background.


White color preview on #FAF6EF background

This text has white color on #FAF6EF background.