COLOR #F9FAE7

HEX: #F9FAE7
RGB: (249,250,231)

Color info

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

RGB color model

#F9FAE7 color RGB value is (249,250,231).

  • red value is 249;
  • green value is 250;
  • blue value is 231.
RGB:
(249,250,231)
(98%,98%,91%)

RGB channels and saturation

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

249
250
231

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

Portions of RGB colors in percentages

R + G + B =
249 + 250 + 231 = 730 (100%)
R 249 of 730 ~ 34.11%
G 250 of 730 ~ 34.25%
B 231 of 730 ~ 31.64%

%34.11
%34.25
%31.64

CMYK color model

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

  • cyan value is 0.40%
  • 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.4
%0
%7.6
%1.96

Codes

Color #F9FAE7 in popluar color models

F9FAE7
RGB249250231
HSL63°65.52%94.31%
HSB/HSV63°7.60%98.04%
CMYK0.40%0.00%7.60%
1.96%

Color #F9FAE7 in popluar number systems.

HEXF9FAE7
Decimal249250231
Binary111110011111101011100111
Octal371372347

Shades and tints

Shades of #F9FAE7

#F9FAE7
(249,250,231)
#E3E4D2
(227,228,210)
#CDCEBD
(205,206,189)
#B7B8A8
(183,184,168)
#A1A293
(161,162,147)
#8B8C7E
(139,140,126)
#757669
(117,118,105)
#5F6054
(95,96,84)
#494A3F
(73,74,63)
#33342A
(51,52,42)
#1D1E15
(29,30,21)
#000000
(0,0,0)

Tints of #F9FAE7

#F9FAE7
(249,250,231)
#F9FAE9
(249,250,233)
#F9FAEB
(249,250,235)
#F9FAED
(249,250,237)
#F9FAEF
(249,250,239)
#F9FAF1
(249,250,241)
#F9FAF3
(249,250,243)
#F9FAF5
(249,250,245)
#F9FAF7
(249,250,247)
#F9FAF9
(249,250,249)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FAE7; }

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

This text font color is #F9FAE7.


Background Color

.myBgColor { background-color: #F9FAE7; }

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

This div background color is #F9FAE7.


Border color

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

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

This div border color is #F9FAE7.


Opacity

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

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

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

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

This text has shadow with #F9FAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FAE7 on black background.


Color preview on white background

This text has color #F9FAE7 on white background.



Black color preview on #F9FAE7 background

This text has black color on #F9FAE7 background.


White color preview on #F9FAE7 background

This text has white color on #F9FAE7 background.