COLOR #FAFAE7

HEX: #FAFAE7 RGB: (250,250,231)

Color info

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

RGB color model

#FAFAE7 color RGB value is (250,250,231).

RGB: (250,250,231) (98%, 98%, 91%)

RGB channels and saturation

R 250 of 255 = 98%
G 250 of 255 = 98%
B 231 of 255 = 91%

250
250
231

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

Portions of RGB colors in percentages

R + G + B = 250 + 250 + 231 = 731 (100%)
R 250 of 731 ~ 34.2%
G 250 of 731 ~ 34.2%
B 231 of 731 ~ 31.6'%

%34.2
%34.2
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 1.96%

CMYK: (0,0,8,2)
C0M0Y8K2 (0%, 0%, 8%, 2%)
(0.00 / 0.00 / 0.08 / 0.02)

CMYK percentages

%0
%0
%7.6
%1.96

Codes

Color #FAFAE7 in popluar color models

FA FA E7
RGB 250 250 231
HSL 60° 65.52% 94.31%
HSB/HSV 60° 7.60% 98.04%
CMYK 0.00% 0.00% 7.60%
1.96%

Color #FAFAE7 in popluar number systems.

HEX FA FA E7
Decimal 250 250 231
Binary 11111010 11111010 11100111
Octal 372 372 347

Shades and tints

Shades of #FAFAE7

#FAFAE7
(250,250,231)
#E4E4D2
(228,228,210)
#CECEBD
(206,206,189)
#B8B8A8
(184,184,168)
#A2A293
(162,162,147)
#8C8C7E
(140,140,126)
#767669
(118,118,105)
#606054
(96,96,84)
#4A4A3F
(74,74,63)
#34342A
(52,52,42)
#1E1E15
(30,30,21)
#000000
(0,0,0)

Tints of #FAFAE7

#FAFAE7
(250,250,231)
#FAFAE9
(250,250,233)
#FAFAEB
(250,250,235)
#FAFAED
(250,250,237)
#FAFAEF
(250,250,239)
#FAFAF1
(250,250,241)
#FAFAF3
(250,250,243)
#FAFAF5
(250,250,245)
#FAFAF7
(250,250,247)
#FAFAF9
(250,250,249)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFAE7; }

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

This text font color is #FAFAE7.

Background Color

.myBgColor { background-color: #FAFAE7; }

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

This div background color is #FAFAE7.

Border color

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

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

This div border color is #FAFAE7.

Opacity

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

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

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

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

This text has shadow with #FAFAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFAE7.

Preview

Color preview on black background

This text has color #FAFAE7 on black background.


Color preview on white background

This text has color #FAFAE7 on white background.


Black color preview on #FAFAE7 background

This text has black color on #FAFAE7 background.


White color preview on #FAFAE7 background

This text has white color on #FAFAE7 background.


Related colors

Complementary color

Complementary color for #hex is #050518.


I love getcolorcode.com