COLOR #F3FCFC

HEX: #F3FCFC RGB: (243,252,252)

Color info

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

RGB color model

#F3FCFC color RGB value is (243,252,252).

RGB: (243,252,252) (95%, 99%, 99%)

RGB channels and saturation

R 243 of 255 = 95%
G 252 of 255 = 99%
B 252 of 255 = 99%

243
252
252

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

Portions of RGB colors in percentages

R + G + B = 243 + 252 + 252 = 747 (100%)
R 243 of 747 ~ 32.53%
G 252 of 747 ~ 33.73%
B 252 of 747 ~ 33.73'%

%32.53
%33.73
%33.73

CMYK color model

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

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.18%

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

CMYK percentages

%3.57
%0
%0
%1.18

Codes

Color #F3FCFC in popluar color models

F3 FC FC
RGB 243 252 252
HSL 180° 60.00% 97.06%
HSB/HSV 180° 3.57% 98.82%
CMYK 3.57% 0.00% 0.00%
1.18%

Color #F3FCFC in popluar number systems.

HEX F3 FC FC
Decimal 243 252 252
Binary 11110011 11111100 11111100
Octal 363 374 374

Shades and tints

Shades of #F3FCFC

#F3FCFC
(243,252,252)
#DDE6E6
(221,230,230)
#C7D0D0
(199,208,208)
#B1BABA
(177,186,186)
#9BA4A4
(155,164,164)
#858E8E
(133,142,142)
#6F7878
(111,120,120)
#596262
(89,98,98)
#434C4C
(67,76,76)
#2D3636
(45,54,54)
#172020
(23,32,32)
#000000
(0,0,0)

Tints of #F3FCFC

#F3FCFC
(243,252,252)
#F4FCFC
(244,252,252)
#F5FCFC
(245,252,252)
#F6FCFC
(246,252,252)
#F7FCFC
(247,252,252)
#F8FCFC
(248,252,252)
#F9FCFC
(249,252,252)
#FAFCFC
(250,252,252)
#FBFCFC
(251,252,252)
#FCFCFC
(252,252,252)
#FDFCFC
(253,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FCFC; }

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

This text font color is #F3FCFC.

Background Color

.myBgColor { background-color: #F3FCFC; }

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

This div background color is #F3FCFC.

Border color

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

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

This div border color is #F3FCFC.

Opacity

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

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

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

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

This text has shadow with #F3FCFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3FCFC.

Preview

Color preview on black background

This text has color #F3FCFC on black background.


Color preview on white background

This text has color #F3FCFC on white background.


Black color preview on #F3FCFC background

This text has black color on #F3FCFC background.


White color preview on #F3FCFC background

This text has white color on #F3FCFC background.


Related colors

Complementary color

Complementary color for #hex is #0C0303.


I love getcolorcode.com