COLOR #F6EDC2

HEX: #F6EDC2
RGB: (246,237,194)

Color info

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

RGB color model

#F6EDC2 color RGB value is (246,237,194).

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

RGB channels and saturation

R 246 of 255 = 96%
G 237 of 255 = 93%
B 194 of 255 = 76%

246
237
194

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

Portions of RGB colors in percentages

R + G + B =
246 + 237 + 194 = 677 (100%)
R 246 of 677 ~ 36.34%
G 237 of 677 ~ 35.01%
B 194 of 677 ~ 28.66%

%36.34
%35.01
%28.66

CMYK color model

#F6EDC2 color CMYK value is (0,4,21,4).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 21.14%
  • key color value is 3.53%
CMYK:
(0,4,21,4)
C0M4Y21K4 
(0%,4%,21%,4%)
(0.00/0.04/0.21/0.04)	

CMYK percentages

%0
%3.66
%21.14
%3.53

Codes

Color #F6EDC2 in popluar color models

F6EDC2
RGB246237194
HSL50°74.29%86.27%
HSB/HSV50°21.14%96.47%
CMYK0.00%3.66%21.14%
3.53%

Color #F6EDC2 in popluar number systems.

HEXF6EDC2
Decimal246237194
Binary111101101110110111000010
Octal366355302

Shades and tints

Shades of #F6EDC2

#F6EDC2
(246,237,194)
#E0D8B1
(224,216,177)
#CAC3A0
(202,195,160)
#B4AE8F
(180,174,143)
#9E997E
(158,153,126)
#88846D
(136,132,109)
#726F5C
(114,111,92)
#5C5A4B
(92,90,75)
#46453A
(70,69,58)
#303029
(48,48,41)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #F6EDC2

#F6EDC2
(246,237,194)
#F6EEC7
(246,238,199)
#F6EFCC
(246,239,204)
#F6F0D1
(246,240,209)
#F6F1D6
(246,241,214)
#F6F2DB
(246,242,219)
#F6F3E0
(246,243,224)
#F6F4E5
(246,244,229)
#F6F5EA
(246,245,234)
#F6F6EF
(246,246,239)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDC2; }

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

This text font color is #F6EDC2.


Background Color

.myBgColor { background-color: #F6EDC2; }

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

This div background color is #F6EDC2.


Border color

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

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

This div border color is #F6EDC2.


Opacity

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

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

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

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

This text has shadow with #F6EDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDC2 on black background.


Color preview on white background

This text has color #F6EDC2 on white background.



Black color preview on #F6EDC2 background

This text has black color on #F6EDC2 background.


White color preview on #F6EDC2 background

This text has white color on #F6EDC2 background.