COLOR #F5FEFB

HEX: #F5FEFB RGB: (245,254,251)

Color info

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

RGB color model

#F5FEFB color RGB value is (245,254,251).

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

RGB channels and saturation

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

245
254
251

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

Portions of RGB colors in percentages

R + G + B = 245 + 254 + 251 = 750 (100%)
R 245 of 750 ~ 32.67%
G 254 of 750 ~ 33.87%
B 251 of 750 ~ 33.47'%

%32.67
%33.87
%33.47

CMYK color model

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

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK: (4,0,1,0) C4M0Y1K0 (4%,0%,1%,0%) (0.04/0.00/0.01/0.00) 

CMYK percentages

%3.54
%0
%1.18
%0.39

Codes

Color #F5FEFB in popluar color models

F5 FE FB
RGB 245 254 251
HSL 160° 81.82% 97.84%
HSB/HSV 160° 3.54% 99.61%
CMYK 3.54% 0.00% 1.18%
0.39%

Color #F5FEFB in popluar number systems.

HEX F5 FE FB
Decimal 245 254 251
Binary 11110101 11111110 11111011
Octal 365 376 373

Shades and tints

Shades of #F5FEFB

#F5FEFB
(245,254,251)
#DFE7E5
(223,231,229)
#C9D0CF
(201,208,207)
#B3B9B9
(179,185,185)
#9DA2A3
(157,162,163)
#878B8D
(135,139,141)
#717477
(113,116,119)
#5B5D61
(91,93,97)
#45464B
(69,70,75)
#2F2F35
(47,47,53)
#19181F
(25,24,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FEFB; }

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

This text font color is #F5FEFB.

Background Color

.myBgColor { background-color: #F5FEFB; }

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

This div background color is #F5FEFB.

Border color

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

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

This div border color is #F5FEFB.

Opacity

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

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

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

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

This text has shadow with #F5FEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FEFB.

Preview

Color preview on black background

This text has color #F5FEFB on black background.


Color preview on white background

This text has color #F5FEFB on white background.


Black color preview on #F5FEFB background

This text has black color on #F5FEFB background.


White color preview on #F5FEFB background

This text has white color on #F5FEFB background.


Related colors

Complementary color

Complementary color for #hex is #0A0104.


I love getcolorcode.com

Triadic colors

1 #FBF5FE and #FEFBF5 with #F5FEFB are triadic colors.

2 #FBFEF5 and #FEF5FB with #F5FEFB are triadic colors.