COLOR #F9E9FA

HEX: #F9E9FA
RGB: (249,233,250)

Color info

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

RGB color model

#F9E9FA color RGB value is (249,233,250).

  • red value is 249;
  • green value is 233;
  • blue value is 250.
RGB:
(249,233,250)
(98%,91%,98%)

RGB channels and saturation

R 249 of 255 = 98%
G 233 of 255 = 91%
B 250 of 255 = 98%

249
233
250

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

Portions of RGB colors in percentages

R + G + B =
249 + 233 + 250 = 732 (100%)
R 249 of 732 ~ 34.02%
G 233 of 732 ~ 31.83%
B 250 of 732 ~ 34.15%

%34.02
%31.83
%34.15

CMYK color model

#F9E9FA color CMYK value is (0,7,0,2).

  • cyan value is 0.40%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(0,7,0,2)
C0M7Y0K2 
(0%,7%,0%,2%)
(0.00/0.07/0.00/0.02)	

CMYK percentages

%0.4
%6.8
%0
%1.96

Codes

Color #F9E9FA in popluar color models

F9E9FA
RGB249233250
HSL296°62.96%94.71%
HSB/HSV296°6.80%98.04%
CMYK0.40%6.80%0.00%
1.96%

Color #F9E9FA in popluar number systems.

HEXF9E9FA
Decimal249233250
Binary111110011110100111111010
Octal371351372

Shades and tints

Shades of #F9E9FA

#F9E9FA
(249,233,250)
#E3D4E4
(227,212,228)
#CDBFCE
(205,191,206)
#B7AAB8
(183,170,184)
#A195A2
(161,149,162)
#8B808C
(139,128,140)
#756B76
(117,107,118)
#5F5660
(95,86,96)
#49414A
(73,65,74)
#332C34
(51,44,52)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #F9E9FA

#F9E9FA
(249,233,250)
#F9EBFA
(249,235,250)
#F9EDFA
(249,237,250)
#F9EFFA
(249,239,250)
#F9F1FA
(249,241,250)
#F9F3FA
(249,243,250)
#F9F5FA
(249,245,250)
#F9F7FA
(249,247,250)
#F9F9FA
(249,249,250)
#F9FBFA
(249,251,250)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E9FA; }

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

This text font color is #F9E9FA.


Background Color

.myBgColor { background-color: #F9E9FA; }

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

This div background color is #F9E9FA.


Border color

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

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

This div border color is #F9E9FA.


Opacity

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

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

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

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

This text has shadow with #F9E9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E9FA on black background.


Color preview on white background

This text has color #F9E9FA on white background.



Black color preview on #F9E9FA background

This text has black color on #F9E9FA background.


White color preview on #F9E9FA background

This text has white color on #F9E9FA background.