COLOR #F3FDEF

HEX: #F3FDEF
RGB: (243,253,239)

Color info

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

RGB color model

#F3FDEF color RGB value is (243,253,239).

  • red value is 243;
  • green value is 253;
  • blue value is 239.
RGB:
(243,253,239)
(95%,99%,94%)

RGB channels and saturation

R 243 of 255 = 95%
G 253 of 255 = 99%
B 239 of 255 = 94%

243
253
239

R + G + B ~ 96%. #F3FDEF is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 253 + 239 = 735 (100%)
R 243 of 735 ~ 33.06%
G 253 of 735 ~ 34.42%
B 239 of 735 ~ 32.52%

%33.06
%34.42
%32.52

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 0.78%
CMYK:
(4,0,6,1)
C4M0Y6K1 
(4%,0%,6%,1%)
(0.04/0.00/0.06/0.01)	

CMYK percentages

%3.95
%0
%5.53
%0.78

Codes

Color #F3FDEF in popluar color models

F3FDEF
RGB243253239
HSL103°77.78%96.47%
HSB/HSV103°5.53%99.22%
CMYK3.95%0.00%5.53%
0.78%

Color #F3FDEF in popluar number systems.

HEXF3FDEF
Decimal243253239
Binary111100111111110111101111
Octal363375357

Shades and tints

Shades of #F3FDEF

#F3FDEF
(243,253,239)
#DDE6DA
(221,230,218)
#C7CFC5
(199,207,197)
#B1B8B0
(177,184,176)
#9BA19B
(155,161,155)
#858A86
(133,138,134)
#6F7371
(111,115,113)
#595C5C
(89,92,92)
#434547
(67,69,71)
#2D2E32
(45,46,50)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #F3FDEF

#F3FDEF
(243,253,239)
#F4FDF0
(244,253,240)
#F5FDF1
(245,253,241)
#F6FDF2
(246,253,242)
#F7FDF3
(247,253,243)
#F8FDF4
(248,253,244)
#F9FDF5
(249,253,245)
#FAFDF6
(250,253,246)
#FBFDF7
(251,253,247)
#FCFDF8
(252,253,248)
#FDFDF9
(253,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FDEF; }

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

This text font color is #F3FDEF.


Background Color

.myBgColor { background-color: #F3FDEF; }

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

This div background color is #F3FDEF.


Border color

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

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

This div border color is #F3FDEF.


Opacity

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

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

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

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

This text has shadow with #F3FDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FDEF on black background.


Color preview on white background

This text has color #F3FDEF on white background.



Black color preview on #F3FDEF background

This text has black color on #F3FDEF background.


White color preview on #F3FDEF background

This text has white color on #F3FDEF background.