COLOR #F6EAC9

HEX: #F6EAC9
RGB: (246,234,201)

Color info

#F6EAC9 contains red, green and blue colors in about the same proportion. Web safe color of #F6EAC9 is #FFFFCC (or #FFC).

RGB color model

#F6EAC9 color RGB value is (246,234,201).

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

RGB channels and saturation

R 246 of 255 = 96%
G 234 of 255 = 92%
B 201 of 255 = 79%

246
234
201

R + G + B ~ 89%. #F6EAC9 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 234 + 201 = 681 (100%)
R 246 of 681 ~ 36.12%
G 234 of 681 ~ 34.36%
B 201 of 681 ~ 29.52%

%36.12
%34.36
%29.52

CMYK color model

#F6EAC9 color CMYK value is (0,5,18,4).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 18.29%
  • key color value is 3.53%
CMYK:
(0,5,18,4)
C0M5Y18K4 
(0%,5%,18%,4%)
(0.00/0.05/0.18/0.04)	

CMYK percentages

%0
%4.88
%18.29
%3.53

Codes

Color #F6EAC9 in popluar color models

F6EAC9
RGB246234201
HSL44°71.43%87.65%
HSB/HSV44°18.29%96.47%
CMYK0.00%4.88%18.29%
3.53%

Color #F6EAC9 in popluar number systems.

HEXF6EAC9
Decimal246234201
Binary111101101110101011001001
Octal366352311

Shades and tints

Shades of #F6EAC9

#F6EAC9
(246,234,201)
#E0D5B7
(224,213,183)
#CAC0A5
(202,192,165)
#B4AB93
(180,171,147)
#9E9681
(158,150,129)
#88816F
(136,129,111)
#726C5D
(114,108,93)
#5C574B
(92,87,75)
#464239
(70,66,57)
#302D27
(48,45,39)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #F6EAC9

#F6EAC9
(246,234,201)
#F6EBCD
(246,235,205)
#F6ECD1
(246,236,209)
#F6EDD5
(246,237,213)
#F6EED9
(246,238,217)
#F6EFDD
(246,239,221)
#F6F0E1
(246,240,225)
#F6F1E5
(246,241,229)
#F6F2E9
(246,242,233)
#F6F3ED
(246,243,237)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EAC9; }

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

This text font color is #F6EAC9.


Background Color

.myBgColor { background-color: #F6EAC9; }

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

This div background color is #F6EAC9.


Border color

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

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

This div border color is #F6EAC9.


Opacity

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

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

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

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

This text has shadow with #F6EAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EAC9 on black background.


Color preview on white background

This text has color #F6EAC9 on white background.



Black color preview on #F6EAC9 background

This text has black color on #F6EAC9 background.


White color preview on #F6EAC9 background

This text has white color on #F6EAC9 background.