COLOR #F6D1B6

HEX: #F6D1B6
RGB: (246,209,182)

Color info

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

RGB color model

#F6D1B6 color RGB value is (246,209,182).

  • red value is 246;
  • green value is 209;
  • blue value is 182.
RGB:
(246,209,182)
(96%,82%,71%)

RGB channels and saturation

R 246 of 255 = 96%
G 209 of 255 = 82%
B 182 of 255 = 71%

246
209
182

R + G + B ~ 83%. #F6D1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 209 + 182 = 637 (100%)
R 246 of 637 ~ 38.62%
G 209 of 637 ~ 32.81%
B 182 of 637 ~ 28.57%

%38.62
%32.81
%28.57

CMYK color model

#F6D1B6 color CMYK value is (0,15,26,4).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 26.02%
  • key color value is 3.53%
CMYK:
(0,15,26,4)
C0M15Y26K4 
(0%,15%,26%,4%)
(0.00/0.15/0.26/0.04)	

CMYK percentages

%0
%15.04
%26.02
%3.53

Codes

Color #F6D1B6 in popluar color models

F6D1B6
RGB246209182
HSL25°78.05%83.92%
HSB/HSV25°26.02%96.47%
CMYK0.00%15.04%26.02%
3.53%

Color #F6D1B6 in popluar number systems.

HEXF6D1B6
Decimal246209182
Binary111101101101000110110110
Octal366321266

Shades and tints

Shades of #F6D1B6

#F6D1B6
(246,209,182)
#E0BEA6
(224,190,166)
#CAAB96
(202,171,150)
#B49886
(180,152,134)
#9E8576
(158,133,118)
#887266
(136,114,102)
#725F56
(114,95,86)
#5C4C46
(92,76,70)
#463936
(70,57,54)
#302626
(48,38,38)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #F6D1B6

#F6D1B6
(246,209,182)
#F6D5BC
(246,213,188)
#F6D9C2
(246,217,194)
#F6DDC8
(246,221,200)
#F6E1CE
(246,225,206)
#F6E5D4
(246,229,212)
#F6E9DA
(246,233,218)
#F6EDE0
(246,237,224)
#F6F1E6
(246,241,230)
#F6F5EC
(246,245,236)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D1B6 color. Also use rgb(246,209,182) instead hex code.

Text Font Color

.myTextColor { color: #F6D1B6; }

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

This text font color is #F6D1B6.


Background Color

.myBgColor { background-color: #F6D1B6; }

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

This div background color is #F6D1B6.


Border color

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

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

This div border color is #F6D1B6.


Opacity

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

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

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

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

This text has shadow with #F6D1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D1B6 on black background.


Color preview on white background

This text has color #F6D1B6 on white background.



Black color preview on #F6D1B6 background

This text has black color on #F6D1B6 background.


White color preview on #F6D1B6 background

This text has white color on #F6D1B6 background.