COLOR #F6C0B9

HEX: #F6C0B9
RGB: (246,192,185)

Color info

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

RGB color model

#F6C0B9 color RGB value is (246,192,185).

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

RGB channels and saturation

R 246 of 255 = 96%
G 192 of 255 = 75%
B 185 of 255 = 73%

246
192
185

R + G + B ~ 81%. #F6C0B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 192 + 185 = 623 (100%)
R 246 of 623 ~ 39.49%
G 192 of 623 ~ 30.82%
B 185 of 623 ~ 29.7%

%39.49
%30.82
%29.7

CMYK color model

#F6C0B9 color CMYK value is (0,22,25,4).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 24.80%
  • key color value is 3.53%
CMYK:
(0,22,25,4)
C0M22Y25K4 
(0%,22%,25%,4%)
(0.00/0.22/0.25/0.04)	

CMYK percentages

%0
%21.95
%24.8
%3.53

Codes

Color #F6C0B9 in popluar color models

F6C0B9
RGB246192185
HSL77.22%84.51%
HSB/HSV24.80%96.47%
CMYK0.00%21.95%24.80%
3.53%

Color #F6C0B9 in popluar number systems.

HEXF6C0B9
Decimal246192185
Binary111101101100000010111001
Octal366300271

Shades and tints

Shades of #F6C0B9

#F6C0B9
(246,192,185)
#E0AFA9
(224,175,169)
#CA9E99
(202,158,153)
#B48D89
(180,141,137)
#9E7C79
(158,124,121)
#886B69
(136,107,105)
#725A59
(114,90,89)
#5C4949
(92,73,73)
#463839
(70,56,57)
#302729
(48,39,41)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #F6C0B9

#F6C0B9
(246,192,185)
#F6C5BF
(246,197,191)
#F6CAC5
(246,202,197)
#F6CFCB
(246,207,203)
#F6D4D1
(246,212,209)
#F6D9D7
(246,217,215)
#F6DEDD
(246,222,221)
#F6E3E3
(246,227,227)
#F6E8E9
(246,232,233)
#F6EDEF
(246,237,239)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C0B9; }

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

This text font color is #F6C0B9.


Background Color

.myBgColor { background-color: #F6C0B9; }

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

This div background color is #F6C0B9.


Border color

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

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

This div border color is #F6C0B9.


Opacity

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

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

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

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

This text has shadow with #F6C0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C0B9 on black background.


Color preview on white background

This text has color #F6C0B9 on white background.



Black color preview on #F6C0B9 background

This text has black color on #F6C0B9 background.


White color preview on #F6C0B9 background

This text has white color on #F6C0B9 background.