COLOR #F3FDFF

HEX: #F3FDFF
RGB: (243,253,255)

Color info

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

RGB color model

#F3FDFF color RGB value is (243,253,255).

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

RGB channels and saturation

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

243
253
255

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

Portions of RGB colors in percentages

R + G + B =
243 + 253 + 255 = 751 (100%)
R 243 of 751 ~ 32.36%
G 253 of 751 ~ 33.69%
B 255 of 751 ~ 33.95%

%32.36
%33.69
%33.95

CMYK color model

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

  • cyan value is 4.71%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,1,0,0)
C5M1Y0K0 
(5%,1%,0%,0%)
(0.05/0.01/0.00/0.00)	

CMYK percentages

%4.71
%0.78
%0
%0

Codes

Color #F3FDFF in popluar color models

F3FDFF
RGB243253255
HSL190°100.00%97.65%
HSB/HSV190°4.71%100.00%
CMYK4.71%0.78%0.00%
0.00%

Color #F3FDFF in popluar number systems.

HEXF3FDFF
Decimal243253255
Binary111100111111110111111111
Octal363375377

Shades and tints

Shades of #F3FDFF

#F3FDFF
(243,253,255)
#DDE6E8
(221,230,232)
#C7CFD1
(199,207,209)
#B1B8BA
(177,184,186)
#9BA1A3
(155,161,163)
#858A8C
(133,138,140)
#6F7375
(111,115,117)
#595C5E
(89,92,94)
#434547
(67,69,71)
#2D2E30
(45,46,48)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #F3FDFF

#F3FDFF
(243,253,255)
#F4FDFF
(244,253,255)
#F5FDFF
(245,253,255)
#F6FDFF
(246,253,255)
#F7FDFF
(247,253,255)
#F8FDFF
(248,253,255)
#F9FDFF
(249,253,255)
#FAFDFF
(250,253,255)
#FBFDFF
(251,253,255)
#FCFDFF
(252,253,255)
#FDFDFF
(253,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FDFF; }

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

This text font color is #F3FDFF.


Background Color

.myBgColor { background-color: #F3FDFF; }

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

This div background color is #F3FDFF.


Border color

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

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

This div border color is #F3FDFF.


Opacity

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

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

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

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

This text has shadow with #F3FDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FDFF on black background.


Color preview on white background

This text has color #F3FDFF on white background.



Black color preview on #F3FDFF background

This text has black color on #F3FDFF background.


White color preview on #F3FDFF background

This text has white color on #F3FDFF background.