COLOR #F6D8B4

HEX: #F6D8B4
RGB: (246,216,180)

Color info

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

RGB color model

#F6D8B4 color RGB value is (246,216,180).

  • red value is 246;
  • green value is 216;
  • blue value is 180.
RGB:
(246,216,180)
(96%,85%,71%)

RGB channels and saturation

R 246 of 255 = 96%
G 216 of 255 = 85%
B 180 of 255 = 71%

246
216
180

R + G + B ~ 84%. #F6D8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 216 + 180 = 642 (100%)
R 246 of 642 ~ 38.32%
G 216 of 642 ~ 33.64%
B 180 of 642 ~ 28.04%

%38.32
%33.64
%28.04

CMYK color model

#F6D8B4 color CMYK value is (0,12,27,4).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 26.83%
  • key color value is 3.53%
CMYK:
(0,12,27,4)
C0M12Y27K4 
(0%,12%,27%,4%)
(0.00/0.12/0.27/0.04)	

CMYK percentages

%0
%12.2
%26.83
%3.53

Codes

Color #F6D8B4 in popluar color models

F6D8B4
RGB246216180
HSL33°78.57%83.53%
HSB/HSV33°26.83%96.47%
CMYK0.00%12.20%26.83%
3.53%

Color #F6D8B4 in popluar number systems.

HEXF6D8B4
Decimal246216180
Binary111101101101100010110100
Octal366330264

Shades and tints

Shades of #F6D8B4

#F6D8B4
(246,216,180)
#E0C5A4
(224,197,164)
#CAB294
(202,178,148)
#B49F84
(180,159,132)
#9E8C74
(158,140,116)
#887964
(136,121,100)
#726654
(114,102,84)
#5C5344
(92,83,68)
#464034
(70,64,52)
#302D24
(48,45,36)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #F6D8B4

#F6D8B4
(246,216,180)
#F6DBBA
(246,219,186)
#F6DEC0
(246,222,192)
#F6E1C6
(246,225,198)
#F6E4CC
(246,228,204)
#F6E7D2
(246,231,210)
#F6EAD8
(246,234,216)
#F6EDDE
(246,237,222)
#F6F0E4
(246,240,228)
#F6F3EA
(246,243,234)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D8B4 color. Also use rgb(246,216,180) instead hex code.

Text Font Color

.myTextColor { color: #F6D8B4; }

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

This text font color is #F6D8B4.


Background Color

.myBgColor { background-color: #F6D8B4; }

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

This div background color is #F6D8B4.


Border color

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

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

This div border color is #F6D8B4.


Opacity

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

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

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

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

This text has shadow with #F6D8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D8B4 on black background.


Color preview on white background

This text has color #F6D8B4 on white background.



Black color preview on #F6D8B4 background

This text has black color on #F6D8B4 background.


White color preview on #F6D8B4 background

This text has white color on #F6D8B4 background.