COLOR #FAF6EB

HEX: #FAF6EB RGB: (250,246,235)

Color info

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

RGB color model

#FAF6EB color RGB value is (250,246,235).

RGB: (250,246,235) (98%, 96%, 92%)

RGB channels and saturation

R 250 of 255 = 98%
G 246 of 255 = 96%
B 235 of 255 = 92%

250
246
235

R + G + B ~ 95%. #FAF6EB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 246 + 235 = 731 (100%)
R 250 of 731 ~ 34.2%
G 246 of 731 ~ 33.65%
B 235 of 731 ~ 32.15'%

%34.2
%33.65
%32.15

CMYK color model

#FAF6EB color CMYK value is (0,2,6,2).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 6.00%
  • key color value is 1.96%

CMYK: (0,2,6,2)
C0M2Y6K2 (0%, 2%, 6%, 2%)
(0.00 / 0.02 / 0.06 / 0.02)

CMYK percentages

%0
%1.6
%6
%1.96

Codes

Color #FAF6EB in popluar color models

FA F6 EB
RGB 250 246 235
HSL 44° 60.00% 95.10%
HSB/HSV 44° 6.00% 98.04%
CMYK 0.00% 1.60% 6.00%
1.96%

Color #FAF6EB in popluar number systems.

HEX FA F6 EB
Decimal 250 246 235
Binary 11111010 11110110 11101011
Octal 372 366 353

Shades and tints

Shades of #FAF6EB

#FAF6EB
(250,246,235)
#E4E0D6
(228,224,214)
#CECAC1
(206,202,193)
#B8B4AC
(184,180,172)
#A29E97
(162,158,151)
#8C8882
(140,136,130)
#76726D
(118,114,109)
#605C58
(96,92,88)
#4A4643
(74,70,67)
#34302E
(52,48,46)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #FAF6EB

#FAF6EB
(250,246,235)
#FAF6EC
(250,246,236)
#FAF6ED
(250,246,237)
#FAF6EE
(250,246,238)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6EB; }

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

This text font color is #FAF6EB.

Background Color

.myBgColor { background-color: #FAF6EB; }

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

This div background color is #FAF6EB.

Border color

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

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

This div border color is #FAF6EB.

Opacity

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

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

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

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

This text has shadow with #FAF6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF6EB.

Preview

Color preview on black background

This text has color #FAF6EB on black background.


Color preview on white background

This text has color #FAF6EB on white background.


Black color preview on #FAF6EB background

This text has black color on #FAF6EB background.


White color preview on #FAF6EB background

This text has white color on #FAF6EB background.


Related colors

Complementary color

Complementary color for #hex is #050914.


I love getcolorcode.com

Triadic colors

1 #EBFAF6 and #F6EBFA with #FAF6EB are triadic colors.

2 #EBF6FA and #F6FAEB with #FAF6EB are triadic colors.