COLOR #F6C2BF

HEX: #F6C2BF
RGB: (246,194,191)

Color info

#F6C2BF contains red, green and blue colors in about the same proportion. Web safe color of #F6C2BF is #FFCCCC (or #FCC).

RGB color model

#F6C2BF color RGB value is (246,194,191).

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

RGB channels and saturation

R 246 of 255 = 96%
G 194 of 255 = 76%
B 191 of 255 = 75%

246
194
191

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

Portions of RGB colors in percentages

R + G + B =
246 + 194 + 191 = 631 (100%)
R 246 of 631 ~ 38.99%
G 194 of 631 ~ 30.74%
B 191 of 631 ~ 30.27%

%38.99
%30.74
%30.27

CMYK color model

#F6C2BF color CMYK value is (0,21,22,4).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(0,21,22,4)
C0M21Y22K4 
(0%,21%,22%,4%)
(0.00/0.21/0.22/0.04)	

CMYK percentages

%0
%21.14
%22.36
%3.53

Codes

Color #F6C2BF in popluar color models

F6C2BF
RGB246194191
HSL75.34%85.69%
HSB/HSV22.36%96.47%
CMYK0.00%21.14%22.36%
3.53%

Color #F6C2BF in popluar number systems.

HEXF6C2BF
Decimal246194191
Binary111101101100001010111111
Octal366302277

Shades and tints

Shades of #F6C2BF

#F6C2BF
(246,194,191)
#E0B1AE
(224,177,174)
#CAA09D
(202,160,157)
#B48F8C
(180,143,140)
#9E7E7B
(158,126,123)
#886D6A
(136,109,106)
#725C59
(114,92,89)
#5C4B48
(92,75,72)
#463A37
(70,58,55)
#302926
(48,41,38)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #F6C2BF

#F6C2BF
(246,194,191)
#F6C7C4
(246,199,196)
#F6CCC9
(246,204,201)
#F6D1CE
(246,209,206)
#F6D6D3
(246,214,211)
#F6DBD8
(246,219,216)
#F6E0DD
(246,224,221)
#F6E5E2
(246,229,226)
#F6EAE7
(246,234,231)
#F6EFEC
(246,239,236)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C2BF; }

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

This text font color is #F6C2BF.


Background Color

.myBgColor { background-color: #F6C2BF; }

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

This div background color is #F6C2BF.


Border color

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

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

This div border color is #F6C2BF.


Opacity

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

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

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

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

This text has shadow with #F6C2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C2BF on black background.


Color preview on white background

This text has color #F6C2BF on white background.



Black color preview on #F6C2BF background

This text has black color on #F6C2BF background.


White color preview on #F6C2BF background

This text has white color on #F6C2BF background.