COLOR #F6DEB9

HEX: #F6DEB9
RGB: (246,222,185)

Color info

#F6DEB9 contains mainly red and green colors. Web safe color of #F6DEB9 is #FFCCCC (or #FCC).

RGB color model

#F6DEB9 color RGB value is (246,222,185).

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

RGB channels and saturation

R 246 of 255 = 96%
G 222 of 255 = 87%
B 185 of 255 = 73%

246
222
185

R + G + B ~ 85%. #F6DEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 222 + 185 = 653 (100%)
R 246 of 653 ~ 37.67%
G 222 of 653 ~ 34%
B 185 of 653 ~ 28.33%

%37.67
%34
%28.33

CMYK color model

#F6DEB9 color CMYK value is (0,10,25,4).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 24.80%
  • key color value is 3.53%
CMYK:
(0,10,25,4)
C0M10Y25K4 
(0%,10%,25%,4%)
(0.00/0.10/0.25/0.04)	

CMYK percentages

%0
%9.76
%24.8
%3.53

Codes

Color #F6DEB9 in popluar color models

F6DEB9
RGB246222185
HSL36°77.22%84.51%
HSB/HSV36°24.80%96.47%
CMYK0.00%9.76%24.80%
3.53%

Color #F6DEB9 in popluar number systems.

HEXF6DEB9
Decimal246222185
Binary111101101101111010111001
Octal366336271

Shades and tints

Shades of #F6DEB9

#F6DEB9
(246,222,185)
#E0CAA9
(224,202,169)
#CAB699
(202,182,153)
#B4A289
(180,162,137)
#9E8E79
(158,142,121)
#887A69
(136,122,105)
#726659
(114,102,89)
#5C5249
(92,82,73)
#463E39
(70,62,57)
#302A29
(48,42,41)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #F6DEB9

#F6DEB9
(246,222,185)
#F6E1BF
(246,225,191)
#F6E4C5
(246,228,197)
#F6E7CB
(246,231,203)
#F6EAD1
(246,234,209)
#F6EDD7
(246,237,215)
#F6F0DD
(246,240,221)
#F6F3E3
(246,243,227)
#F6F6E9
(246,246,233)
#F6F9EF
(246,249,239)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DEB9; }

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

This text font color is #F6DEB9.


Background Color

.myBgColor { background-color: #F6DEB9; }

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

This div background color is #F6DEB9.


Border color

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

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

This div border color is #F6DEB9.


Opacity

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

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

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

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

This text has shadow with #F6DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DEB9 on black background.


Color preview on white background

This text has color #F6DEB9 on white background.



Black color preview on #F6DEB9 background

This text has black color on #F6DEB9 background.


White color preview on #F6DEB9 background

This text has white color on #F6DEB9 background.