COLOR #F6C1AF

HEX: #F6C1AF
RGB: (246,193,175)

Color info

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

RGB color model

#F6C1AF color RGB value is (246,193,175).

  • red value is 246;
  • green value is 193;
  • blue value is 175.
RGB:
(246,193,175)
(96%,76%,69%)

RGB channels and saturation

R 246 of 255 = 96%
G 193 of 255 = 76%
B 175 of 255 = 69%

246
193
175

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

Portions of RGB colors in percentages

R + G + B =
246 + 193 + 175 = 614 (100%)
R 246 of 614 ~ 40.07%
G 193 of 614 ~ 31.43%
B 175 of 614 ~ 28.5%

%40.07
%31.43
%28.5

CMYK color model

#F6C1AF color CMYK value is (0,22,29,4).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 28.86%
  • key color value is 3.53%
CMYK:
(0,22,29,4)
C0M22Y29K4 
(0%,22%,29%,4%)
(0.00/0.22/0.29/0.04)	

CMYK percentages

%0
%21.54
%28.86
%3.53

Codes

Color #F6C1AF in popluar color models

F6C1AF
RGB246193175
HSL15°79.78%82.55%
HSB/HSV15°28.86%96.47%
CMYK0.00%21.54%28.86%
3.53%

Color #F6C1AF in popluar number systems.

HEXF6C1AF
Decimal246193175
Binary111101101100000110101111
Octal366301257

Shades and tints

Shades of #F6C1AF

#F6C1AF
(246,193,175)
#E0B0A0
(224,176,160)
#CA9F91
(202,159,145)
#B48E82
(180,142,130)
#9E7D73
(158,125,115)
#886C64
(136,108,100)
#725B55
(114,91,85)
#5C4A46
(92,74,70)
#463937
(70,57,55)
#302828
(48,40,40)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #F6C1AF

#F6C1AF
(246,193,175)
#F6C6B6
(246,198,182)
#F6CBBD
(246,203,189)
#F6D0C4
(246,208,196)
#F6D5CB
(246,213,203)
#F6DAD2
(246,218,210)
#F6DFD9
(246,223,217)
#F6E4E0
(246,228,224)
#F6E9E7
(246,233,231)
#F6EEEE
(246,238,238)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C1AF; }

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

This text font color is #F6C1AF.


Background Color

.myBgColor { background-color: #F6C1AF; }

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

This div background color is #F6C1AF.


Border color

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

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

This div border color is #F6C1AF.


Opacity

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

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

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

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

This text has shadow with #F6C1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C1AF on black background.


Color preview on white background

This text has color #F6C1AF on white background.



Black color preview on #F6C1AF background

This text has black color on #F6C1AF background.


White color preview on #F6C1AF background

This text has white color on #F6C1AF background.