COLOR #F6FCB1

HEX: #F6FCB1
RGB: (246,252,177)

Color info

#F6FCB1 contains mainly red and green colors. Web safe color of #F6FCB1 is #FFFF99 (or #FF9).

RGB color model

#F6FCB1 color RGB value is (246,252,177).

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

RGB channels and saturation

R 246 of 255 = 96%
G 252 of 255 = 99%
B 177 of 255 = 69%

246
252
177

R + G + B ~ 88%. #F6FCB1 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 252 + 177 = 675 (100%)
R 246 of 675 ~ 36.44%
G 252 of 675 ~ 37.33%
B 177 of 675 ~ 26.22%

%36.44
%37.33
%26.22

CMYK color model

#F6FCB1 color CMYK value is (2,0,30,1).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 1.18%
CMYK: (2,0,30,1) C2M0Y30K1 (2%,0%,30%,1%) (0.02/0.00/0.30/0.01)

CMYK percentages

%2.38
%0
%29.76
%1.18

Codes

Color #F6FCB1 in popluar color models

F6FCB1
RGB246252177
HSL65°92.59%84.12%
HSB/HSV65°29.76%98.82%
CMYK2.38%0.00%29.76%
1.18%

Color #F6FCB1 in popluar number systems.

HEXF6FCB1
Decimal246252177
Binary111101101111110010110001
Octal366374261

Shades and tints

Shades of #F6FCB1

#F6FCB1
(246,252,177)
#E0E6A1
(224,230,161)
#CAD091
(202,208,145)
#B4BA81
(180,186,129)
#9EA471
(158,164,113)
#888E61
(136,142,97)
#727851
(114,120,81)
#5C6241
(92,98,65)
#464C31
(70,76,49)
#303621
(48,54,33)
#1A2011
(26,32,17)
#000000
(0,0,0)

Tints of #F6FCB1

#F6FCB1
(246,252,177)
#F6FCB8
(246,252,184)
#F6FCBF
(246,252,191)
#F6FCC6
(246,252,198)
#F6FCCD
(246,252,205)
#F6FCD4
(246,252,212)
#F6FCDB
(246,252,219)
#F6FCE2
(246,252,226)
#F6FCE9
(246,252,233)
#F6FCF0
(246,252,240)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FCB1; }

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

This text font color is #F6FCB1.


Background Color

.myBgColor { background-color: #F6FCB1; }

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

This div background color is #F6FCB1.


Border color

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

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

This div border color is #F6FCB1.


Opacity

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

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

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

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

This text has shadow with #F6FCB1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F6FCB1 on black background.


Color preview on white background

This text has color #F6FCB1 on white background.



Black color preview on #F6FCB1 background

This text has black color on #F6FCB1 background.


White color preview on #F6FCB1 background

This text has white color on #F6FCB1 background.