COLOR #F4FAFD

HEX: #F4FAFD RGB: (244,250,253)

Color info

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

RGB color model

#F4FAFD color RGB value is (244,250,253).

RGB: (244,250,253) (96%, 98%, 99%)

RGB channels and saturation

R 244 of 255 = 96%
G 250 of 255 = 98%
B 253 of 255 = 99%

244
250
253

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

Portions of RGB colors in percentages

R + G + B = 244 + 250 + 253 = 747 (100%)
R 244 of 747 ~ 32.66%
G 250 of 747 ~ 33.47%
B 253 of 747 ~ 33.87'%

%32.66
%33.47
%33.87

CMYK color model

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

  • cyan value is 3.56%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (4,1,0,1) C4M1Y0K1 (4%,1%,0%,1%) (0.04/0.01/0.00/0.01) 

CMYK percentages

%3.56
%1.19
%0
%0.78

Codes

Color #F4FAFD in popluar color models

F4 FA FD
RGB 244 250 253
HSL 200° 69.23% 97.45%
HSB/HSV 200° 3.56% 99.22%
CMYK 3.56% 1.19% 0.00%
0.78%

Color #F4FAFD in popluar number systems.

HEX F4 FA FD
Decimal 244 250 253
Binary 11110100 11111010 11111101
Octal 364 372 375

Shades and tints

Shades of #F4FAFD

#F4FAFD
(244,250,253)
#DEE4E6
(222,228,230)
#C8CECF
(200,206,207)
#B2B8B8
(178,184,184)
#9CA2A1
(156,162,161)
#868C8A
(134,140,138)
#707673
(112,118,115)
#5A605C
(90,96,92)
#444A45
(68,74,69)
#2E342E
(46,52,46)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #F4FAFD

#F4FAFD
(244,250,253)
#F5FAFD
(245,250,253)
#F6FAFD
(246,250,253)
#F7FAFD
(247,250,253)
#F8FAFD
(248,250,253)
#F9FAFD
(249,250,253)
#FAFAFD
(250,250,253)
#FBFAFD
(251,250,253)
#FCFAFD
(252,250,253)
#FDFAFD
(253,250,253)
#FEFAFD
(254,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FAFD color. Also use rgb(244,250,253) instead hex code.

Text Font Color

.myTextColor { color: #F4FAFD; }

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

This text font color is #F4FAFD.

Background Color

.myBgColor { background-color: #F4FAFD; }

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

This div background color is #F4FAFD.

Border color

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

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

This div border color is #F4FAFD.

Opacity

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

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

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

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

This text has shadow with #F4FAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4FAFD.

Preview

Color preview on black background

This text has color #F4FAFD on black background.


Color preview on white background

This text has color #F4FAFD on white background.


Black color preview on #F4FAFD background

This text has black color on #F4FAFD background.


White color preview on #F4FAFD background

This text has white color on #F4FAFD background.


Related colors

Complementary color

Complementary color for #hex is #0B0502.


I love getcolorcode.com

Triadic colors

1 #FDF4FA and #FAFDF4 with #F4FAFD are triadic colors.

2 #FDFAF4 and #FAF4FD with #F4FAFD are triadic colors.