COLOR #F5FEFD

HEX: #F5FEFD RGB: (245,254,253)

Color info

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

RGB color model

#F5FEFD color RGB value is (245,254,253).

RGB: (245,254,253) (96%, 100%, 99%)

RGB channels and saturation

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

245
254
253

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

Portions of RGB colors in percentages

R + G + B = 245 + 254 + 253 = 752 (100%)
R 245 of 752 ~ 32.58%
G 254 of 752 ~ 33.78%
B 253 of 752 ~ 33.64'%

%32.58
%33.78
%33.64

CMYK color model

#F5FEFD color CMYK value is (4,0,0,0).

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

CMYK percentages

%3.54
%0
%0.39
%0.39

Codes

Color #F5FEFD in popluar color models

F5 FE FD
RGB 245 254 253
HSL 173° 81.82% 97.84%
HSB/HSV 173° 3.54% 99.61%
CMYK 3.54% 0.00% 0.39%
0.39%

Color #F5FEFD in popluar number systems.

HEX F5 FE FD
Decimal 245 254 253
Binary 11110101 11111110 11111101
Octal 365 376 375

Shades and tints

Shades of #F5FEFD

#F5FEFD
(245,254,253)
#DFE7E6
(223,231,230)
#C9D0CF
(201,208,207)
#B3B9B8
(179,185,184)
#9DA2A1
(157,162,161)
#878B8A
(135,139,138)
#717473
(113,116,115)
#5B5D5C
(91,93,92)
#454645
(69,70,69)
#2F2F2E
(47,47,46)
#191817
(25,24,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FEFD; }

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

This text font color is #F5FEFD.

Background Color

.myBgColor { background-color: #F5FEFD; }

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

This div background color is #F5FEFD.

Border color

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

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

This div border color is #F5FEFD.

Opacity

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

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

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

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

This text has shadow with #F5FEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FEFD.

Preview

Color preview on black background

This text has color #F5FEFD on black background.


Color preview on white background

This text has color #F5FEFD on white background.


Black color preview on #F5FEFD background

This text has black color on #F5FEFD background.


White color preview on #F5FEFD background

This text has white color on #F5FEFD background.


Related colors

Complementary color

Complementary color for #hex is #0A0102.


I love getcolorcode.com

Triadic colors

1 #FDF5FE and #FEFDF5 with #F5FEFD are triadic colors.

2 #FDFEF5 and #FEF5FD with #F5FEFD are triadic colors.