COLOR #FAF6ED

HEX: #FAF6ED RGB: (250,246,237)

Color info

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

RGB color model

#FAF6ED color RGB value is (250,246,237).

RGB: (250,246,237) (98%, 96%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 246 of 255 = 96%
B 237 of 255 = 93%

250
246
237

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

Portions of RGB colors in percentages

R + G + B = 250 + 246 + 237 = 733 (100%)
R 250 of 733 ~ 34.11%
G 246 of 733 ~ 33.56%
B 237 of 733 ~ 32.33'%

%34.11
%33.56
%32.33

CMYK color model

#FAF6ED color CMYK value is (0,2,5,2).

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

CMYK: (0,2,5,2)
C0M2Y5K2 (0%, 2%, 5%, 2%)
(0.00 / 0.02 / 0.05 / 0.02)

CMYK percentages

%0
%1.6
%5.2
%1.96

Codes

Color #FAF6ED in popluar color models

FA F6 ED
RGB 250 246 237
HSL 42° 56.52% 95.49%
HSB/HSV 42° 5.20% 98.04%
CMYK 0.00% 1.60% 5.20%
1.96%

Color #FAF6ED in popluar number systems.

HEX FA F6 ED
Decimal 250 246 237
Binary 11111010 11110110 11101101
Octal 372 366 355

Shades and tints

Shades of #FAF6ED

#FAF6ED
(250,246,237)
#E4E0D8
(228,224,216)
#CECAC3
(206,202,195)
#B8B4AE
(184,180,174)
#A29E99
(162,158,153)
#8C8884
(140,136,132)
#76726F
(118,114,111)
#605C5A
(96,92,90)
#4A4645
(74,70,69)
#343030
(52,48,48)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #FAF6ED

#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)
#FAF6F6
(250,246,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6ED; }

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

This text font color is #FAF6ED.

Background Color

.myBgColor { background-color: #FAF6ED; }

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

This div background color is #FAF6ED.

Border color

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

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

This div border color is #FAF6ED.

Opacity

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

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

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

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

This text has shadow with #FAF6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF6ED.

Preview

Color preview on black background

This text has color #FAF6ED on black background.


Color preview on white background

This text has color #FAF6ED on white background.


Black color preview on #FAF6ED background

This text has black color on #FAF6ED background.


White color preview on #FAF6ED background

This text has white color on #FAF6ED background.


Related colors

Complementary color

Complementary color for #hex is #050912.


I love getcolorcode.com

Triadic colors

1 #EDFAF6 and #F6EDFA with #FAF6ED are triadic colors.

2 #EDF6FA and #F6FAED with #FAF6ED are triadic colors.