COLOR #F3FDFB

HEX: #F3FDFB RGB: (243,253,251)

Color info

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

RGB color model

#F3FDFB color RGB value is (243,253,251).

RGB: (243,253,251) (95%, 99%, 98%)

RGB channels and saturation

R 243 of 255 = 95%
G 253 of 255 = 99%
B 251 of 255 = 98%

243
253
251

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

Portions of RGB colors in percentages

R + G + B = 243 + 253 + 251 = 747 (100%)
R 243 of 747 ~ 32.53%
G 253 of 747 ~ 33.87%
B 251 of 747 ~ 33.6'%

%32.53
%33.87
%33.6

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 0.78%

CMYK: (4,0,1,1)
C4M0Y1K1 (4%, 0%, 1%, 1%)
(0.04 / 0.00 / 0.01 / 0.01)

CMYK percentages

%3.95
%0
%0.79
%0.78

Codes

Color #F3FDFB in popluar color models

F3 FD FB
RGB 243 253 251
HSL 168° 71.43% 97.25%
HSB/HSV 168° 3.95% 99.22%
CMYK 3.95% 0.00% 0.79%
0.78%

Color #F3FDFB in popluar number systems.

HEX F3 FD FB
Decimal 243 253 251
Binary 11110011 11111101 11111011
Octal 363 375 373

Shades and tints

Shades of #F3FDFB

#F3FDFB
(243,253,251)
#DDE6E5
(221,230,229)
#C7CFCF
(199,207,207)
#B1B8B9
(177,184,185)
#9BA1A3
(155,161,163)
#858A8D
(133,138,141)
#6F7377
(111,115,119)
#595C61
(89,92,97)
#43454B
(67,69,75)
#2D2E35
(45,46,53)
#17171F
(23,23,31)
#000000
(0,0,0)

Tints of #F3FDFB

#F3FDFB
(243,253,251)
#F4FDFB
(244,253,251)
#F5FDFB
(245,253,251)
#F6FDFB
(246,253,251)
#F7FDFB
(247,253,251)
#F8FDFB
(248,253,251)
#F9FDFB
(249,253,251)
#FAFDFB
(250,253,251)
#FBFDFB
(251,253,251)
#FCFDFB
(252,253,251)
#FDFDFB
(253,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FDFB color. Also use rgb(243,253,251) instead hex code.

Text Font Color

.myTextColor { color: #F3FDFB; }

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

This text font color is #F3FDFB.

Background Color

.myBgColor { background-color: #F3FDFB; }

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

This div background color is #F3FDFB.

Border color

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

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

This div border color is #F3FDFB.

Opacity

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

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

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

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

This text has shadow with #F3FDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3FDFB.

Preview

Color preview on black background

This text has color #F3FDFB on black background.


Color preview on white background

This text has color #F3FDFB on white background.


Black color preview on #F3FDFB background

This text has black color on #F3FDFB background.


White color preview on #F3FDFB background

This text has white color on #F3FDFB background.


Related colors

Complementary color

Complementary color for #hex is #0C0204.


I love getcolorcode.com

Triadic colors

1 #FBF3FD and #FDFBF3 with #F3FDFB are triadic colors.

2 #FBFDF3 and #FDF3FB with #F3FDFB are triadic colors.