COLOR #F6EDCA

HEX: #F6EDCA
RGB: (246,237,202)

Color info

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

RGB color model

#F6EDCA color RGB value is (246,237,202).

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

RGB channels and saturation

R 246 of 255 = 96%
G 237 of 255 = 93%
B 202 of 255 = 79%

246
237
202

R + G + B ~ 89%. #F6EDCA is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 237 + 202 = 685 (100%)
R 246 of 685 ~ 35.91%
G 237 of 685 ~ 34.6%
B 202 of 685 ~ 29.49%

%35.91
%34.6
%29.49

CMYK color model

#F6EDCA color CMYK value is (0,4,18,4).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(0,4,18,4)
C0M4Y18K4 
(0%,4%,18%,4%)
(0.00/0.04/0.18/0.04)	

CMYK percentages

%0
%3.66
%17.89
%3.53

Codes

Color #F6EDCA in popluar color models

F6EDCA
RGB246237202
HSL48°70.97%87.84%
HSB/HSV48°17.89%96.47%
CMYK0.00%3.66%17.89%
3.53%

Color #F6EDCA in popluar number systems.

HEXF6EDCA
Decimal246237202
Binary111101101110110111001010
Octal366355312

Shades and tints

Shades of #F6EDCA

#F6EDCA
(246,237,202)
#E0D8B8
(224,216,184)
#CAC3A6
(202,195,166)
#B4AE94
(180,174,148)
#9E9982
(158,153,130)
#888470
(136,132,112)
#726F5E
(114,111,94)
#5C5A4C
(92,90,76)
#46453A
(70,69,58)
#303028
(48,48,40)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #F6EDCA

#F6EDCA
(246,237,202)
#F6EECE
(246,238,206)
#F6EFD2
(246,239,210)
#F6F0D6
(246,240,214)
#F6F1DA
(246,241,218)
#F6F2DE
(246,242,222)
#F6F3E2
(246,243,226)
#F6F4E6
(246,244,230)
#F6F5EA
(246,245,234)
#F6F6EE
(246,246,238)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDCA; }

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

This text font color is #F6EDCA.


Background Color

.myBgColor { background-color: #F6EDCA; }

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

This div background color is #F6EDCA.


Border color

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

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

This div border color is #F6EDCA.


Opacity

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

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

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

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

This text has shadow with #F6EDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDCA on black background.


Color preview on white background

This text has color #F6EDCA on white background.



Black color preview on #F6EDCA background

This text has black color on #F6EDCA background.


White color preview on #F6EDCA background

This text has white color on #F6EDCA background.