COLOR #F6C998

HEX: #F6C998
RGB: (246,201,152)

Color info

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

RGB color model

#F6C998 color RGB value is (246,201,152).

  • red value is 246;
  • green value is 201;
  • blue value is 152.
RGB:
(246,201,152)
(96%,79%,60%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 152 of 255 = 60%

246
201
152

R + G + B ~ 78%. #F6C998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 201 + 152 = 599 (100%)
R 246 of 599 ~ 41.07%
G 201 of 599 ~ 33.56%
B 152 of 599 ~ 25.38%

%41.07
%33.56
%25.38

CMYK color model

#F6C998 color CMYK value is (0,18,38,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 38.21%
  • key color value is 3.53%
CMYK:
(0,18,38,4)
C0M18Y38K4 
(0%,18%,38%,4%)
(0.00/0.18/0.38/0.04)	

CMYK percentages

%0
%18.29
%38.21
%3.53

Codes

Color #F6C998 in popluar color models

F6C998
RGB246201152
HSL31°83.93%78.04%
HSB/HSV31°38.21%96.47%
CMYK0.00%18.29%38.21%
3.53%

Color #F6C998 in popluar number systems.

HEXF6C998
Decimal246201152
Binary111101101100100110011000
Octal366311230

Shades and tints

Shades of #F6C998

#F6C998
(246,201,152)
#E0B78B
(224,183,139)
#CAA57E
(202,165,126)
#B49371
(180,147,113)
#9E8164
(158,129,100)
#886F57
(136,111,87)
#725D4A
(114,93,74)
#5C4B3D
(92,75,61)
#463930
(70,57,48)
#302723
(48,39,35)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #F6C998

#F6C998
(246,201,152)
#F6CDA1
(246,205,161)
#F6D1AA
(246,209,170)
#F6D5B3
(246,213,179)
#F6D9BC
(246,217,188)
#F6DDC5
(246,221,197)
#F6E1CE
(246,225,206)
#F6E5D7
(246,229,215)
#F6E9E0
(246,233,224)
#F6EDE9
(246,237,233)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C998; }

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

This text font color is #F6C998.


Background Color

.myBgColor { background-color: #F6C998; }

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

This div background color is #F6C998.


Border color

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

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

This div border color is #F6C998.


Opacity

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

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

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

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

This text has shadow with #F6C998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C998 on black background.


Color preview on white background

This text has color #F6C998 on white background.



Black color preview on #F6C998 background

This text has black color on #F6C998 background.


White color preview on #F6C998 background

This text has white color on #F6C998 background.