COLOR #F6FCDC

HEX: #F6FCDC
RGB: (246,252,220)

Color info

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

RGB color model

#F6FCDC color RGB value is (246,252,220).

  • red value is 246;
  • green value is 252;
  • blue value is 220.
RGB:
(246,252,220)
(96%,99%,86%)

RGB channels and saturation

R 246 of 255 = 96%
G 252 of 255 = 99%
B 220 of 255 = 86%

246
252
220

R + G + B ~ 94%. #F6FCDC is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 252 + 220 = 718 (100%)
R 246 of 718 ~ 34.26%
G 252 of 718 ~ 35.1%
B 220 of 718 ~ 30.64%

%34.26
%35.1
%30.64

CMYK color model

#F6FCDC color CMYK value is (2,0,13,1).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(2,0,13,1)
C2M0Y13K1 
(2%,0%,13%,1%)
(0.02/0.00/0.13/0.01)	

CMYK percentages

%2.38
%0
%12.7
%1.18

Codes

Color #F6FCDC in popluar color models

F6FCDC
RGB246252220
HSL71°84.21%92.55%
HSB/HSV71°12.70%98.82%
CMYK2.38%0.00%12.70%
1.18%

Color #F6FCDC in popluar number systems.

HEXF6FCDC
Decimal246252220
Binary111101101111110011011100
Octal366374334

Shades and tints

Shades of #F6FCDC

#F6FCDC
(246,252,220)
#E0E6C8
(224,230,200)
#CAD0B4
(202,208,180)
#B4BAA0
(180,186,160)
#9EA48C
(158,164,140)
#888E78
(136,142,120)
#727864
(114,120,100)
#5C6250
(92,98,80)
#464C3C
(70,76,60)
#303628
(48,54,40)
#1A2014
(26,32,20)
#000000
(0,0,0)

Tints of #F6FCDC

#F6FCDC
(246,252,220)
#F6FCDF
(246,252,223)
#F6FCE2
(246,252,226)
#F6FCE5
(246,252,229)
#F6FCE8
(246,252,232)
#F6FCEB
(246,252,235)
#F6FCEE
(246,252,238)
#F6FCF1
(246,252,241)
#F6FCF4
(246,252,244)
#F6FCF7
(246,252,247)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FCDC; }

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

This text font color is #F6FCDC.


Background Color

.myBgColor { background-color: #F6FCDC; }

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

This div background color is #F6FCDC.


Border color

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

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

This div border color is #F6FCDC.


Opacity

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

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

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

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

This text has shadow with #F6FCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FCDC on black background.


Color preview on white background

This text has color #F6FCDC on white background.



Black color preview on #F6FCDC background

This text has black color on #F6FCDC background.


White color preview on #F6FCDC background

This text has white color on #F6FCDC background.