COLOR #F6E2AE

HEX: #F6E2AE
RGB: (246,226,174)

Color info

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

RGB color model

#F6E2AE color RGB value is (246,226,174).

  • red value is 246;
  • green value is 226;
  • blue value is 174.
RGB:
(246,226,174)
(96%,89%,68%)

RGB channels and saturation

R 246 of 255 = 96%
G 226 of 255 = 89%
B 174 of 255 = 68%

246
226
174

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

Portions of RGB colors in percentages

R + G + B =
246 + 226 + 174 = 646 (100%)
R 246 of 646 ~ 38.08%
G 226 of 646 ~ 34.98%
B 174 of 646 ~ 26.93%

%38.08
%34.98
%26.93

CMYK color model

#F6E2AE color CMYK value is (0,8,29,4).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(0,8,29,4)
C0M8Y29K4 
(0%,8%,29%,4%)
(0.00/0.08/0.29/0.04)	

CMYK percentages

%0
%8.13
%29.27
%3.53

Codes

Color #F6E2AE in popluar color models

F6E2AE
RGB246226174
HSL43°80.00%82.35%
HSB/HSV43°29.27%96.47%
CMYK0.00%8.13%29.27%
3.53%

Color #F6E2AE in popluar number systems.

HEXF6E2AE
Decimal246226174
Binary111101101110001010101110
Octal366342256

Shades and tints

Shades of #F6E2AE

#F6E2AE
(246,226,174)
#E0CE9F
(224,206,159)
#CABA90
(202,186,144)
#B4A681
(180,166,129)
#9E9272
(158,146,114)
#887E63
(136,126,99)
#726A54
(114,106,84)
#5C5645
(92,86,69)
#464236
(70,66,54)
#302E27
(48,46,39)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #F6E2AE

#F6E2AE
(246,226,174)
#F6E4B5
(246,228,181)
#F6E6BC
(246,230,188)
#F6E8C3
(246,232,195)
#F6EACA
(246,234,202)
#F6ECD1
(246,236,209)
#F6EED8
(246,238,216)
#F6F0DF
(246,240,223)
#F6F2E6
(246,242,230)
#F6F4ED
(246,244,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E2AE color. Also use rgb(246,226,174) instead hex code.

Text Font Color

.myTextColor { color: #F6E2AE; }

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

This text font color is #F6E2AE.


Background Color

.myBgColor { background-color: #F6E2AE; }

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

This div background color is #F6E2AE.


Border color

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

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

This div border color is #F6E2AE.


Opacity

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

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

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

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

This text has shadow with #F6E2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E2AE on black background.


Color preview on white background

This text has color #F6E2AE on white background.



Black color preview on #F6E2AE background

This text has black color on #F6E2AE background.


White color preview on #F6E2AE background

This text has white color on #F6E2AE background.