COLOR #F3FCDC

HEX: #F3FCDC RGB: (243,252,220)

Color info

#F3FCDC contains red, green and blue colors in about the same proportion. Web safe color of #F3FCDC is #FFFFCC (or #FFC).

RGB color model

#F3FCDC color RGB value is (243,252,220).

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

RGB channels and saturation

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

243
252
220

R + G + B ~ 93%. #F3FCDC is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 252 + 220 = 715 (100%)
R 243 of 715 ~ 33.99%
G 252 of 715 ~ 35.24%
B 220 of 715 ~ 30.77'%

%33.99
%35.24
%30.77

CMYK color model

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

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK: (4,0,13,1) C4M0Y13K1 (4%,0%,13%,1%) (0.04/0.00/0.13/0.01) 

CMYK percentages

%3.57
%0
%12.7
%1.18

Codes

Color #F3FCDC in popluar color models

F3 FC DC
RGB 243 252 220
HSL 77° 84.21% 92.55%
HSB/HSV 77° 12.70% 98.82%
CMYK 3.57% 0.00% 12.70%
1.18%

Color #F3FCDC in popluar number systems.

HEX F3 FC DC
Decimal 243 252 220
Binary 11110011 11111100 11011100
Octal 363 374 334

Shades and tints

Shades of #F3FCDC

#F3FCDC
(243,252,220)
#DDE6C8
(221,230,200)
#C7D0B4
(199,208,180)
#B1BAA0
(177,186,160)
#9BA48C
(155,164,140)
#858E78
(133,142,120)
#6F7864
(111,120,100)
#596250
(89,98,80)
#434C3C
(67,76,60)
#2D3628
(45,54,40)
#172014
(23,32,20)
#000000
(0,0,0)

Tints of #F3FCDC

#F3FCDC
(243,252,220)
#F4FCDF
(244,252,223)
#F5FCE2
(245,252,226)
#F6FCE5
(246,252,229)
#F7FCE8
(247,252,232)
#F8FCEB
(248,252,235)
#F9FCEE
(249,252,238)
#FAFCF1
(250,252,241)
#FBFCF4
(251,252,244)
#FCFCF7
(252,252,247)
#FDFCFA
(253,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FCDC; }

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

This text font color is #F3FCDC.

Background Color

.myBgColor { background-color: #F3FCDC; }

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

This div background color is #F3FCDC.

Border color

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

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

This div border color is #F3FCDC.

Opacity

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

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

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

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

This text has shadow with #F3FCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3FCDC.

Preview

Color preview on black background

This text has color #F3FCDC on black background.


Color preview on white background

This text has color #F3FCDC on white background.


Black color preview on #F3FCDC background

This text has black color on #F3FCDC background.


White color preview on #F3FCDC background

This text has white color on #F3FCDC background.


Related colors

Complementary color

Complementary color for #hex is #0C0323.


I love getcolorcode.com

Triadic colors

1 #DCF3FC and #FCDCF3 with #F3FCDC are triadic colors.

2 #DCFCF3 and #FCF3DC with #F3FCDC are triadic colors.