COLOR #F6FCCF

HEX: #F6FCCF
RGB: (246,252,207)

Color info

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

RGB color model

#F6FCCF color RGB value is (246,252,207).

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

RGB channels and saturation

R 246 of 255 = 96%
G 252 of 255 = 99%
B 207 of 255 = 81%

246
252
207

R + G + B ~ 92%. #F6FCCF is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 252 + 207 = 705 (100%)
R 246 of 705 ~ 34.89%
G 252 of 705 ~ 35.74%
B 207 of 705 ~ 29.36%

%34.89
%35.74
%29.36

CMYK color model

#F6FCCF color CMYK value is (2,0,18,1).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 1.18%
CMYK: (2,0,18,1) C2M0Y18K1 (2%,0%,18%,1%) (0.02/0.00/0.18/0.01)

CMYK percentages

%2.38
%0
%17.86
%1.18

Codes

Color #F6FCCF in popluar color models

F6FCCF
RGB246252207
HSL68°88.24%90.00%
HSB/HSV68°17.86%98.82%
CMYK2.38%0.00%17.86%
1.18%

Color #F6FCCF in popluar number systems.

HEXF6FCCF
Decimal246252207
Binary111101101111110011001111
Octal366374317

Shades and tints

Shades of #F6FCCF

#F6FCCF
(246,252,207)
#E0E6BD
(224,230,189)
#CAD0AB
(202,208,171)
#B4BA99
(180,186,153)
#9EA487
(158,164,135)
#888E75
(136,142,117)
#727863
(114,120,99)
#5C6251
(92,98,81)
#464C3F
(70,76,63)
#30362D
(48,54,45)
#1A201B
(26,32,27)
#000000
(0,0,0)

Tints of #F6FCCF

#F6FCCF
(246,252,207)
#F6FCD3
(246,252,211)
#F6FCD7
(246,252,215)
#F6FCDB
(246,252,219)
#F6FCDF
(246,252,223)
#F6FCE3
(246,252,227)
#F6FCE7
(246,252,231)
#F6FCEB
(246,252,235)
#F6FCEF
(246,252,239)
#F6FCF3
(246,252,243)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FCCF; }

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

This text font color is #F6FCCF.


Background Color

.myBgColor { background-color: #F6FCCF; }

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

This div background color is #F6FCCF.


Border color

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

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

This div border color is #F6FCCF.


Opacity

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

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

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

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

This text has shadow with #F6FCCF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F6FCCF on black background.


Color preview on white background

This text has color #F6FCCF on white background.



Black color preview on #F6FCCF background

This text has black color on #F6FCCF background.


White color preview on #F6FCCF background

This text has white color on #F6FCCF background.