COLOR #FAF7EC

HEX: #FAF7EC RGB: (250,247,236)

Color info

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

RGB color model

#FAF7EC color RGB value is (250,247,236).

RGB: (250,247,236) (98%, 97%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 247 of 255 = 97%
B 236 of 255 = 93%

250
247
236

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

Portions of RGB colors in percentages

R + G + B = 250 + 247 + 236 = 733 (100%)
R 250 of 733 ~ 34.11%
G 247 of 733 ~ 33.7%
B 236 of 733 ~ 32.2'%

%34.11
%33.7
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 5.60%
  • key color value is 1.96%

CMYK: (0,1,6,2)
C0M1Y6K2 (0%, 1%, 6%, 2%)
(0.00 / 0.01 / 0.06 / 0.02)

CMYK percentages

%0
%1.2
%5.6
%1.96

Codes

Color #FAF7EC in popluar color models

FA F7 EC
RGB 250 247 236
HSL 47° 58.33% 95.29%
HSB/HSV 47° 5.60% 98.04%
CMYK 0.00% 1.20% 5.60%
1.96%

Color #FAF7EC in popluar number systems.

HEX FA F7 EC
Decimal 250 247 236
Binary 11111010 11110111 11101100
Octal 372 367 354

Shades and tints

Shades of #FAF7EC

#FAF7EC
(250,247,236)
#E4E1D7
(228,225,215)
#CECBC2
(206,203,194)
#B8B5AD
(184,181,173)
#A29F98
(162,159,152)
#8C8983
(140,137,131)
#76736E
(118,115,110)
#605D59
(96,93,89)
#4A4744
(74,71,68)
#34312F
(52,49,47)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #FAF7EC

#FAF7EC
(250,247,236)
#FAF7ED
(250,247,237)
#FAF7EE
(250,247,238)
#FAF7EF
(250,247,239)
#FAF7F0
(250,247,240)
#FAF7F1
(250,247,241)
#FAF7F2
(250,247,242)
#FAF7F3
(250,247,243)
#FAF7F4
(250,247,244)
#FAF7F5
(250,247,245)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF7EC color. Also use rgb(250,247,236) instead hex code.

Text Font Color

.myTextColor { color: #FAF7EC; }

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

This text font color is #FAF7EC.

Background Color

.myBgColor { background-color: #FAF7EC; }

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

This div background color is #FAF7EC.

Border color

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

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

This div border color is #FAF7EC.

Opacity

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

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

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

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

This text has shadow with #FAF7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF7EC.

Preview

Color preview on black background

This text has color #FAF7EC on black background.


Color preview on white background

This text has color #FAF7EC on white background.


Black color preview on #FAF7EC background

This text has black color on #FAF7EC background.


White color preview on #FAF7EC background

This text has white color on #FAF7EC background.


Related colors

Complementary color

Complementary color for #hex is #050813.


I love getcolorcode.com

Triadic colors

1 #ECFAF7 and #F7ECFA with #FAF7EC are triadic colors.

2 #ECF7FA and #F7FAEC with #FAF7EC are triadic colors.