COLOR #F6D2B3

HEX: #F6D2B3 RGB: (246,210,179)

Color info

#F6D2B3 contains mainly red and green colors. Web safe color of #F6D2B3 is #FFCC99 (or #FC9).

RGB color model

#F6D2B3 color RGB value is (246,210,179).

RGB: (246,210,179) (96%, 82%, 70%)

RGB channels and saturation

R 246 of 255 = 96%
G 210 of 255 = 82%
B 179 of 255 = 70%

246
210
179

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

Portions of RGB colors in percentages

R + G + B = 246 + 210 + 179 = 635 (100%)
R 246 of 635 ~ 38.74%
G 210 of 635 ~ 33.07%
B 179 of 635 ~ 28.19'%

%38.74
%33.07
%28.19

CMYK color model

#F6D2B3 color CMYK value is (0,15,27,4).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 27.24%
  • key color value is 3.53%

CMYK: (0,15,27,4)
C0M15Y27K4 (0%, 15%, 27%, 4%)
(0.00 / 0.15 / 0.27 / 0.04)

CMYK percentages

%0
%14.63
%27.24
%3.53

Codes

Color #F6D2B3 in popluar color models

F6 D2 B3
RGB 246 210 179
HSL 28° 78.82% 83.33%
HSB/HSV 28° 27.24% 96.47%
CMYK 0.00% 14.63% 27.24%
3.53%

Color #F6D2B3 in popluar number systems.

HEX F6 D2 B3
Decimal 246 210 179
Binary 11110110 11010010 10110011
Octal 366 322 263

Shades and tints

Shades of #F6D2B3

#F6D2B3
(246,210,179)
#E0BFA3
(224,191,163)
#CAAC93
(202,172,147)
#B49983
(180,153,131)
#9E8673
(158,134,115)
#887363
(136,115,99)
#726053
(114,96,83)
#5C4D43
(92,77,67)
#463A33
(70,58,51)
#302723
(48,39,35)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #F6D2B3

#F6D2B3
(246,210,179)
#F6D6B9
(246,214,185)
#F6DABF
(246,218,191)
#F6DEC5
(246,222,197)
#F6E2CB
(246,226,203)
#F6E6D1
(246,230,209)
#F6EAD7
(246,234,215)
#F6EEDD
(246,238,221)
#F6F2E3
(246,242,227)
#F6F6E9
(246,246,233)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D2B3 color. Also use rgb(246,210,179) instead hex code.

Text Font Color

.myTextColor { color: #F6D2B3; }

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

This text font color is #F6D2B3.

Background Color

.myBgColor { background-color: #F6D2B3; }

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

This div background color is #F6D2B3.

Border color

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

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

This div border color is #F6D2B3.

Opacity

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

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

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

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

This text has shadow with #F6D2B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D2B3.

Preview

Color preview on black background

This text has color #F6D2B3 on black background.


Color preview on white background

This text has color #F6D2B3 on white background.


Black color preview on #F6D2B3 background

This text has black color on #F6D2B3 background.


White color preview on #F6D2B3 background

This text has white color on #F6D2B3 background.


Related colors

Complementary color

Complementary color for #hex is #092D4C.


I love getcolorcode.com

Triadic colors

1 #B3F6D2 and #D2B3F6 with #F6D2B3 are triadic colors.

2 #B3D2F6 and #D2F6B3 with #F6D2B3 are triadic colors.