COLOR #F6EAC5

HEX: #F6EAC5
RGB: (246,234,197)

Color info

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

RGB color model

#F6EAC5 color RGB value is (246,234,197).

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

RGB channels and saturation

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

246
234
197

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

Portions of RGB colors in percentages

R + G + B =
246 + 234 + 197 = 677 (100%)
R 246 of 677 ~ 36.34%
G 234 of 677 ~ 34.56%
B 197 of 677 ~ 29.1%

%36.34
%34.56
%29.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 19.92%
  • 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
%19.92
%3.53

Codes

Color #F6EAC5 in popluar color models

F6EAC5
RGB246234197
HSL45°73.13%86.86%
HSB/HSV45°19.92%96.47%
CMYK0.00%4.88%19.92%
3.53%

Color #F6EAC5 in popluar number systems.

HEXF6EAC5
Decimal246234197
Binary111101101110101011000101
Octal366352305

Shades and tints

Shades of #F6EAC5

#F6EAC5
(246,234,197)
#E0D5B4
(224,213,180)
#CAC0A3
(202,192,163)
#B4AB92
(180,171,146)
#9E9681
(158,150,129)
#888170
(136,129,112)
#726C5F
(114,108,95)
#5C574E
(92,87,78)
#46423D
(70,66,61)
#302D2C
(48,45,44)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #F6EAC5

#F6EAC5
(246,234,197)
#F6EBCA
(246,235,202)
#F6ECCF
(246,236,207)
#F6EDD4
(246,237,212)
#F6EED9
(246,238,217)
#F6EFDE
(246,239,222)
#F6F0E3
(246,240,227)
#F6F1E8
(246,241,232)
#F6F2ED
(246,242,237)
#F6F3F2
(246,243,242)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EAC5; }

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

This text font color is #F6EAC5.


Background Color

.myBgColor { background-color: #F6EAC5; }

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

This div background color is #F6EAC5.


Border color

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

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

This div border color is #F6EAC5.


Opacity

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

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

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

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

This text has shadow with #F6EAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EAC5 on black background.


Color preview on white background

This text has color #F6EAC5 on white background.



Black color preview on #F6EAC5 background

This text has black color on #F6EAC5 background.


White color preview on #F6EAC5 background

This text has white color on #F6EAC5 background.