COLOR #F6EDB5

HEX: #F6EDB5
RGB: (246,237,181)

Color info

#F6EDB5 contains mainly red and green colors. Web safe color of #F6EDB5 is #FFFFCC (or #FFC).

RGB color model

#F6EDB5 color RGB value is (246,237,181).

  • red value is 246;
  • green value is 237;
  • blue value is 181.
RGB:
(246,237,181)
(96%,93%,71%)

RGB channels and saturation

R 246 of 255 = 96%
G 237 of 255 = 93%
B 181 of 255 = 71%

246
237
181

R + G + B ~ 87%. #F6EDB5 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 237 + 181 = 664 (100%)
R 246 of 664 ~ 37.05%
G 237 of 664 ~ 35.69%
B 181 of 664 ~ 27.26%

%37.05
%35.69
%27.26

CMYK color model

#F6EDB5 color CMYK value is (0,4,26,4).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 26.42%
  • key color value is 3.53%
CMYK:
(0,4,26,4)
C0M4Y26K4 
(0%,4%,26%,4%)
(0.00/0.04/0.26/0.04)	

CMYK percentages

%0
%3.66
%26.42
%3.53

Codes

Color #F6EDB5 in popluar color models

F6EDB5
RGB246237181
HSL52°78.31%83.73%
HSB/HSV52°26.42%96.47%
CMYK0.00%3.66%26.42%
3.53%

Color #F6EDB5 in popluar number systems.

HEXF6EDB5
Decimal246237181
Binary111101101110110110110101
Octal366355265

Shades and tints

Shades of #F6EDB5

#F6EDB5
(246,237,181)
#E0D8A5
(224,216,165)
#CAC395
(202,195,149)
#B4AE85
(180,174,133)
#9E9975
(158,153,117)
#888465
(136,132,101)
#726F55
(114,111,85)
#5C5A45
(92,90,69)
#464535
(70,69,53)
#303025
(48,48,37)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #F6EDB5

#F6EDB5
(246,237,181)
#F6EEBB
(246,238,187)
#F6EFC1
(246,239,193)
#F6F0C7
(246,240,199)
#F6F1CD
(246,241,205)
#F6F2D3
(246,242,211)
#F6F3D9
(246,243,217)
#F6F4DF
(246,244,223)
#F6F5E5
(246,245,229)
#F6F6EB
(246,246,235)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EDB5 color. Also use rgb(246,237,181) instead hex code.

Text Font Color

.myTextColor { color: #F6EDB5; }

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

This text font color is #F6EDB5.


Background Color

.myBgColor { background-color: #F6EDB5; }

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

This div background color is #F6EDB5.


Border color

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

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

This div border color is #F6EDB5.


Opacity

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

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

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

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

This text has shadow with #F6EDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDB5 on black background.


Color preview on white background

This text has color #F6EDB5 on white background.



Black color preview on #F6EDB5 background

This text has black color on #F6EDB5 background.


White color preview on #F6EDB5 background

This text has white color on #F6EDB5 background.