COLOR #F9FBEC

HEX: #F9FBEC RGB: (249,251,236)

Color info

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

RGB color model

#F9FBEC color RGB value is (249,251,236).

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

RGB channels and saturation

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

249
251
236

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

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 236 = 736 (100%)
R 249 of 736 ~ 33.83%
G 251 of 736 ~ 34.1%
B 236 of 736 ~ 32.07'%

%33.83
%34.1
%32.07

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 1.57%

CMYK: (1,0,6,2)
C1M0Y6K2 (1%, 0%, 6%, 2%)
(0.01 / 0.00 / 0.06 / 0.02)

CMYK percentages

%0.8
%0
%5.98
%1.57

Codes

Color #F9FBEC in popluar color models

F9 FB EC
RGB 249 251 236
HSL 68° 65.22% 95.49%
HSB/HSV 68° 5.98% 98.43%
CMYK 0.80% 0.00% 5.98%
1.57%

Color #F9FBEC in popluar number systems.

HEX F9 FB EC
Decimal 249 251 236
Binary 11111001 11111011 11101100
Octal 371 373 354

Shades and tints

Shades of #F9FBEC

#F9FBEC
(249,251,236)
#E3E5D7
(227,229,215)
#CDCFC2
(205,207,194)
#B7B9AD
(183,185,173)
#A1A398
(161,163,152)
#8B8D83
(139,141,131)
#75776E
(117,119,110)
#5F6159
(95,97,89)
#494B44
(73,75,68)
#33352F
(51,53,47)
#1D1F1A
(29,31,26)
#000000
(0,0,0)

Tints of #F9FBEC

#F9FBEC
(249,251,236)
#F9FBED
(249,251,237)
#F9FBEE
(249,251,238)
#F9FBEF
(249,251,239)
#F9FBF0
(249,251,240)
#F9FBF1
(249,251,241)
#F9FBF2
(249,251,242)
#F9FBF3
(249,251,243)
#F9FBF4
(249,251,244)
#F9FBF5
(249,251,245)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FBEC; }

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

This text font color is #F9FBEC.

Background Color

.myBgColor { background-color: #F9FBEC; }

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

This div background color is #F9FBEC.

Border color

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

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

This div border color is #F9FBEC.

Opacity

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

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

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

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

This text has shadow with #F9FBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FBEC.

Preview

Color preview on black background

This text has color #F9FBEC on black background.


Color preview on white background

This text has color #F9FBEC on white background.


Black color preview on #F9FBEC background

This text has black color on #F9FBEC background.


White color preview on #F9FBEC background

This text has white color on #F9FBEC background.


Related colors

Complementary color

Complementary color for #hex is #060413.


I love getcolorcode.com

Triadic colors

1 #ECF9FB and #FBECF9 with #F9FBEC are triadic colors.

2 #ECFBF9 and #FBF9EC with #F9FBEC are triadic colors.