COLOR #F6E6A5

HEX: #F6E6A5
RGB: (246,230,165)

Color info

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

RGB color model

#F6E6A5 color RGB value is (246,230,165).

  • red value is 246;
  • green value is 230;
  • blue value is 165.
RGB:
(246,230,165)
(96%,90%,65%)

RGB channels and saturation

R 246 of 255 = 96%
G 230 of 255 = 90%
B 165 of 255 = 65%

246
230
165

R + G + B ~ 84%. #F6E6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 230 + 165 = 641 (100%)
R 246 of 641 ~ 38.38%
G 230 of 641 ~ 35.88%
B 165 of 641 ~ 25.74%

%38.38
%35.88
%25.74

CMYK color model

#F6E6A5 color CMYK value is (0,7,33,4).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 32.93%
  • key color value is 3.53%
CMYK:
(0,7,33,4)
C0M7Y33K4 
(0%,7%,33%,4%)
(0.00/0.07/0.33/0.04)	

CMYK percentages

%0
%6.5
%32.93
%3.53

Codes

Color #F6E6A5 in popluar color models

F6E6A5
RGB246230165
HSL48°81.82%80.59%
HSB/HSV48°32.93%96.47%
CMYK0.00%6.50%32.93%
3.53%

Color #F6E6A5 in popluar number systems.

HEXF6E6A5
Decimal246230165
Binary111101101110011010100101
Octal366346245

Shades and tints

Shades of #F6E6A5

#F6E6A5
(246,230,165)
#E0D296
(224,210,150)
#CABE87
(202,190,135)
#B4AA78
(180,170,120)
#9E9669
(158,150,105)
#88825A
(136,130,90)
#726E4B
(114,110,75)
#5C5A3C
(92,90,60)
#46462D
(70,70,45)
#30321E
(48,50,30)
#1A1E0F
(26,30,15)
#000000
(0,0,0)

Tints of #F6E6A5

#F6E6A5
(246,230,165)
#F6E8AD
(246,232,173)
#F6EAB5
(246,234,181)
#F6ECBD
(246,236,189)
#F6EEC5
(246,238,197)
#F6F0CD
(246,240,205)
#F6F2D5
(246,242,213)
#F6F4DD
(246,244,221)
#F6F6E5
(246,246,229)
#F6F8ED
(246,248,237)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E6A5 color. Also use rgb(246,230,165) instead hex code.

Text Font Color

.myTextColor { color: #F6E6A5; }

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

This text font color is #F6E6A5.


Background Color

.myBgColor { background-color: #F6E6A5; }

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

This div background color is #F6E6A5.


Border color

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

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

This div border color is #F6E6A5.


Opacity

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

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

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

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

This text has shadow with #F6E6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E6A5 on black background.


Color preview on white background

This text has color #F6E6A5 on white background.



Black color preview on #F6E6A5 background

This text has black color on #F6E6A5 background.


White color preview on #F6E6A5 background

This text has white color on #F6E6A5 background.