COLOR #F8FAE7

HEX: #F8FAE7 RGB: (248,250,231)

Color info

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

RGB color model

#F8FAE7 color RGB value is (248,250,231).

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

RGB channels and saturation

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

248
250
231

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

Portions of RGB colors in percentages

R + G + B = 248 + 250 + 231 = 729 (100%)
R 248 of 729 ~ 34.02%
G 250 of 729 ~ 34.29%
B 231 of 729 ~ 31.69'%

%34.02
%34.29
%31.69

CMYK color model

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

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

CMYK: (1,0,8,2)
C1M0Y8K2 (1%, 0%, 8%, 2%)
(0.01 / 0.00 / 0.08 / 0.02)

CMYK percentages

%0.8
%0
%7.6
%1.96

Codes

Color #F8FAE7 in popluar color models

F8 FA E7
RGB 248 250 231
HSL 66° 65.52% 94.31%
HSB/HSV 66° 7.60% 98.04%
CMYK 0.80% 0.00% 7.60%
1.96%

Color #F8FAE7 in popluar number systems.

HEX F8 FA E7
Decimal 248 250 231
Binary 11111000 11111010 11100111
Octal 370 372 347

Shades and tints

Shades of #F8FAE7

#F8FAE7
(248,250,231)
#E2E4D2
(226,228,210)
#CCCEBD
(204,206,189)
#B6B8A8
(182,184,168)
#A0A293
(160,162,147)
#8A8C7E
(138,140,126)
#747669
(116,118,105)
#5E6054
(94,96,84)
#484A3F
(72,74,63)
#32342A
(50,52,42)
#1C1E15
(28,30,21)
#000000
(0,0,0)

Tints of #F8FAE7

#F8FAE7
(248,250,231)
#F8FAE9
(248,250,233)
#F8FAEB
(248,250,235)
#F8FAED
(248,250,237)
#F8FAEF
(248,250,239)
#F8FAF1
(248,250,241)
#F8FAF3
(248,250,243)
#F8FAF5
(248,250,245)
#F8FAF7
(248,250,247)
#F8FAF9
(248,250,249)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FAE7; }

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

This text font color is #F8FAE7.

Background Color

.myBgColor { background-color: #F8FAE7; }

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

This div background color is #F8FAE7.

Border color

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

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

This div border color is #F8FAE7.

Opacity

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

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

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

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

This text has shadow with #F8FAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FAE7.

Preview

Color preview on black background

This text has color #F8FAE7 on black background.


Color preview on white background

This text has color #F8FAE7 on white background.


Black color preview on #F8FAE7 background

This text has black color on #F8FAE7 background.


White color preview on #F8FAE7 background

This text has white color on #F8FAE7 background.


Related colors

Complementary color

Complementary color for #hex is #070518.


I love getcolorcode.com

Triadic colors

1 #E7F8FA and #FAE7F8 with #F8FAE7 are triadic colors.

2 #E7FAF8 and #FAF8E7 with #F8FAE7 are triadic colors.