COLOR #F6FCE6

HEX: #F6FCE6
RGB: (246,252,230)

Color info

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

RGB color model

#F6FCE6 color RGB value is (246,252,230).

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

RGB channels and saturation

R 246 of 255 = 96%
G 252 of 255 = 99%
B 230 of 255 = 90%

246
252
230

R + G + B ~ 95%. #F6FCE6 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 252 + 230 = 728 (100%)
R 246 of 728 ~ 33.79%
G 252 of 728 ~ 34.62%
B 230 of 728 ~ 31.59%

%33.79
%34.62
%31.59

CMYK color model

#F6FCE6 color CMYK value is (2,0,9,1).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 8.73%
  • key color value is 1.18%
CMYK:
(2,0,9,1)
C2M0Y9K1 
(2%,0%,9%,1%)
(0.02/0.00/0.09/0.01)	

CMYK percentages

%2.38
%0
%8.73
%1.18

Codes

Color #F6FCE6 in popluar color models

F6FCE6
RGB246252230
HSL76°78.57%94.51%
HSB/HSV76°8.73%98.82%
CMYK2.38%0.00%8.73%
1.18%

Color #F6FCE6 in popluar number systems.

HEXF6FCE6
Decimal246252230
Binary111101101111110011100110
Octal366374346

Shades and tints

Shades of #F6FCE6

#F6FCE6
(246,252,230)
#E0E6D2
(224,230,210)
#CAD0BE
(202,208,190)
#B4BAAA
(180,186,170)
#9EA496
(158,164,150)
#888E82
(136,142,130)
#72786E
(114,120,110)
#5C625A
(92,98,90)
#464C46
(70,76,70)
#303632
(48,54,50)
#1A201E
(26,32,30)
#000000
(0,0,0)

Tints of #F6FCE6

#F6FCE6
(246,252,230)
#F6FCE8
(246,252,232)
#F6FCEA
(246,252,234)
#F6FCEC
(246,252,236)
#F6FCEE
(246,252,238)
#F6FCF0
(246,252,240)
#F6FCF2
(246,252,242)
#F6FCF4
(246,252,244)
#F6FCF6
(246,252,246)
#F6FCF8
(246,252,248)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FCE6; }

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

This text font color is #F6FCE6.


Background Color

.myBgColor { background-color: #F6FCE6; }

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

This div background color is #F6FCE6.


Border color

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

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

This div border color is #F6FCE6.


Opacity

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

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

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

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

This text has shadow with #F6FCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FCE6 on black background.


Color preview on white background

This text has color #F6FCE6 on white background.



Black color preview on #F6FCE6 background

This text has black color on #F6FCE6 background.


White color preview on #F6FCE6 background

This text has white color on #F6FCE6 background.