COLOR #F6DCB4

HEX: #F6DCB4 RGB: (246,220,180)

Color info

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

RGB color model

#F6DCB4 color RGB value is (246,220,180).

RGB: (246,220,180) (96%, 86%, 71%)

RGB channels and saturation

R 246 of 255 = 96%
G 220 of 255 = 86%
B 180 of 255 = 71%

246
220
180

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

Portions of RGB colors in percentages

R + G + B = 246 + 220 + 180 = 646 (100%)
R 246 of 646 ~ 38.08%
G 220 of 646 ~ 34.06%
B 180 of 646 ~ 27.86'%

%38.08
%34.06
%27.86

CMYK color model

#F6DCB4 color CMYK value is (0,11,27,4).

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 26.83%
  • key color value is 3.53%

CMYK: (0,11,27,4)
C0M11Y27K4 (0%, 11%, 27%, 4%)
(0.00 / 0.11 / 0.27 / 0.04)

CMYK percentages

%0
%10.57
%26.83
%3.53

Codes

Color #F6DCB4 in popluar color models

F6 DC B4
RGB 246 220 180
HSL 36° 78.57% 83.53%
HSB/HSV 36° 26.83% 96.47%
CMYK 0.00% 10.57% 26.83%
3.53%

Color #F6DCB4 in popluar number systems.

HEX F6 DC B4
Decimal 246 220 180
Binary 11110110 11011100 10110100
Octal 366 334 264

Shades and tints

Shades of #F6DCB4

#F6DCB4
(246,220,180)
#E0C8A4
(224,200,164)
#CAB494
(202,180,148)
#B4A084
(180,160,132)
#9E8C74
(158,140,116)
#887864
(136,120,100)
#726454
(114,100,84)
#5C5044
(92,80,68)
#463C34
(70,60,52)
#302824
(48,40,36)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #F6DCB4

#F6DCB4
(246,220,180)
#F6DFBA
(246,223,186)
#F6E2C0
(246,226,192)
#F6E5C6
(246,229,198)
#F6E8CC
(246,232,204)
#F6EBD2
(246,235,210)
#F6EED8
(246,238,216)
#F6F1DE
(246,241,222)
#F6F4E4
(246,244,228)
#F6F7EA
(246,247,234)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DCB4; }

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

This text font color is #F6DCB4.

Background Color

.myBgColor { background-color: #F6DCB4; }

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

This div background color is #F6DCB4.

Border color

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

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

This div border color is #F6DCB4.

Opacity

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

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

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

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

This text has shadow with #F6DCB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DCB4.

Preview

Color preview on black background

This text has color #F6DCB4 on black background.


Color preview on white background

This text has color #F6DCB4 on white background.


Black color preview on #F6DCB4 background

This text has black color on #F6DCB4 background.


White color preview on #F6DCB4 background

This text has white color on #F6DCB4 background.


Related colors

Complementary color

Complementary color for #hex is #09234B.


I love getcolorcode.com

Triadic colors

1 #B4F6DC and #DCB4F6 with #F6DCB4 are triadic colors.

2 #B4DCF6 and #DCF6B4 with #F6DCB4 are triadic colors.