COLOR #F6D1B9

HEX: #F6D1B9 RGB: (246,209,185)

Color info

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

RGB color model

#F6D1B9 color RGB value is (246,209,185).

RGB: (246,209,185) (96%, 82%, 73%)

RGB channels and saturation

R 246 of 255 = 96%
G 209 of 255 = 82%
B 185 of 255 = 73%

246
209
185

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

Portions of RGB colors in percentages

R + G + B = 246 + 209 + 185 = 640 (100%)
R 246 of 640 ~ 38.44%
G 209 of 640 ~ 32.66%
B 185 of 640 ~ 28.91'%

%38.44
%32.66
%28.91

CMYK color model

#F6D1B9 color CMYK value is (0,15,25,4).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 24.80%
  • key color value is 3.53%

CMYK: (0,15,25,4)
C0M15Y25K4 (0%, 15%, 25%, 4%)
(0.00 / 0.15 / 0.25 / 0.04)

CMYK percentages

%0
%15.04
%24.8
%3.53

Codes

Color #F6D1B9 in popluar color models

F6 D1 B9
RGB 246 209 185
HSL 24° 77.22% 84.51%
HSB/HSV 24° 24.80% 96.47%
CMYK 0.00% 15.04% 24.80%
3.53%

Color #F6D1B9 in popluar number systems.

HEX F6 D1 B9
Decimal 246 209 185
Binary 11110110 11010001 10111001
Octal 366 321 271

Shades and tints

Shades of #F6D1B9

#F6D1B9
(246,209,185)
#E0BEA9
(224,190,169)
#CAAB99
(202,171,153)
#B49889
(180,152,137)
#9E8579
(158,133,121)
#887269
(136,114,105)
#725F59
(114,95,89)
#5C4C49
(92,76,73)
#463939
(70,57,57)
#302629
(48,38,41)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #F6D1B9

#F6D1B9
(246,209,185)
#F6D5BF
(246,213,191)
#F6D9C5
(246,217,197)
#F6DDCB
(246,221,203)
#F6E1D1
(246,225,209)
#F6E5D7
(246,229,215)
#F6E9DD
(246,233,221)
#F6EDE3
(246,237,227)
#F6F1E9
(246,241,233)
#F6F5EF
(246,245,239)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D1B9; }

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

This text font color is #F6D1B9.

Background Color

.myBgColor { background-color: #F6D1B9; }

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

This div background color is #F6D1B9.

Border color

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

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

This div border color is #F6D1B9.

Opacity

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

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

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

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

This text has shadow with #F6D1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D1B9.

Preview

Color preview on black background

This text has color #F6D1B9 on black background.


Color preview on white background

This text has color #F6D1B9 on white background.


Black color preview on #F6D1B9 background

This text has black color on #F6D1B9 background.


White color preview on #F6D1B9 background

This text has white color on #F6D1B9 background.


Related colors

Complementary color

Complementary color for #hex is #092E46.


I love getcolorcode.com

Triadic colors

1 #B9F6D1 and #D1B9F6 with #F6D1B9 are triadic colors.

2 #B9D1F6 and #D1F6B9 with #F6D1B9 are triadic colors.