COLOR #F3FDF1

HEX: #F3FDF1
RGB: (243,253,241)

Color info

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

RGB color model

#F3FDF1 color RGB value is (243,253,241).

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

RGB channels and saturation

R 243 of 255 = 95%
G 253 of 255 = 99%
B 241 of 255 = 95%

243
253
241

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

Portions of RGB colors in percentages

R + G + B =
243 + 253 + 241 = 737 (100%)
R 243 of 737 ~ 32.97%
G 253 of 737 ~ 34.33%
B 241 of 737 ~ 32.7%

%32.97
%34.33
%32.7

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 0.78%
CMYK:
(4,0,5,1)
C4M0Y5K1 
(4%,0%,5%,1%)
(0.04/0.00/0.05/0.01)	

CMYK percentages

%3.95
%0
%4.74
%0.78

Codes

Color #F3FDF1 in popluar color models

F3FDF1
RGB243253241
HSL110°75.00%96.86%
HSB/HSV110°4.74%99.22%
CMYK3.95%0.00%4.74%
0.78%

Color #F3FDF1 in popluar number systems.

HEXF3FDF1
Decimal243253241
Binary111100111111110111110001
Octal363375361

Shades and tints

Shades of #F3FDF1

#F3FDF1
(243,253,241)
#DDE6DC
(221,230,220)
#C7CFC7
(199,207,199)
#B1B8B2
(177,184,178)
#9BA19D
(155,161,157)
#858A88
(133,138,136)
#6F7373
(111,115,115)
#595C5E
(89,92,94)
#434549
(67,69,73)
#2D2E34
(45,46,52)
#17171F
(23,23,31)
#000000
(0,0,0)

Tints of #F3FDF1

#F3FDF1
(243,253,241)
#F4FDF2
(244,253,242)
#F5FDF3
(245,253,243)
#F6FDF4
(246,253,244)
#F7FDF5
(247,253,245)
#F8FDF6
(248,253,246)
#F9FDF7
(249,253,247)
#FAFDF8
(250,253,248)
#FBFDF9
(251,253,249)
#FCFDFA
(252,253,250)
#FDFDFB
(253,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FDF1; }

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

This text font color is #F3FDF1.


Background Color

.myBgColor { background-color: #F3FDF1; }

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

This div background color is #F3FDF1.


Border color

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

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

This div border color is #F3FDF1.


Opacity

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

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

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

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

This text has shadow with #F3FDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FDF1 on black background.


Color preview on white background

This text has color #F3FDF1 on white background.



Black color preview on #F3FDF1 background

This text has black color on #F3FDF1 background.


White color preview on #F3FDF1 background

This text has white color on #F3FDF1 background.