COLOR #F6C8CA

HEX: #F6C8CA
RGB: (246,200,202)

Color info

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

RGB color model

#F6C8CA color RGB value is (246,200,202).

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

RGB channels and saturation

R 246 of 255 = 96%
G 200 of 255 = 78%
B 202 of 255 = 79%

246
200
202

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

Portions of RGB colors in percentages

R + G + B =
246 + 200 + 202 = 648 (100%)
R 246 of 648 ~ 37.96%
G 200 of 648 ~ 30.86%
B 202 of 648 ~ 31.17%

%37.96
%30.86
%31.17

CMYK color model

#F6C8CA color CMYK value is (0,19,18,4).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 17.89%
  • key color value is 3.53%
CMYK:
(0,19,18,4)
C0M19Y18K4 
(0%,19%,18%,4%)
(0.00/0.19/0.18/0.04)	

CMYK percentages

%0
%18.7
%17.89
%3.53

Codes

Color #F6C8CA in popluar color models

F6C8CA
RGB246200202
HSL357°71.88%87.45%
HSB/HSV357°18.70%96.47%
CMYK0.00%18.70%17.89%
3.53%

Color #F6C8CA in popluar number systems.

HEXF6C8CA
Decimal246200202
Binary111101101100100011001010
Octal366310312

Shades and tints

Shades of #F6C8CA

#F6C8CA
(246,200,202)
#E0B6B8
(224,182,184)
#CAA4A6
(202,164,166)
#B49294
(180,146,148)
#9E8082
(158,128,130)
#886E70
(136,110,112)
#725C5E
(114,92,94)
#5C4A4C
(92,74,76)
#46383A
(70,56,58)
#302628
(48,38,40)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #F6C8CA

#F6C8CA
(246,200,202)
#F6CDCE
(246,205,206)
#F6D2D2
(246,210,210)
#F6D7D6
(246,215,214)
#F6DCDA
(246,220,218)
#F6E1DE
(246,225,222)
#F6E6E2
(246,230,226)
#F6EBE6
(246,235,230)
#F6F0EA
(246,240,234)
#F6F5EE
(246,245,238)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C8CA; }

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

This text font color is #F6C8CA.


Background Color

.myBgColor { background-color: #F6C8CA; }

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

This div background color is #F6C8CA.


Border color

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

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

This div border color is #F6C8CA.


Opacity

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

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

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

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

This text has shadow with #F6C8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C8CA on black background.


Color preview on white background

This text has color #F6C8CA on white background.



Black color preview on #F6C8CA background

This text has black color on #F6C8CA background.


White color preview on #F6C8CA background

This text has white color on #F6C8CA background.