COLOR #F6EDC0

HEX: #F6EDC0
RGB: (246,237,192)

Color info

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

RGB color model

#F6EDC0 color RGB value is (246,237,192).

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

RGB channels and saturation

R 246 of 255 = 96%
G 237 of 255 = 93%
B 192 of 255 = 75%

246
237
192

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

Portions of RGB colors in percentages

R + G + B =
246 + 237 + 192 = 675 (100%)
R 246 of 675 ~ 36.44%
G 237 of 675 ~ 35.11%
B 192 of 675 ~ 28.44%

%36.44
%35.11
%28.44

CMYK color model

#F6EDC0 color CMYK value is (0,4,22,4).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 21.95%
  • key color value is 3.53%
CMYK:
(0,4,22,4)
C0M4Y22K4 
(0%,4%,22%,4%)
(0.00/0.04/0.22/0.04)	

CMYK percentages

%0
%3.66
%21.95
%3.53

Codes

Color #F6EDC0 in popluar color models

F6EDC0
RGB246237192
HSL50°75.00%85.88%
HSB/HSV50°21.95%96.47%
CMYK0.00%3.66%21.95%
3.53%

Color #F6EDC0 in popluar number systems.

HEXF6EDC0
Decimal246237192
Binary111101101110110111000000
Octal366355300

Shades and tints

Shades of #F6EDC0

#F6EDC0
(246,237,192)
#E0D8AF
(224,216,175)
#CAC39E
(202,195,158)
#B4AE8D
(180,174,141)
#9E997C
(158,153,124)
#88846B
(136,132,107)
#726F5A
(114,111,90)
#5C5A49
(92,90,73)
#464538
(70,69,56)
#303027
(48,48,39)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #F6EDC0

#F6EDC0
(246,237,192)
#F6EEC5
(246,238,197)
#F6EFCA
(246,239,202)
#F6F0CF
(246,240,207)
#F6F1D4
(246,241,212)
#F6F2D9
(246,242,217)
#F6F3DE
(246,243,222)
#F6F4E3
(246,244,227)
#F6F5E8
(246,245,232)
#F6F6ED
(246,246,237)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDC0; }

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

This text font color is #F6EDC0.


Background Color

.myBgColor { background-color: #F6EDC0; }

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

This div background color is #F6EDC0.


Border color

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

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

This div border color is #F6EDC0.


Opacity

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

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

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

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

This text has shadow with #F6EDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDC0 on black background.


Color preview on white background

This text has color #F6EDC0 on white background.



Black color preview on #F6EDC0 background

This text has black color on #F6EDC0 background.


White color preview on #F6EDC0 background

This text has white color on #F6EDC0 background.