COLOR #FAF8E6

HEX: #FAF8E6 RGB: (250,248,230)

Color info

#FAF8E6 contains red, green and blue colors in about the same proportion. Web safe color of #FAF8E6 is #FFFFCC (or #FFC).

RGB color model

#FAF8E6 color RGB value is (250,248,230).

RGB: (250,248,230) (98%, 97%, 90%)

RGB channels and saturation

R 250 of 255 = 98%
G 248 of 255 = 97%
B 230 of 255 = 90%

250
248
230

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

Portions of RGB colors in percentages

R + G + B = 250 + 248 + 230 = 728 (100%)
R 250 of 728 ~ 34.34%
G 248 of 728 ~ 34.07%
B 230 of 728 ~ 31.59'%

%34.34
%34.07
%31.59

CMYK color model

#FAF8E6 color CMYK value is (0,1,8,2).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 8.00%
  • key color value is 1.96%
CMYK: (0,1,8,2) C0M1Y8K2 (0%,1%,8%,2%) (0.00/0.01/0.08/0.02) 

CMYK percentages

%0
%0.8
%8
%1.96

Codes

Color #FAF8E6 in popluar color models

FA F8 E6
RGB 250 248 230
HSL 54° 66.67% 94.12%
HSB/HSV 54° 8.00% 98.04%
CMYK 0.00% 0.80% 8.00%
1.96%

Color #FAF8E6 in popluar number systems.

HEX FA F8 E6
Decimal 250 248 230
Binary 11111010 11111000 11100110
Octal 372 370 346

Shades and tints

Shades of #FAF8E6

#FAF8E6
(250,248,230)
#E4E2D2
(228,226,210)
#CECCBE
(206,204,190)
#B8B6AA
(184,182,170)
#A2A096
(162,160,150)
#8C8A82
(140,138,130)
#76746E
(118,116,110)
#605E5A
(96,94,90)
#4A4846
(74,72,70)
#343232
(52,50,50)
#1E1C1E
(30,28,30)
#000000
(0,0,0)

Tints of #FAF8E6

#FAF8E6
(250,248,230)
#FAF8E8
(250,248,232)
#FAF8EA
(250,248,234)
#FAF8EC
(250,248,236)
#FAF8EE
(250,248,238)
#FAF8F0
(250,248,240)
#FAF8F2
(250,248,242)
#FAF8F4
(250,248,244)
#FAF8F6
(250,248,246)
#FAF8F8
(250,248,248)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF8E6 color. Also use rgb(250,248,230) instead hex code.

Text Font Color

.myTextColor { color: #FAF8E6; }

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

This text font color is #FAF8E6.

Background Color

.myBgColor { background-color: #FAF8E6; }

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

This div background color is #FAF8E6.

Border color

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

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

This div border color is #FAF8E6.

Opacity

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

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

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

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

This text has shadow with #FAF8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF8E6.

Preview

Color preview on black background

This text has color #FAF8E6 on black background.


Color preview on white background

This text has color #FAF8E6 on white background.


Black color preview on #FAF8E6 background

This text has black color on #FAF8E6 background.


White color preview on #FAF8E6 background

This text has white color on #FAF8E6 background.


Related colors

Complementary color

Complementary color for #hex is #050719.


I love getcolorcode.com

Triadic colors

1 #E6FAF8 and #F8E6FA with #FAF8E6 are triadic colors.

2 #E6F8FA and #F8FAE6 with #FAF8E6 are triadic colors.