COLOR #F6CD9E

HEX: #F6CD9E
RGB: (246,205,158)

Color info

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

RGB color model

#F6CD9E color RGB value is (246,205,158).

  • red value is 246;
  • green value is 205;
  • blue value is 158.
RGB:
(246,205,158)
(96%,80%,62%)

RGB channels and saturation

R 246 of 255 = 96%
G 205 of 255 = 80%
B 158 of 255 = 62%

246
205
158

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

Portions of RGB colors in percentages

R + G + B =
246 + 205 + 158 = 609 (100%)
R 246 of 609 ~ 40.39%
G 205 of 609 ~ 33.66%
B 158 of 609 ~ 25.94%

%40.39
%33.66
%25.94

CMYK color model

#F6CD9E color CMYK value is (0,17,36,4).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 35.77%
  • key color value is 3.53%
CMYK:
(0,17,36,4)
C0M17Y36K4 
(0%,17%,36%,4%)
(0.00/0.17/0.36/0.04)	

CMYK percentages

%0
%16.67
%35.77
%3.53

Codes

Color #F6CD9E in popluar color models

F6CD9E
RGB246205158
HSL32°83.02%79.22%
HSB/HSV32°35.77%96.47%
CMYK0.00%16.67%35.77%
3.53%

Color #F6CD9E in popluar number systems.

HEXF6CD9E
Decimal246205158
Binary111101101100110110011110
Octal366315236

Shades and tints

Shades of #F6CD9E

#F6CD9E
(246,205,158)
#E0BB90
(224,187,144)
#CAA982
(202,169,130)
#B49774
(180,151,116)
#9E8566
(158,133,102)
#887358
(136,115,88)
#72614A
(114,97,74)
#5C4F3C
(92,79,60)
#463D2E
(70,61,46)
#302B20
(48,43,32)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #F6CD9E

#F6CD9E
(246,205,158)
#F6D1A6
(246,209,166)
#F6D5AE
(246,213,174)
#F6D9B6
(246,217,182)
#F6DDBE
(246,221,190)
#F6E1C6
(246,225,198)
#F6E5CE
(246,229,206)
#F6E9D6
(246,233,214)
#F6EDDE
(246,237,222)
#F6F1E6
(246,241,230)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CD9E color. Also use rgb(246,205,158) instead hex code.

Text Font Color

.myTextColor { color: #F6CD9E; }

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

This text font color is #F6CD9E.


Background Color

.myBgColor { background-color: #F6CD9E; }

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

This div background color is #F6CD9E.


Border color

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

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

This div border color is #F6CD9E.


Opacity

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

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

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

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

This text has shadow with #F6CD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CD9E on black background.


Color preview on white background

This text has color #F6CD9E on white background.



Black color preview on #F6CD9E background

This text has black color on #F6CD9E background.


White color preview on #F6CD9E background

This text has white color on #F6CD9E background.