COLOR #F9E8FC

HEX: #F9E8FC RGB: (249,232,252)

Color info

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

RGB color model

#F9E8FC color RGB value is (249,232,252).

RGB: (249,232,252) (98%, 91%, 99%)

RGB channels and saturation

R 249 of 255 = 98%
G 232 of 255 = 91%
B 252 of 255 = 99%

249
232
252

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

Portions of RGB colors in percentages

R + G + B = 249 + 232 + 252 = 733 (100%)
R 249 of 733 ~ 33.97%
G 232 of 733 ~ 31.65%
B 252 of 733 ~ 34.38'%

%33.97
%31.65
%34.38

CMYK color model

#F9E8FC color CMYK value is (1,8,0,1).

  • cyan value is 1.19%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (1,8,0,1)
C1M8Y0K1 (1%, 8%, 0%, 1%)
(0.01 / 0.08 / 0.00 / 0.01)

CMYK percentages

%1.19
%7.94
%0
%1.18

Codes

Color #F9E8FC in popluar color models

F9 E8 FC
RGB 249 232 252
HSL 291° 76.92% 94.90%
HSB/HSV 291° 7.94% 98.82%
CMYK 1.19% 7.94% 0.00%
1.18%

Color #F9E8FC in popluar number systems.

HEX F9 E8 FC
Decimal 249 232 252
Binary 11111001 11101000 11111100
Octal 371 350 374

Shades and tints

Shades of #F9E8FC

#F9E8FC
(249,232,252)
#E3D3E6
(227,211,230)
#CDBED0
(205,190,208)
#B7A9BA
(183,169,186)
#A194A4
(161,148,164)
#8B7F8E
(139,127,142)
#756A78
(117,106,120)
#5F5562
(95,85,98)
#49404C
(73,64,76)
#332B36
(51,43,54)
#1D1620
(29,22,32)
#000000
(0,0,0)

Tints of #F9E8FC

#F9E8FC
(249,232,252)
#F9EAFC
(249,234,252)
#F9ECFC
(249,236,252)
#F9EEFC
(249,238,252)
#F9F0FC
(249,240,252)
#F9F2FC
(249,242,252)
#F9F4FC
(249,244,252)
#F9F6FC
(249,246,252)
#F9F8FC
(249,248,252)
#F9FAFC
(249,250,252)
#F9FCFC
(249,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E8FC color. Also use rgb(249,232,252) instead hex code.

Text Font Color

.myTextColor { color: #F9E8FC; }

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

This text font color is #F9E8FC.

Background Color

.myBgColor { background-color: #F9E8FC; }

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

This div background color is #F9E8FC.

Border color

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

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

This div border color is #F9E8FC.

Opacity

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

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

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

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

This text has shadow with #F9E8FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E8FC.

Preview

Color preview on black background

This text has color #F9E8FC on black background.


Color preview on white background

This text has color #F9E8FC on white background.


Black color preview on #F9E8FC background

This text has black color on #F9E8FC background.


White color preview on #F9E8FC background

This text has white color on #F9E8FC background.


Related colors

Complementary color

Complementary color for #hex is #061703.


I love getcolorcode.com

Triadic colors

1 #FCF9E8 and #E8FCF9 with #F9E8FC are triadic colors.

2 #FCE8F9 and #E8F9FC with #F9E8FC are triadic colors.