COLOR #F9FAEC

HEX: #F9FAEC RGB: (249,250,236)

Color info

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

RGB color model

#F9FAEC color RGB value is (249,250,236).

RGB: (249,250,236) (98%, 98%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 250 of 255 = 98%
B 236 of 255 = 93%

249
250
236

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

Portions of RGB colors in percentages

R + G + B = 249 + 250 + 236 = 735 (100%)
R 249 of 735 ~ 33.88%
G 250 of 735 ~ 34.01%
B 236 of 735 ~ 32.11'%

%33.88
%34.01
%32.11

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 1.96%

CMYK: (0,0,6,2)
C0M0Y6K2 (0%, 0%, 6%, 2%)
(0.00 / 0.00 / 0.06 / 0.02)

CMYK percentages

%0.4
%0
%5.6
%1.96

Codes

Color #F9FAEC in popluar color models

F9 FA EC
RGB 249 250 236
HSL 64° 58.33% 95.29%
HSB/HSV 64° 5.60% 98.04%
CMYK 0.40% 0.00% 5.60%
1.96%

Color #F9FAEC in popluar number systems.

HEX F9 FA EC
Decimal 249 250 236
Binary 11111001 11111010 11101100
Octal 371 372 354

Shades and tints

Shades of #F9FAEC

#F9FAEC
(249,250,236)
#E3E4D7
(227,228,215)
#CDCEC2
(205,206,194)
#B7B8AD
(183,184,173)
#A1A298
(161,162,152)
#8B8C83
(139,140,131)
#75766E
(117,118,110)
#5F6059
(95,96,89)
#494A44
(73,74,68)
#33342F
(51,52,47)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #F9FAEC

#F9FAEC
(249,250,236)
#F9FAED
(249,250,237)
#F9FAEE
(249,250,238)
#F9FAEF
(249,250,239)
#F9FAF0
(249,250,240)
#F9FAF1
(249,250,241)
#F9FAF2
(249,250,242)
#F9FAF3
(249,250,243)
#F9FAF4
(249,250,244)
#F9FAF5
(249,250,245)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FAEC; }

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

This text font color is #F9FAEC.

Background Color

.myBgColor { background-color: #F9FAEC; }

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

This div background color is #F9FAEC.

Border color

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

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

This div border color is #F9FAEC.

Opacity

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

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

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

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

This text has shadow with #F9FAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FAEC.

Preview

Color preview on black background

This text has color #F9FAEC on black background.


Color preview on white background

This text has color #F9FAEC on white background.


Black color preview on #F9FAEC background

This text has black color on #F9FAEC background.


White color preview on #F9FAEC background

This text has white color on #F9FAEC background.


Related colors

Complementary color

Complementary color for #hex is #060513.


I love getcolorcode.com

Triadic colors

1 #ECF9FA and #FAECF9 with #F9FAEC are triadic colors.

2 #ECFAF9 and #FAF9EC with #F9FAEC are triadic colors.