COLOR #F9EEFB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

249
238
251

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

Portions of RGB colors in percentages

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

%33.74
%32.25
%34.01

CMYK color model

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

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

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

CMYK percentages

%0.8
%5.18
%0
%1.57

Codes

Color #F9EEFB in popluar color models

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

Color #F9EEFB in popluar number systems.

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

Shades and tints

Shades of #F9EEFB

#F9EEFB
(249,238,251)
#E3D9E5
(227,217,229)
#CDC4CF
(205,196,207)
#B7AFB9
(183,175,185)
#A19AA3
(161,154,163)
#8B858D
(139,133,141)
#757077
(117,112,119)
#5F5B61
(95,91,97)
#49464B
(73,70,75)
#333135
(51,49,53)
#1D1C1F
(29,28,31)
#000000
(0,0,0)

Tints of #F9EEFB

#F9EEFB
(249,238,251)
#F9EFFB
(249,239,251)
#F9F0FB
(249,240,251)
#F9F1FB
(249,241,251)
#F9F2FB
(249,242,251)
#F9F3FB
(249,243,251)
#F9F4FB
(249,244,251)
#F9F5FB
(249,245,251)
#F9F6FB
(249,246,251)
#F9F7FB
(249,247,251)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EEFB; }

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

This text font color is #F9EEFB.

Background Color

.myBgColor { background-color: #F9EEFB; }

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

This div background color is #F9EEFB.

Border color

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

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

This div border color is #F9EEFB.

Opacity

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

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

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

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

This text has shadow with #F9EEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EEFB.

Preview

Color preview on black background

This text has color #F9EEFB on black background.


Color preview on white background

This text has color #F9EEFB on white background.


Black color preview on #F9EEFB background

This text has black color on #F9EEFB background.


White color preview on #F9EEFB background

This text has white color on #F9EEFB background.


Related colors

Complementary color

Complementary color for #hex is #061104.


I love getcolorcode.com

Triadic colors

1 #FBF9EE and #EEFBF9 with #F9EEFB are triadic colors.

2 #FBEEF9 and #EEF9FB with #F9EEFB are triadic colors.