COLOR #F3FEFB

HEX: #F3FEFB
RGB: (243,254,251)

Color info

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

RGB color model

#F3FEFB color RGB value is (243,254,251).

  • red value is 243;
  • green value is 254;
  • blue value is 251.
RGB:
(243,254,251)
(95%,100%,98%)

RGB channels and saturation

R 243 of 255 = 95%
G 254 of 255 = 100%
B 251 of 255 = 98%

243
254
251

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

Portions of RGB colors in percentages

R + G + B =
243 + 254 + 251 = 748 (100%)
R 243 of 748 ~ 32.49%
G 254 of 748 ~ 33.96%
B 251 of 748 ~ 33.56%

%32.49
%33.96
%33.56

CMYK color model

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

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(4,0,1,0)
C4M0Y1K0 
(4%,0%,1%,0%)
(0.04/0.00/0.01/0.00)	

CMYK percentages

%4.33
%0
%1.18
%0.39

Codes

Color #F3FEFB in popluar color models

F3FEFB
RGB243254251
HSL164°84.62%97.45%
HSB/HSV164°4.33%99.61%
CMYK4.33%0.00%1.18%
0.39%

Color #F3FEFB in popluar number systems.

HEXF3FEFB
Decimal243254251
Binary111100111111111011111011
Octal363376373

Shades and tints

Shades of #F3FEFB

#F3FEFB
(243,254,251)
#DDE7E5
(221,231,229)
#C7D0CF
(199,208,207)
#B1B9B9
(177,185,185)
#9BA2A3
(155,162,163)
#858B8D
(133,139,141)
#6F7477
(111,116,119)
#595D61
(89,93,97)
#43464B
(67,70,75)
#2D2F35
(45,47,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #F3FEFB

#F3FEFB
(243,254,251)
#F4FEFB
(244,254,251)
#F5FEFB
(245,254,251)
#F6FEFB
(246,254,251)
#F7FEFB
(247,254,251)
#F8FEFB
(248,254,251)
#F9FEFB
(249,254,251)
#FAFEFB
(250,254,251)
#FBFEFB
(251,254,251)
#FCFEFB
(252,254,251)
#FDFEFB
(253,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FEFB; }

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

This text font color is #F3FEFB.


Background Color

.myBgColor { background-color: #F3FEFB; }

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

This div background color is #F3FEFB.


Border color

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

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

This div border color is #F3FEFB.


Opacity

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

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

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

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

This text has shadow with #F3FEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FEFB on black background.


Color preview on white background

This text has color #F3FEFB on white background.



Black color preview on #F3FEFB background

This text has black color on #F3FEFB background.


White color preview on #F3FEFB background

This text has white color on #F3FEFB background.