COLOR #F9EEFA

HEX: #F9EEFA RGB: (249,238,250)

Color info

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

RGB color model

#F9EEFA color RGB value is (249,238,250).

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

RGB channels and saturation

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

249
238
250

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

Portions of RGB colors in percentages

R + G + B = 249 + 238 + 250 = 737 (100%)
R 249 of 737 ~ 33.79%
G 238 of 737 ~ 32.29%
B 250 of 737 ~ 33.92'%

%33.79
%32.29
%33.92

CMYK color model

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

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

CMYK: (0,5,0,2)
C0M5Y0K2 (0%, 5%, 0%, 2%)
(0.00 / 0.05 / 0.00 / 0.02)

CMYK percentages

%0.4
%4.8
%0
%1.96

Codes

Color #F9EEFA in popluar color models

F9 EE FA
RGB 249 238 250
HSL 295° 54.55% 95.69%
HSB/HSV 295° 4.80% 98.04%
CMYK 0.40% 4.80% 0.00%
1.96%

Color #F9EEFA in popluar number systems.

HEX F9 EE FA
Decimal 249 238 250
Binary 11111001 11101110 11111010
Octal 371 356 372

Shades and tints

Shades of #F9EEFA

#F9EEFA
(249,238,250)
#E3D9E4
(227,217,228)
#CDC4CE
(205,196,206)
#B7AFB8
(183,175,184)
#A19AA2
(161,154,162)
#8B858C
(139,133,140)
#757076
(117,112,118)
#5F5B60
(95,91,96)
#49464A
(73,70,74)
#333134
(51,49,52)
#1D1C1E
(29,28,30)
#000000
(0,0,0)

Tints of #F9EEFA

#F9EEFA
(249,238,250)
#F9EFFA
(249,239,250)
#F9F0FA
(249,240,250)
#F9F1FA
(249,241,250)
#F9F2FA
(249,242,250)
#F9F3FA
(249,243,250)
#F9F4FA
(249,244,250)
#F9F5FA
(249,245,250)
#F9F6FA
(249,246,250)
#F9F7FA
(249,247,250)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EEFA; }

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

This text font color is #F9EEFA.

Background Color

.myBgColor { background-color: #F9EEFA; }

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

This div background color is #F9EEFA.

Border color

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

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

This div border color is #F9EEFA.

Opacity

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

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

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

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

This text has shadow with #F9EEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EEFA.

Preview

Color preview on black background

This text has color #F9EEFA on black background.


Color preview on white background

This text has color #F9EEFA on white background.


Black color preview on #F9EEFA background

This text has black color on #F9EEFA background.


White color preview on #F9EEFA background

This text has white color on #F9EEFA background.


Related colors

Complementary color

Complementary color for #hex is #061105.


I love getcolorcode.com

Triadic colors

1 #FAF9EE and #EEFAF9 with #F9EEFA are triadic colors.

2 #FAEEF9 and #EEF9FA with #F9EEFA are triadic colors.