COLOR #F6C1AD

HEX: #F6C1AD RGB: (246,193,173)

Color info

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

RGB color model

#F6C1AD color RGB value is (246,193,173).

RGB: (246,193,173) (96%, 76%, 68%)

RGB channels and saturation

R 246 of 255 = 96%
G 193 of 255 = 76%
B 173 of 255 = 68%

246
193
173

R + G + B ~ 80%. #F6C1AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 193 + 173 = 612 (100%)
R 246 of 612 ~ 40.2%
G 193 of 612 ~ 31.54%
B 173 of 612 ~ 28.27'%

%40.2
%31.54
%28.27

CMYK color model

#F6C1AD color CMYK value is (0,22,30,4).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 29.67%
  • key color value is 3.53%

CMYK: (0,22,30,4)
C0M22Y30K4 (0%, 22%, 30%, 4%)
(0.00 / 0.22 / 0.30 / 0.04)

CMYK percentages

%0
%21.54
%29.67
%3.53

Codes

Color #F6C1AD in popluar color models

F6 C1 AD
RGB 246 193 173
HSL 16° 80.22% 82.16%
HSB/HSV 16° 29.67% 96.47%
CMYK 0.00% 21.54% 29.67%
3.53%

Color #F6C1AD in popluar number systems.

HEX F6 C1 AD
Decimal 246 193 173
Binary 11110110 11000001 10101101
Octal 366 301 255

Shades and tints

Shades of #F6C1AD

#F6C1AD
(246,193,173)
#E0B09E
(224,176,158)
#CA9F8F
(202,159,143)
#B48E80
(180,142,128)
#9E7D71
(158,125,113)
#886C62
(136,108,98)
#725B53
(114,91,83)
#5C4A44
(92,74,68)
#463935
(70,57,53)
#302826
(48,40,38)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #F6C1AD

#F6C1AD
(246,193,173)
#F6C6B4
(246,198,180)
#F6CBBB
(246,203,187)
#F6D0C2
(246,208,194)
#F6D5C9
(246,213,201)
#F6DAD0
(246,218,208)
#F6DFD7
(246,223,215)
#F6E4DE
(246,228,222)
#F6E9E5
(246,233,229)
#F6EEEC
(246,238,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C1AD color. Also use rgb(246,193,173) instead hex code.

Text Font Color

.myTextColor { color: #F6C1AD; }

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

This text font color is #F6C1AD.

Background Color

.myBgColor { background-color: #F6C1AD; }

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

This div background color is #F6C1AD.

Border color

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

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

This div border color is #F6C1AD.

Opacity

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

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

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

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

This text has shadow with #F6C1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C1AD.

Preview

Color preview on black background

This text has color #F6C1AD on black background.


Color preview on white background

This text has color #F6C1AD on white background.


Black color preview on #F6C1AD background

This text has black color on #F6C1AD background.


White color preview on #F6C1AD background

This text has white color on #F6C1AD background.


Related colors

Complementary color

Complementary color for #hex is #093E52.


I love getcolorcode.com

Triadic colors

1 #ADF6C1 and #C1ADF6 with #F6C1AD are triadic colors.

2 #ADC1F6 and #C1F6AD with #F6C1AD are triadic colors.