COLOR #F6FCB7

HEX: #F6FCB7
RGB: (246,252,183)

Color info

#F6FCB7 contains mainly red and green colors. Web safe color of #F6FCB7 is #FFFFCC (or #FFC).

RGB color model

#F6FCB7 color RGB value is (246,252,183).

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

RGB channels and saturation

R 246 of 255 = 96%
G 252 of 255 = 99%
B 183 of 255 = 72%

246
252
183

R + G + B ~ 89%. #F6FCB7 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 252 + 183 = 681 (100%)
R 246 of 681 ~ 36.12%
G 252 of 681 ~ 37%
B 183 of 681 ~ 26.87%

%36.12
%37
%26.87

CMYK color model

#F6FCB7 color CMYK value is (2,0,27,1).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 27.38%
  • key color value is 1.18%
CMYK:
(2,0,27,1)
C2M0Y27K1 
(2%,0%,27%,1%)
(0.02/0.00/0.27/0.01)	

CMYK percentages

%2.38
%0
%27.38
%1.18

Codes

Color #F6FCB7 in popluar color models

F6FCB7
RGB246252183
HSL65°92.00%85.29%
HSB/HSV65°27.38%98.82%
CMYK2.38%0.00%27.38%
1.18%

Color #F6FCB7 in popluar number systems.

HEXF6FCB7
Decimal246252183
Binary111101101111110010110111
Octal366374267

Shades and tints

Shades of #F6FCB7

#F6FCB7
(246,252,183)
#E0E6A7
(224,230,167)
#CAD097
(202,208,151)
#B4BA87
(180,186,135)
#9EA477
(158,164,119)
#888E67
(136,142,103)
#727857
(114,120,87)
#5C6247
(92,98,71)
#464C37
(70,76,55)
#303627
(48,54,39)
#1A2017
(26,32,23)
#000000
(0,0,0)

Tints of #F6FCB7

#F6FCB7
(246,252,183)
#F6FCBD
(246,252,189)
#F6FCC3
(246,252,195)
#F6FCC9
(246,252,201)
#F6FCCF
(246,252,207)
#F6FCD5
(246,252,213)
#F6FCDB
(246,252,219)
#F6FCE1
(246,252,225)
#F6FCE7
(246,252,231)
#F6FCED
(246,252,237)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FCB7; }

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

This text font color is #F6FCB7.


Background Color

.myBgColor { background-color: #F6FCB7; }

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

This div background color is #F6FCB7.


Border color

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

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

This div border color is #F6FCB7.


Opacity

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

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

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

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

This text has shadow with #F6FCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FCB7 on black background.


Color preview on white background

This text has color #F6FCB7 on white background.



Black color preview on #F6FCB7 background

This text has black color on #F6FCB7 background.


White color preview on #F6FCB7 background

This text has white color on #F6FCB7 background.