COLOR #F6EAC4

HEX: #F6EAC4
RGB: (246,234,196)

Color info

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

RGB color model

#F6EAC4 color RGB value is (246,234,196).

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

RGB channels and saturation

R 246 of 255 = 96%
G 234 of 255 = 92%
B 196 of 255 = 77%

246
234
196

R + G + B ~ 88%. #F6EAC4 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 234 + 196 = 676 (100%)
R 246 of 676 ~ 36.39%
G 234 of 676 ~ 34.62%
B 196 of 676 ~ 28.99%

%36.39
%34.62
%28.99

CMYK color model

#F6EAC4 color CMYK value is (0,5,20,4).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 20.33%
  • key color value is 3.53%
CMYK:
(0,5,20,4)
C0M5Y20K4 
(0%,5%,20%,4%)
(0.00/0.05/0.20/0.04)	

CMYK percentages

%0
%4.88
%20.33
%3.53

Codes

Color #F6EAC4 in popluar color models

F6EAC4
RGB246234196
HSL46°73.53%86.67%
HSB/HSV46°20.33%96.47%
CMYK0.00%4.88%20.33%
3.53%

Color #F6EAC4 in popluar number systems.

HEXF6EAC4
Decimal246234196
Binary111101101110101011000100
Octal366352304

Shades and tints

Shades of #F6EAC4

#F6EAC4
(246,234,196)
#E0D5B3
(224,213,179)
#CAC0A2
(202,192,162)
#B4AB91
(180,171,145)
#9E9680
(158,150,128)
#88816F
(136,129,111)
#726C5E
(114,108,94)
#5C574D
(92,87,77)
#46423C
(70,66,60)
#302D2B
(48,45,43)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #F6EAC4

#F6EAC4
(246,234,196)
#F6EBC9
(246,235,201)
#F6ECCE
(246,236,206)
#F6EDD3
(246,237,211)
#F6EED8
(246,238,216)
#F6EFDD
(246,239,221)
#F6F0E2
(246,240,226)
#F6F1E7
(246,241,231)
#F6F2EC
(246,242,236)
#F6F3F1
(246,243,241)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EAC4; }

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

This text font color is #F6EAC4.


Background Color

.myBgColor { background-color: #F6EAC4; }

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

This div background color is #F6EAC4.


Border color

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

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

This div border color is #F6EAC4.


Opacity

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

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

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

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

This text has shadow with #F6EAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EAC4 on black background.


Color preview on white background

This text has color #F6EAC4 on white background.



Black color preview on #F6EAC4 background

This text has black color on #F6EAC4 background.


White color preview on #F6EAC4 background

This text has white color on #F6EAC4 background.