COLOR #F6C0BF

HEX: #F6C0BF
RGB: (246,192,191)

Color info

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

RGB color model

#F6C0BF color RGB value is (246,192,191).

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

RGB channels and saturation

R 246 of 255 = 96%
G 192 of 255 = 75%
B 191 of 255 = 75%

246
192
191

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

Portions of RGB colors in percentages

R + G + B =
246 + 192 + 191 = 629 (100%)
R 246 of 629 ~ 39.11%
G 192 of 629 ~ 30.52%
B 191 of 629 ~ 30.37%

%39.11
%30.52
%30.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(0,22,22,4)
C0M22Y22K4 
(0%,22%,22%,4%)
(0.00/0.22/0.22/0.04)	

CMYK percentages

%0
%21.95
%22.36
%3.53

Codes

Color #F6C0BF in popluar color models

F6C0BF
RGB246192191
HSL75.34%85.69%
HSB/HSV22.36%96.47%
CMYK0.00%21.95%22.36%
3.53%

Color #F6C0BF in popluar number systems.

HEXF6C0BF
Decimal246192191
Binary111101101100000010111111
Octal366300277

Shades and tints

Shades of #F6C0BF

#F6C0BF
(246,192,191)
#E0AFAE
(224,175,174)
#CA9E9D
(202,158,157)
#B48D8C
(180,141,140)
#9E7C7B
(158,124,123)
#886B6A
(136,107,106)
#725A59
(114,90,89)
#5C4948
(92,73,72)
#463837
(70,56,55)
#302726
(48,39,38)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #F6C0BF

#F6C0BF
(246,192,191)
#F6C5C4
(246,197,196)
#F6CAC9
(246,202,201)
#F6CFCE
(246,207,206)
#F6D4D3
(246,212,211)
#F6D9D8
(246,217,216)
#F6DEDD
(246,222,221)
#F6E3E2
(246,227,226)
#F6E8E7
(246,232,231)
#F6EDEC
(246,237,236)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C0BF; }

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

This text font color is #F6C0BF.


Background Color

.myBgColor { background-color: #F6C0BF; }

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

This div background color is #F6C0BF.


Border color

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

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

This div border color is #F6C0BF.


Opacity

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

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

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

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

This text has shadow with #F6C0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C0BF on black background.


Color preview on white background

This text has color #F6C0BF on white background.



Black color preview on #F6C0BF background

This text has black color on #F6C0BF background.


White color preview on #F6C0BF background

This text has white color on #F6C0BF background.