COLOR #F9FBEE

HEX: #F9FBEE RGB: (249,251,238)

Color info

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

RGB color model

#F9FBEE color RGB value is (249,251,238).

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

RGB channels and saturation

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

249
251
238

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

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 238 = 738 (100%)
R 249 of 738 ~ 33.74%
G 251 of 738 ~ 34.01%
B 238 of 738 ~ 32.25'%

%33.74
%34.01
%32.25

CMYK color model

#F9FBEE color CMYK value is (1,0,5,2).

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

CMYK: (1,0,5,2)
C1M0Y5K2 (1%, 0%, 5%, 2%)
(0.01 / 0.00 / 0.05 / 0.02)

CMYK percentages

%0.8
%0
%5.18
%1.57

Codes

Color #F9FBEE in popluar color models

F9 FB EE
RGB 249 251 238
HSL 69° 61.90% 95.88%
HSB/HSV 69° 5.18% 98.43%
CMYK 0.80% 0.00% 5.18%
1.57%

Color #F9FBEE in popluar number systems.

HEX F9 FB EE
Decimal 249 251 238
Binary 11111001 11111011 11101110
Octal 371 373 356

Shades and tints

Shades of #F9FBEE

#F9FBEE
(249,251,238)
#E3E5D9
(227,229,217)
#CDCFC4
(205,207,196)
#B7B9AF
(183,185,175)
#A1A39A
(161,163,154)
#8B8D85
(139,141,133)
#757770
(117,119,112)
#5F615B
(95,97,91)
#494B46
(73,75,70)
#333531
(51,53,49)
#1D1F1C
(29,31,28)
#000000
(0,0,0)

Tints of #F9FBEE

#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)
#F9FBF7
(249,251,247)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FBEE; }

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

This text font color is #F9FBEE.

Background Color

.myBgColor { background-color: #F9FBEE; }

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

This div background color is #F9FBEE.

Border color

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

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

This div border color is #F9FBEE.

Opacity

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

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

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

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

This text has shadow with #F9FBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FBEE.

Preview

Color preview on black background

This text has color #F9FBEE on black background.


Color preview on white background

This text has color #F9FBEE on white background.


Black color preview on #F9FBEE background

This text has black color on #F9FBEE background.


White color preview on #F9FBEE background

This text has white color on #F9FBEE background.


Related colors

Complementary color

Complementary color for #hex is #060411.


I love getcolorcode.com

Triadic colors

1 #EEF9FB and #FBEEF9 with #F9FBEE are triadic colors.

2 #EEFBF9 and #FBF9EE with #F9FBEE are triadic colors.