COLOR #F6C7C0

HEX: #F6C7C0
RGB: (246,199,192)

Color info

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

RGB color model

#F6C7C0 color RGB value is (246,199,192).

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

RGB channels and saturation

R 246 of 255 = 96%
G 199 of 255 = 78%
B 192 of 255 = 75%

246
199
192

R + G + B ~ 83%. #F6C7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 199 + 192 = 637 (100%)
R 246 of 637 ~ 38.62%
G 199 of 637 ~ 31.24%
B 192 of 637 ~ 30.14%

%38.62
%31.24
%30.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 21.95%
  • key color value is 3.53%
CMYK:
(0,19,22,4)
C0M19Y22K4 
(0%,19%,22%,4%)
(0.00/0.19/0.22/0.04)	

CMYK percentages

%0
%19.11
%21.95
%3.53

Codes

Color #F6C7C0 in popluar color models

F6C7C0
RGB246199192
HSL75.00%85.88%
HSB/HSV21.95%96.47%
CMYK0.00%19.11%21.95%
3.53%

Color #F6C7C0 in popluar number systems.

HEXF6C7C0
Decimal246199192
Binary111101101100011111000000
Octal366307300

Shades and tints

Shades of #F6C7C0

#F6C7C0
(246,199,192)
#E0B5AF
(224,181,175)
#CAA39E
(202,163,158)
#B4918D
(180,145,141)
#9E7F7C
(158,127,124)
#886D6B
(136,109,107)
#725B5A
(114,91,90)
#5C4949
(92,73,73)
#463738
(70,55,56)
#302527
(48,37,39)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #F6C7C0

#F6C7C0
(246,199,192)
#F6CCC5
(246,204,197)
#F6D1CA
(246,209,202)
#F6D6CF
(246,214,207)
#F6DBD4
(246,219,212)
#F6E0D9
(246,224,217)
#F6E5DE
(246,229,222)
#F6EAE3
(246,234,227)
#F6EFE8
(246,239,232)
#F6F4ED
(246,244,237)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C7C0; }

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

This text font color is #F6C7C0.


Background Color

.myBgColor { background-color: #F6C7C0; }

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

This div background color is #F6C7C0.


Border color

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

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

This div border color is #F6C7C0.


Opacity

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

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

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

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

This text has shadow with #F6C7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C7C0 on black background.


Color preview on white background

This text has color #F6C7C0 on white background.



Black color preview on #F6C7C0 background

This text has black color on #F6C7C0 background.


White color preview on #F6C7C0 background

This text has white color on #F6C7C0 background.