COLOR #F1FAFD

HEX: #F1FAFD RGB: (241,250,253)

Color info

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

RGB color model

#F1FAFD color RGB value is (241,250,253).

RGB: (241,250,253) (95%, 98%, 99%)

RGB channels and saturation

R 241 of 255 = 95%
G 250 of 255 = 98%
B 253 of 255 = 99%

241
250
253

R + G + B ~ 97%. #F1FAFD is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 250 + 253 = 744 (100%)
R 241 of 744 ~ 32.39%
G 250 of 744 ~ 33.6%
B 253 of 744 ~ 34.01'%

%32.39
%33.6
%34.01

CMYK color model

#F1FAFD color CMYK value is (5,1,0,1).

  • cyan value is 4.74%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (5,1,0,1)
C5M1Y0K1 (5%, 1%, 0%, 1%)
(0.05 / 0.01 / 0.00 / 0.01)

CMYK percentages

%4.74
%1.19
%0
%0.78

Codes

Color #F1FAFD in popluar color models

F1 FA FD
RGB 241 250 253
HSL 195° 75.00% 96.86%
HSB/HSV 195° 4.74% 99.22%
CMYK 4.74% 1.19% 0.00%
0.78%

Color #F1FAFD in popluar number systems.

HEX F1 FA FD
Decimal 241 250 253
Binary 11110001 11111010 11111101
Octal 361 372 375

Shades and tints

Shades of #F1FAFD

#F1FAFD
(241,250,253)
#DCE4E6
(220,228,230)
#C7CECF
(199,206,207)
#B2B8B8
(178,184,184)
#9DA2A1
(157,162,161)
#888C8A
(136,140,138)
#737673
(115,118,115)
#5E605C
(94,96,92)
#494A45
(73,74,69)
#34342E
(52,52,46)
#1F1E17
(31,30,23)
#000000
(0,0,0)

Tints of #F1FAFD

#F1FAFD
(241,250,253)
#F2FAFD
(242,250,253)
#F3FAFD
(243,250,253)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1FAFD; }

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

This text font color is #F1FAFD.

Background Color

.myBgColor { background-color: #F1FAFD; }

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

This div background color is #F1FAFD.

Border color

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

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

This div border color is #F1FAFD.

Opacity

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

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

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

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

This text has shadow with #F1FAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1FAFD.

Preview

Color preview on black background

This text has color #F1FAFD on black background.


Color preview on white background

This text has color #F1FAFD on white background.


Black color preview on #F1FAFD background

This text has black color on #F1FAFD background.


White color preview on #F1FAFD background

This text has white color on #F1FAFD background.


Related colors

Complementary color

Complementary color for #hex is #0E0502.


I love getcolorcode.com

Triadic colors

1 #FDF1FA and #FAFDF1 with #F1FAFD are triadic colors.

2 #FDFAF1 and #FAF1FD with #F1FAFD are triadic colors.