COLOR #F6C99B

HEX: #F6C99B RGB: (246,201,155)

Color info

#F6C99B contains mainly red and green colors. Web safe color of #F6C99B is #FFCC99 (or #FC9).

RGB color model

#F6C99B color RGB value is (246,201,155).

RGB: (246,201,155) (96%, 79%, 61%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 155 of 255 = 61%

246
201
155

R + G + B ~ 79%. #F6C99B is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 201 + 155 = 602 (100%)
R 246 of 602 ~ 40.86%
G 201 of 602 ~ 33.39%
B 155 of 602 ~ 25.75'%

%40.86
%33.39
%25.75

CMYK color model

#F6C99B color CMYK value is (0,18,37,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 36.99%
  • key color value is 3.53%

CMYK: (0,18,37,4)
C0M18Y37K4 (0%, 18%, 37%, 4%)
(0.00 / 0.18 / 0.37 / 0.04)

CMYK percentages

%0
%18.29
%36.99
%3.53

Codes

Color #F6C99B in popluar color models

F6 C9 9B
RGB 246 201 155
HSL 30° 83.49% 78.63%
HSB/HSV 30° 36.99% 96.47%
CMYK 0.00% 18.29% 36.99%
3.53%

Color #F6C99B in popluar number systems.

HEX F6 C9 9B
Decimal 246 201 155
Binary 11110110 11001001 10011011
Octal 366 311 233

Shades and tints

Shades of #F6C99B

#F6C99B
(246,201,155)
#E0B78D
(224,183,141)
#CAA57F
(202,165,127)
#B49371
(180,147,113)
#9E8163
(158,129,99)
#886F55
(136,111,85)
#725D47
(114,93,71)
#5C4B39
(92,75,57)
#46392B
(70,57,43)
#30271D
(48,39,29)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #F6C99B

#F6C99B
(246,201,155)
#F6CDA4
(246,205,164)
#F6D1AD
(246,209,173)
#F6D5B6
(246,213,182)
#F6D9BF
(246,217,191)
#F6DDC8
(246,221,200)
#F6E1D1
(246,225,209)
#F6E5DA
(246,229,218)
#F6E9E3
(246,233,227)
#F6EDEC
(246,237,236)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C99B color. Also use rgb(246,201,155) instead hex code.

Text Font Color

.myTextColor { color: #F6C99B; }

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

This text font color is #F6C99B.

Background Color

.myBgColor { background-color: #F6C99B; }

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

This div background color is #F6C99B.

Border color

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

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

This div border color is #F6C99B.

Opacity

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

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

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

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

This text has shadow with #F6C99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C99B.

Preview

Color preview on black background

This text has color #F6C99B on black background.


Color preview on white background

This text has color #F6C99B on white background.


Black color preview on #F6C99B background

This text has black color on #F6C99B background.


White color preview on #F6C99B background

This text has white color on #F6C99B background.


Related colors

Complementary color

Complementary color for #hex is #093664.


I love getcolorcode.com

Triadic colors

1 #9BF6C9 and #C99BF6 with #F6C99B are triadic colors.

2 #9BC9F6 and #C9F69B with #F6C99B are triadic colors.