COLOR #F9EFFB

HEX: #F9EFFB RGB: (249,239,251)

Color info

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

RGB color model

#F9EFFB color RGB value is (249,239,251).

RGB: (249,239,251) (98%, 94%, 98%)

RGB channels and saturation

R 249 of 255 = 98%
G 239 of 255 = 94%
B 251 of 255 = 98%

249
239
251

R + G + B ~ 97%. #F9EFFB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 239 + 251 = 739 (100%)
R 249 of 739 ~ 33.69%
G 239 of 739 ~ 32.34%
B 251 of 739 ~ 33.96'%

%33.69
%32.34
%33.96

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 4.78%
  • 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
%4.78
%0
%1.57

Codes

Color #F9EFFB in popluar color models

F9 EF FB
RGB 249 239 251
HSL 290° 60.00% 96.08%
HSB/HSV 290° 4.78% 98.43%
CMYK 0.80% 4.78% 0.00%
1.57%

Color #F9EFFB in popluar number systems.

HEX F9 EF FB
Decimal 249 239 251
Binary 11111001 11101111 11111011
Octal 371 357 373

Shades and tints

Shades of #F9EFFB

#F9EFFB
(249,239,251)
#E3DAE5
(227,218,229)
#CDC5CF
(205,197,207)
#B7B0B9
(183,176,185)
#A19BA3
(161,155,163)
#8B868D
(139,134,141)
#757177
(117,113,119)
#5F5C61
(95,92,97)
#49474B
(73,71,75)
#333235
(51,50,53)
#1D1D1F
(29,29,31)
#000000
(0,0,0)

Tints of #F9EFFB

#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)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EFFB; }

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

This text font color is #F9EFFB.

Background Color

.myBgColor { background-color: #F9EFFB; }

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

This div background color is #F9EFFB.

Border color

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

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

This div border color is #F9EFFB.

Opacity

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

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

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

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

This text has shadow with #F9EFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EFFB.

Preview

Color preview on black background

This text has color #F9EFFB on black background.


Color preview on white background

This text has color #F9EFFB on white background.


Black color preview on #F9EFFB background

This text has black color on #F9EFFB background.


White color preview on #F9EFFB background

This text has white color on #F9EFFB background.


Related colors

Complementary color

Complementary color for #hex is #061004.


I love getcolorcode.com

Triadic colors

1 #FBF9EF and #EFFBF9 with #F9EFFB are triadic colors.

2 #FBEFF9 and #EFF9FB with #F9EFFB are triadic colors.