COLOR #F5FBFB

HEX: #F5FBFB RGB: (245,251,251)

Color info

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

RGB color model

#F5FBFB color RGB value is (245,251,251).

RGB: (245,251,251) (96%, 98%, 98%)

RGB channels and saturation

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

245
251
251

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

Portions of RGB colors in percentages

R + G + B = 245 + 251 + 251 = 747 (100%)
R 245 of 747 ~ 32.8%
G 251 of 747 ~ 33.6%
B 251 of 747 ~ 33.6'%

%32.8
%33.6
%33.6

CMYK color model

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

  • cyan value is 2.39%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (2,0,0,2)
C2M0Y0K2 (2%, 0%, 0%, 2%)
(0.02 / 0.00 / 0.00 / 0.02)

CMYK percentages

%2.39
%0
%0
%1.57

Codes

Color #F5FBFB in popluar color models

F5 FB FB
RGB 245 251 251
HSL 180° 42.86% 97.25%
HSB/HSV 180° 2.39% 98.43%
CMYK 2.39% 0.00% 0.00%
1.57%

Color #F5FBFB in popluar number systems.

HEX F5 FB FB
Decimal 245 251 251
Binary 11110101 11111011 11111011
Octal 365 373 373

Shades and tints

Shades of #F5FBFB

#F5FBFB
(245,251,251)
#DFE5E5
(223,229,229)
#C9CFCF
(201,207,207)
#B3B9B9
(179,185,185)
#9DA3A3
(157,163,163)
#878D8D
(135,141,141)
#717777
(113,119,119)
#5B6161
(91,97,97)
#454B4B
(69,75,75)
#2F3535
(47,53,53)
#191F1F
(25,31,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FBFB; }

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

This text font color is #F5FBFB.

Background Color

.myBgColor { background-color: #F5FBFB; }

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

This div background color is #F5FBFB.

Border color

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

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

This div border color is #F5FBFB.

Opacity

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

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

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

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

This text has shadow with #F5FBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FBFB.

Preview

Color preview on black background

This text has color #F5FBFB on black background.


Color preview on white background

This text has color #F5FBFB on white background.


Black color preview on #F5FBFB background

This text has black color on #F5FBFB background.


White color preview on #F5FBFB background

This text has white color on #F5FBFB background.


Related colors

Complementary color

Complementary color for #hex is #0A0404.


I love getcolorcode.com