COLOR #F6C2B9

HEX: #F6C2B9
RGB: (246,194,185)

Color info

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

RGB color model

#F6C2B9 color RGB value is (246,194,185).

  • red value is 246;
  • green value is 194;
  • blue value is 185.
RGB:
(246,194,185)
(96%,76%,73%)

RGB channels and saturation

R 246 of 255 = 96%
G 194 of 255 = 76%
B 185 of 255 = 73%

246
194
185

R + G + B ~ 82%. #F6C2B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 194 + 185 = 625 (100%)
R 246 of 625 ~ 39.36%
G 194 of 625 ~ 31.04%
B 185 of 625 ~ 29.6%

%39.36
%31.04
%29.6

CMYK color model

#F6C2B9 color CMYK value is (0,21,25,4).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 24.80%
  • key color value is 3.53%
CMYK:
(0,21,25,4)
C0M21Y25K4 
(0%,21%,25%,4%)
(0.00/0.21/0.25/0.04)	

CMYK percentages

%0
%21.14
%24.8
%3.53

Codes

Color #F6C2B9 in popluar color models

F6C2B9
RGB246194185
HSL77.22%84.51%
HSB/HSV24.80%96.47%
CMYK0.00%21.14%24.80%
3.53%

Color #F6C2B9 in popluar number systems.

HEXF6C2B9
Decimal246194185
Binary111101101100001010111001
Octal366302271

Shades and tints

Shades of #F6C2B9

#F6C2B9
(246,194,185)
#E0B1A9
(224,177,169)
#CAA099
(202,160,153)
#B48F89
(180,143,137)
#9E7E79
(158,126,121)
#886D69
(136,109,105)
#725C59
(114,92,89)
#5C4B49
(92,75,73)
#463A39
(70,58,57)
#302929
(48,41,41)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #F6C2B9

#F6C2B9
(246,194,185)
#F6C7BF
(246,199,191)
#F6CCC5
(246,204,197)
#F6D1CB
(246,209,203)
#F6D6D1
(246,214,209)
#F6DBD7
(246,219,215)
#F6E0DD
(246,224,221)
#F6E5E3
(246,229,227)
#F6EAE9
(246,234,233)
#F6EFEF
(246,239,239)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C2B9; }

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

This text font color is #F6C2B9.


Background Color

.myBgColor { background-color: #F6C2B9; }

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

This div background color is #F6C2B9.


Border color

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

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

This div border color is #F6C2B9.


Opacity

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

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

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

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

This text has shadow with #F6C2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C2B9 on black background.


Color preview on white background

This text has color #F6C2B9 on white background.



Black color preview on #F6C2B9 background

This text has black color on #F6C2B9 background.


White color preview on #F6C2B9 background

This text has white color on #F6C2B9 background.