COLOR #F5F9FC

HEX: #F5F9FC RGB: (245,249,252)

Color info

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

RGB color model

#F5F9FC color RGB value is (245,249,252).

RGB: (245,249,252) (96%, 98%, 99%)

RGB channels and saturation

R 245 of 255 = 96%
G 249 of 255 = 98%
B 252 of 255 = 99%

245
249
252

R + G + B ~ 98%. #F5F9FC is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 249 + 252 = 746 (100%)
R 245 of 746 ~ 32.84%
G 249 of 746 ~ 33.38%
B 252 of 746 ~ 33.78'%

%32.84
%33.38
%33.78

CMYK color model

#F5F9FC color CMYK value is (3,1,0,1).

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

CMYK: (3,1,0,1)
C3M1Y0K1 (3%, 1%, 0%, 1%)
(0.03 / 0.01 / 0.00 / 0.01)

CMYK percentages

%2.78
%1.19
%0
%1.18

Codes

Color #F5F9FC in popluar color models

F5 F9 FC
RGB 245 249 252
HSL 206° 53.85% 97.45%
HSB/HSV 206° 2.78% 98.82%
CMYK 2.78% 1.19% 0.00%
1.18%

Color #F5F9FC in popluar number systems.

HEX F5 F9 FC
Decimal 245 249 252
Binary 11110101 11111001 11111100
Octal 365 371 374

Shades and tints

Shades of #F5F9FC

#F5F9FC
(245,249,252)
#DFE3E6
(223,227,230)
#C9CDD0
(201,205,208)
#B3B7BA
(179,183,186)
#9DA1A4
(157,161,164)
#878B8E
(135,139,142)
#717578
(113,117,120)
#5B5F62
(91,95,98)
#45494C
(69,73,76)
#2F3336
(47,51,54)
#191D20
(25,29,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F9FC; }

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

This text font color is #F5F9FC.

Background Color

.myBgColor { background-color: #F5F9FC; }

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

This div background color is #F5F9FC.

Border color

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

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

This div border color is #F5F9FC.

Opacity

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

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

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

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

This text has shadow with #F5F9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5F9FC.

Preview

Color preview on black background

This text has color #F5F9FC on black background.


Color preview on white background

This text has color #F5F9FC on white background.


Black color preview on #F5F9FC background

This text has black color on #F5F9FC background.


White color preview on #F5F9FC background

This text has white color on #F5F9FC background.


Related colors

Complementary color

Complementary color for #hex is #0A0603.


I love getcolorcode.com

Triadic colors

1 #FCF5F9 and #F9FCF5 with #F5F9FC are triadic colors.

2 #FCF9F5 and #F9F5FC with #F5F9FC are triadic colors.