COLOR #F9F1FC

HEX: #F9F1FC RGB: (249,241,252)

Color info

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

RGB color model

#F9F1FC color RGB value is (249,241,252).

RGB: (249,241,252) (98%, 95%, 99%)

RGB channels and saturation

R 249 of 255 = 98%
G 241 of 255 = 95%
B 252 of 255 = 99%

249
241
252

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

Portions of RGB colors in percentages

R + G + B = 249 + 241 + 252 = 742 (100%)
R 249 of 742 ~ 33.56%
G 241 of 742 ~ 32.48%
B 252 of 742 ~ 33.96'%

%33.56
%32.48
%33.96

CMYK color model

#F9F1FC color CMYK value is (1,4,0,1).

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

CMYK: (1,4,0,1)
C1M4Y0K1 (1%, 4%, 0%, 1%)
(0.01 / 0.04 / 0.00 / 0.01)

CMYK percentages

%1.19
%4.37
%0
%1.18

Codes

Color #F9F1FC in popluar color models

F9 F1 FC
RGB 249 241 252
HSL 284° 64.71% 96.67%
HSB/HSV 284° 4.37% 98.82%
CMYK 1.19% 4.37% 0.00%
1.18%

Color #F9F1FC in popluar number systems.

HEX F9 F1 FC
Decimal 249 241 252
Binary 11111001 11110001 11111100
Octal 371 361 374

Shades and tints

Shades of #F9F1FC

#F9F1FC
(249,241,252)
#E3DCE6
(227,220,230)
#CDC7D0
(205,199,208)
#B7B2BA
(183,178,186)
#A19DA4
(161,157,164)
#8B888E
(139,136,142)
#757378
(117,115,120)
#5F5E62
(95,94,98)
#49494C
(73,73,76)
#333436
(51,52,54)
#1D1F20
(29,31,32)
#000000
(0,0,0)

Tints of #F9F1FC

#F9F1FC
(249,241,252)
#F9F2FC
(249,242,252)
#F9F3FC
(249,243,252)
#F9F4FC
(249,244,252)
#F9F5FC
(249,245,252)
#F9F6FC
(249,246,252)
#F9F7FC
(249,247,252)
#F9F8FC
(249,248,252)
#F9F9FC
(249,249,252)
#F9FAFC
(249,250,252)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F1FC; }

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

This text font color is #F9F1FC.

Background Color

.myBgColor { background-color: #F9F1FC; }

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

This div background color is #F9F1FC.

Border color

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

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

This div border color is #F9F1FC.

Opacity

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

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

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

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

This text has shadow with #F9F1FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9F1FC.

Preview

Color preview on black background

This text has color #F9F1FC on black background.


Color preview on white background

This text has color #F9F1FC on white background.


Black color preview on #F9F1FC background

This text has black color on #F9F1FC background.


White color preview on #F9F1FC background

This text has white color on #F9F1FC background.


Related colors

Complementary color

Complementary color for #hex is #060E03.


I love getcolorcode.com

Triadic colors

1 #FCF9F1 and #F1FCF9 with #F9F1FC are triadic colors.

2 #FCF1F9 and #F1F9FC with #F9F1FC are triadic colors.