COLOR #F5FDFC

HEX: #F5FDFC RGB: (245,253,252)

Color info

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

RGB color model

#F5FDFC color RGB value is (245,253,252).

RGB: (245,253,252) (96%, 99%, 99%)

RGB channels and saturation

R 245 of 255 = 96%
G 253 of 255 = 99%
B 252 of 255 = 99%

245
253
252

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

Portions of RGB colors in percentages

R + G + B = 245 + 253 + 252 = 750 (100%)
R 245 of 750 ~ 32.67%
G 253 of 750 ~ 33.73%
B 252 of 750 ~ 33.6'%

%32.67
%33.73
%33.6

CMYK color model

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

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 0.78%

CMYK: (3,0,0,1)
C3M0Y0K1 (3%, 0%, 0%, 1%)
(0.03 / 0.00 / 0.00 / 0.01)

CMYK percentages

%3.16
%0
%0.4
%0.78

Codes

Color #F5FDFC in popluar color models

F5 FD FC
RGB 245 253 252
HSL 173° 66.67% 97.65%
HSB/HSV 173° 3.16% 99.22%
CMYK 3.16% 0.00% 0.40%
0.78%

Color #F5FDFC in popluar number systems.

HEX F5 FD FC
Decimal 245 253 252
Binary 11110101 11111101 11111100
Octal 365 375 374

Shades and tints

Shades of #F5FDFC

#F5FDFC
(245,253,252)
#DFE6E6
(223,230,230)
#C9CFD0
(201,207,208)
#B3B8BA
(179,184,186)
#9DA1A4
(157,161,164)
#878A8E
(135,138,142)
#717378
(113,115,120)
#5B5C62
(91,92,98)
#45454C
(69,69,76)
#2F2E36
(47,46,54)
#191720
(25,23,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FDFC; }

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

This text font color is #F5FDFC.

Background Color

.myBgColor { background-color: #F5FDFC; }

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

This div background color is #F5FDFC.

Border color

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

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

This div border color is #F5FDFC.

Opacity

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

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

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

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

This text has shadow with #F5FDFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FDFC.

Preview

Color preview on black background

This text has color #F5FDFC on black background.


Color preview on white background

This text has color #F5FDFC on white background.


Black color preview on #F5FDFC background

This text has black color on #F5FDFC background.


White color preview on #F5FDFC background

This text has white color on #F5FDFC background.


Related colors

Complementary color

Complementary color for #hex is #0A0203.


I love getcolorcode.com

Triadic colors

1 #FCF5FD and #FDFCF5 with #F5FDFC are triadic colors.

2 #FCFDF5 and #FDF5FC with #F5FDFC are triadic colors.