COLOR #F5FBF7

HEX: #F5FBF7
RGB: (245,251,247)

Color info

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

RGB color model

#F5FBF7 color RGB value is (245,251,247).

  • red value is 245;
  • green value is 251;
  • blue value is 247.
RGB:
(245,251,247)
(96%,98%,97%)

RGB channels and saturation

R 245 of 255 = 96%
G 251 of 255 = 98%
B 247 of 255 = 97%

245
251
247

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

Portions of RGB colors in percentages

R + G + B =
245 + 251 + 247 = 743 (100%)
R 245 of 743 ~ 32.97%
G 251 of 743 ~ 33.78%
B 247 of 743 ~ 33.24%

%32.97
%33.78
%33.24

CMYK color model

#F5FBF7 color CMYK value is (2,0,2,2).

  • cyan value is 2.39%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(2,0,2,2)
C2M0Y2K2 
(2%,0%,2%,2%)
(0.02/0.00/0.02/0.02)	

CMYK percentages

%2.39
%0
%1.59
%1.57

Codes

Color #F5FBF7 in popluar color models

F5FBF7
RGB245251247
HSL140°42.86%97.25%
HSB/HSV140°2.39%98.43%
CMYK2.39%0.00%1.59%
1.57%

Color #F5FBF7 in popluar number systems.

HEXF5FBF7
Decimal245251247
Binary111101011111101111110111
Octal365373367

Shades and tints

Shades of #F5FBF7

#F5FBF7
(245,251,247)
#DFE5E1
(223,229,225)
#C9CFCB
(201,207,203)
#B3B9B5
(179,185,181)
#9DA39F
(157,163,159)
#878D89
(135,141,137)
#717773
(113,119,115)
#5B615D
(91,97,93)
#454B47
(69,75,71)
#2F3531
(47,53,49)
#191F1B
(25,31,27)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #F5FBF7 color. Also use rgb(245,251,247) instead hex code.

Text Font Color

.myTextColor { color: #F5FBF7; }

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

This text font color is #F5FBF7.


Background Color

.myBgColor { background-color: #F5FBF7; }

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

This div background color is #F5FBF7.


Border color

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

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

This div border color is #F5FBF7.


Opacity

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

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

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

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

This text has shadow with #F5FBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FBF7 on black background.


Color preview on white background

This text has color #F5FBF7 on white background.



Black color preview on #F5FBF7 background

This text has black color on #F5FBF7 background.


White color preview on #F5FBF7 background

This text has white color on #F5FBF7 background.