COLOR #F6DEC1

HEX: #F6DEC1
RGB: (246,222,193)

Color info

#F6DEC1 contains red, green and blue colors in about the same proportion. Web safe color of #F6DEC1 is #FFCCCC (or #FCC).

RGB color model

#F6DEC1 color RGB value is (246,222,193).

  • red value is 246;
  • green value is 222;
  • blue value is 193.
RGB:
(246,222,193)
(96%,87%,76%)

RGB channels and saturation

R 246 of 255 = 96%
G 222 of 255 = 87%
B 193 of 255 = 76%

246
222
193

R + G + B ~ 86%. #F6DEC1 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 222 + 193 = 661 (100%)
R 246 of 661 ~ 37.22%
G 222 of 661 ~ 33.59%
B 193 of 661 ~ 29.2%

%37.22
%33.59
%29.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 21.54%
  • key color value is 3.53%
CMYK:
(0,10,22,4)
C0M10Y22K4 
(0%,10%,22%,4%)
(0.00/0.10/0.22/0.04)	

CMYK percentages

%0
%9.76
%21.54
%3.53

Codes

Color #F6DEC1 in popluar color models

F6DEC1
RGB246222193
HSL33°74.65%86.08%
HSB/HSV33°21.54%96.47%
CMYK0.00%9.76%21.54%
3.53%

Color #F6DEC1 in popluar number systems.

HEXF6DEC1
Decimal246222193
Binary111101101101111011000001
Octal366336301

Shades and tints

Shades of #F6DEC1

#F6DEC1
(246,222,193)
#E0CAB0
(224,202,176)
#CAB69F
(202,182,159)
#B4A28E
(180,162,142)
#9E8E7D
(158,142,125)
#887A6C
(136,122,108)
#72665B
(114,102,91)
#5C524A
(92,82,74)
#463E39
(70,62,57)
#302A28
(48,42,40)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #F6DEC1

#F6DEC1
(246,222,193)
#F6E1C6
(246,225,198)
#F6E4CB
(246,228,203)
#F6E7D0
(246,231,208)
#F6EAD5
(246,234,213)
#F6EDDA
(246,237,218)
#F6F0DF
(246,240,223)
#F6F3E4
(246,243,228)
#F6F6E9
(246,246,233)
#F6F9EE
(246,249,238)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DEC1 color. Also use rgb(246,222,193) instead hex code.

Text Font Color

.myTextColor { color: #F6DEC1; }

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

This text font color is #F6DEC1.


Background Color

.myBgColor { background-color: #F6DEC1; }

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

This div background color is #F6DEC1.


Border color

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

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

This div border color is #F6DEC1.


Opacity

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

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

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

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

This text has shadow with #F6DEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DEC1 on black background.


Color preview on white background

This text has color #F6DEC1 on white background.



Black color preview on #F6DEC1 background

This text has black color on #F6DEC1 background.


White color preview on #F6DEC1 background

This text has white color on #F6DEC1 background.