COLOR #F6C8C6

HEX: #F6C8C6
RGB: (246,200,198)

Color info

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

RGB color model

#F6C8C6 color RGB value is (246,200,198).

  • red value is 246;
  • green value is 200;
  • blue value is 198.
RGB:
(246,200,198)
(96%,78%,78%)

RGB channels and saturation

R 246 of 255 = 96%
G 200 of 255 = 78%
B 198 of 255 = 78%

246
200
198

R + G + B ~ 84%. #F6C8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 200 + 198 = 644 (100%)
R 246 of 644 ~ 38.2%
G 200 of 644 ~ 31.06%
B 198 of 644 ~ 30.75%

%38.2
%31.06
%30.75

CMYK color model

#F6C8C6 color CMYK value is (0,19,20,4).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 19.51%
  • key color value is 3.53%
CMYK:
(0,19,20,4)
C0M19Y20K4 
(0%,19%,20%,4%)
(0.00/0.19/0.20/0.04)	

CMYK percentages

%0
%18.7
%19.51
%3.53

Codes

Color #F6C8C6 in popluar color models

F6C8C6
RGB246200198
HSL72.73%87.06%
HSB/HSV19.51%96.47%
CMYK0.00%18.70%19.51%
3.53%

Color #F6C8C6 in popluar number systems.

HEXF6C8C6
Decimal246200198
Binary111101101100100011000110
Octal366310306

Shades and tints

Shades of #F6C8C6

#F6C8C6
(246,200,198)
#E0B6B4
(224,182,180)
#CAA4A2
(202,164,162)
#B49290
(180,146,144)
#9E807E
(158,128,126)
#886E6C
(136,110,108)
#725C5A
(114,92,90)
#5C4A48
(92,74,72)
#463836
(70,56,54)
#302624
(48,38,36)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #F6C8C6

#F6C8C6
(246,200,198)
#F6CDCB
(246,205,203)
#F6D2D0
(246,210,208)
#F6D7D5
(246,215,213)
#F6DCDA
(246,220,218)
#F6E1DF
(246,225,223)
#F6E6E4
(246,230,228)
#F6EBE9
(246,235,233)
#F6F0EE
(246,240,238)
#F6F5F3
(246,245,243)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C8C6 color. Also use rgb(246,200,198) instead hex code.

Text Font Color

.myTextColor { color: #F6C8C6; }

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

This text font color is #F6C8C6.


Background Color

.myBgColor { background-color: #F6C8C6; }

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

This div background color is #F6C8C6.


Border color

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

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

This div border color is #F6C8C6.


Opacity

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

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

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

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

This text has shadow with #F6C8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C8C6 on black background.


Color preview on white background

This text has color #F6C8C6 on white background.



Black color preview on #F6C8C6 background

This text has black color on #F6C8C6 background.


White color preview on #F6C8C6 background

This text has white color on #F6C8C6 background.