COLOR #F5FCFE

HEX: #F5FCFE
RGB: (245,252,254)

Color info

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

RGB color model

#F5FCFE color RGB value is (245,252,254).

  • red value is 245;
  • green value is 252;
  • blue value is 254.
RGB:
(245,252,254)
(96%,99%,100%)

RGB channels and saturation

R 245 of 255 = 96%
G 252 of 255 = 99%
B 254 of 255 = 100%

245
252
254

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

Portions of RGB colors in percentages

R + G + B =
245 + 252 + 254 = 751 (100%)
R 245 of 751 ~ 32.62%
G 252 of 751 ~ 33.56%
B 254 of 751 ~ 33.82%

%32.62
%33.56
%33.82

CMYK color model

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

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

CMYK percentages

%3.54
%0.79
%0
%0.39

Codes

Color #F5FCFE in popluar color models

F5FCFE
RGB245252254
HSL193°81.82%97.84%
HSB/HSV193°3.54%99.61%
CMYK3.54%0.79%0.00%
0.39%

Color #F5FCFE in popluar number systems.

HEXF5FCFE
Decimal245252254
Binary111101011111110011111110
Octal365374376

Shades and tints

Shades of #F5FCFE

#F5FCFE
(245,252,254)
#DFE6E7
(223,230,231)
#C9D0D0
(201,208,208)
#B3BAB9
(179,186,185)
#9DA4A2
(157,164,162)
#878E8B
(135,142,139)
#717874
(113,120,116)
#5B625D
(91,98,93)
#454C46
(69,76,70)
#2F362F
(47,54,47)
#192018
(25,32,24)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FCFE; }

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

This text font color is #F5FCFE.


Background Color

.myBgColor { background-color: #F5FCFE; }

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

This div background color is #F5FCFE.


Border color

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

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

This div border color is #F5FCFE.


Opacity

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

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

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

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

This text has shadow with #F5FCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FCFE on black background.


Color preview on white background

This text has color #F5FCFE on white background.



Black color preview on #F5FCFE background

This text has black color on #F5FCFE background.


White color preview on #F5FCFE background

This text has white color on #F5FCFE background.