COLOR #F5FDFB

HEX: #F5FDFB RGB: (245,253,251)

Color info

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

RGB color model

#F5FDFB color RGB value is (245,253,251).

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

RGB channels and saturation

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

245
253
251

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

Portions of RGB colors in percentages

R + G + B = 245 + 253 + 251 = 749 (100%)
R 245 of 749 ~ 32.71%
G 253 of 749 ~ 33.78%
B 251 of 749 ~ 33.51'%

%32.71
%33.78
%33.51

CMYK color model

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

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 0.78%
CMYK: (3,0,1,1) C3M0Y1K1 (3%,0%,1%,1%) (0.03/0.00/0.01/0.01) 

CMYK percentages

%3.16
%0
%0.79
%0.78

Codes

Color #F5FDFB in popluar color models

F5 FD FB
RGB 245 253 251
HSL 165° 66.67% 97.65%
HSB/HSV 165° 3.16% 99.22%
CMYK 3.16% 0.00% 0.79%
0.78%

Color #F5FDFB in popluar number systems.

HEX F5 FD FB
Decimal 245 253 251
Binary 11110101 11111101 11111011
Octal 365 375 373

Shades and tints

Shades of #F5FDFB

#F5FDFB
(245,253,251)
#DFE6E5
(223,230,229)
#C9CFCF
(201,207,207)
#B3B8B9
(179,184,185)
#9DA1A3
(157,161,163)
#878A8D
(135,138,141)
#717377
(113,115,119)
#5B5C61
(91,92,97)
#45454B
(69,69,75)
#2F2E35
(47,46,53)
#19171F
(25,23,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FDFB; }

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

This text font color is #F5FDFB.

Background Color

.myBgColor { background-color: #F5FDFB; }

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

This div background color is #F5FDFB.

Border color

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

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

This div border color is #F5FDFB.

Opacity

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

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

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

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

This text has shadow with #F5FDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FDFB.

Preview

Color preview on black background

This text has color #F5FDFB on black background.


Color preview on white background

This text has color #F5FDFB on white background.


Black color preview on #F5FDFB background

This text has black color on #F5FDFB background.


White color preview on #F5FDFB background

This text has white color on #F5FDFB background.


Related colors

Complementary color

Complementary color for #hex is #0A0204.


I love getcolorcode.com

Triadic colors

1 #FBF5FD and #FDFBF5 with #F5FDFB are triadic colors.

2 #FBFDF5 and #FDF5FB with #F5FDFB are triadic colors.