COLOR #F6C4B2

HEX: #F6C4B2
RGB: (246,196,178)

Color info

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

RGB color model

#F6C4B2 color RGB value is (246,196,178).

  • red value is 246;
  • green value is 196;
  • blue value is 178.
RGB:
(246,196,178)
(96%,77%,70%)

RGB channels and saturation

R 246 of 255 = 96%
G 196 of 255 = 77%
B 178 of 255 = 70%

246
196
178

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

Portions of RGB colors in percentages

R + G + B =
246 + 196 + 178 = 620 (100%)
R 246 of 620 ~ 39.68%
G 196 of 620 ~ 31.61%
B 178 of 620 ~ 28.71%

%39.68
%31.61
%28.71

CMYK color model

#F6C4B2 color CMYK value is (0,20,28,4).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 27.64%
  • key color value is 3.53%
CMYK:
(0,20,28,4)
C0M20Y28K4 
(0%,20%,28%,4%)
(0.00/0.20/0.28/0.04)	

CMYK percentages

%0
%20.33
%27.64
%3.53

Codes

Color #F6C4B2 in popluar color models

F6C4B2
RGB246196178
HSL16°79.07%83.14%
HSB/HSV16°27.64%96.47%
CMYK0.00%20.33%27.64%
3.53%

Color #F6C4B2 in popluar number systems.

HEXF6C4B2
Decimal246196178
Binary111101101100010010110010
Octal366304262

Shades and tints

Shades of #F6C4B2

#F6C4B2
(246,196,178)
#E0B3A2
(224,179,162)
#CAA292
(202,162,146)
#B49182
(180,145,130)
#9E8072
(158,128,114)
#886F62
(136,111,98)
#725E52
(114,94,82)
#5C4D42
(92,77,66)
#463C32
(70,60,50)
#302B22
(48,43,34)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #F6C4B2

#F6C4B2
(246,196,178)
#F6C9B9
(246,201,185)
#F6CEC0
(246,206,192)
#F6D3C7
(246,211,199)
#F6D8CE
(246,216,206)
#F6DDD5
(246,221,213)
#F6E2DC
(246,226,220)
#F6E7E3
(246,231,227)
#F6ECEA
(246,236,234)
#F6F1F1
(246,241,241)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C4B2 color. Also use rgb(246,196,178) instead hex code.

Text Font Color

.myTextColor { color: #F6C4B2; }

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

This text font color is #F6C4B2.


Background Color

.myBgColor { background-color: #F6C4B2; }

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

This div background color is #F6C4B2.


Border color

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

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

This div border color is #F6C4B2.


Opacity

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

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

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

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

This text has shadow with #F6C4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C4B2 on black background.


Color preview on white background

This text has color #F6C4B2 on white background.



Black color preview on #F6C4B2 background

This text has black color on #F6C4B2 background.


White color preview on #F6C4B2 background

This text has white color on #F6C4B2 background.