COLOR #FAF6EA

HEX: #FAF6EA RGB: (250,246,234)

Color info

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

RGB color model

#FAF6EA color RGB value is (250,246,234).

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

RGB channels and saturation

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

250
246
234

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

Portions of RGB colors in percentages

R + G + B = 250 + 246 + 234 = 730 (100%)
R 250 of 730 ~ 34.25%
G 246 of 730 ~ 33.7%
B 234 of 730 ~ 32.05'%

%34.25
%33.7
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 6.40%
  • 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.4
%1.96

Codes

Color #FAF6EA in popluar color models

FA F6 EA
RGB 250 246 234
HSL 45° 61.54% 94.90%
HSB/HSV 45° 6.40% 98.04%
CMYK 0.00% 1.60% 6.40%
1.96%

Color #FAF6EA in popluar number systems.

HEX FA F6 EA
Decimal 250 246 234
Binary 11111010 11110110 11101010
Octal 372 366 352

Shades and tints

Shades of #FAF6EA

#FAF6EA
(250,246,234)
#E4E0D5
(228,224,213)
#CECAC0
(206,202,192)
#B8B4AB
(184,180,171)
#A29E96
(162,158,150)
#8C8881
(140,136,129)
#76726C
(118,114,108)
#605C57
(96,92,87)
#4A4642
(74,70,66)
#34302D
(52,48,45)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #FAF6EA

#FAF6EA
(250,246,234)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6EA; }

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

This text font color is #FAF6EA.

Background Color

.myBgColor { background-color: #FAF6EA; }

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

This div background color is #FAF6EA.

Border color

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

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

This div border color is #FAF6EA.

Opacity

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

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

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

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

This text has shadow with #FAF6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF6EA.

Preview

Color preview on black background

This text has color #FAF6EA on black background.


Color preview on white background

This text has color #FAF6EA on white background.


Black color preview on #FAF6EA background

This text has black color on #FAF6EA background.


White color preview on #FAF6EA background

This text has white color on #FAF6EA background.


Related colors

Complementary color

Complementary color for #hex is #050915.


I love getcolorcode.com

Triadic colors

1 #EAFAF6 and #F6EAFA with #FAF6EA are triadic colors.

2 #EAF6FA and #F6FAEA with #FAF6EA are triadic colors.