COLOR #F6C3C9

HEX: #F6C3C9
RGB: (246,195,201)

Color info

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

RGB color model

#F6C3C9 color RGB value is (246,195,201).

  • red value is 246;
  • green value is 195;
  • blue value is 201.
RGB:
(246,195,201)
(96%,76%,79%)

RGB channels and saturation

R 246 of 255 = 96%
G 195 of 255 = 76%
B 201 of 255 = 79%

246
195
201

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

Portions of RGB colors in percentages

R + G + B =
246 + 195 + 201 = 642 (100%)
R 246 of 642 ~ 38.32%
G 195 of 642 ~ 30.37%
B 201 of 642 ~ 31.31%

%38.32
%30.37
%31.31

CMYK color model

#F6C3C9 color CMYK value is (0,21,18,4).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 18.29%
  • key color value is 3.53%
CMYK:
(0,21,18,4)
C0M21Y18K4 
(0%,21%,18%,4%)
(0.00/0.21/0.18/0.04)	

CMYK percentages

%0
%20.73
%18.29
%3.53

Codes

Color #F6C3C9 in popluar color models

F6C3C9
RGB246195201
HSL353°73.91%86.47%
HSB/HSV353°20.73%96.47%
CMYK0.00%20.73%18.29%
3.53%

Color #F6C3C9 in popluar number systems.

HEXF6C3C9
Decimal246195201
Binary111101101100001111001001
Octal366303311

Shades and tints

Shades of #F6C3C9

#F6C3C9
(246,195,201)
#E0B2B7
(224,178,183)
#CAA1A5
(202,161,165)
#B49093
(180,144,147)
#9E7F81
(158,127,129)
#886E6F
(136,110,111)
#725D5D
(114,93,93)
#5C4C4B
(92,76,75)
#463B39
(70,59,57)
#302A27
(48,42,39)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #F6C3C9

#F6C3C9
(246,195,201)
#F6C8CD
(246,200,205)
#F6CDD1
(246,205,209)
#F6D2D5
(246,210,213)
#F6D7D9
(246,215,217)
#F6DCDD
(246,220,221)
#F6E1E1
(246,225,225)
#F6E6E5
(246,230,229)
#F6EBE9
(246,235,233)
#F6F0ED
(246,240,237)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C3C9 color. Also use rgb(246,195,201) instead hex code.

Text Font Color

.myTextColor { color: #F6C3C9; }

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

This text font color is #F6C3C9.


Background Color

.myBgColor { background-color: #F6C3C9; }

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

This div background color is #F6C3C9.


Border color

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

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

This div border color is #F6C3C9.


Opacity

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

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

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

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

This text has shadow with #F6C3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C3C9 on black background.


Color preview on white background

This text has color #F6C3C9 on white background.



Black color preview on #F6C3C9 background

This text has black color on #F6C3C9 background.


White color preview on #F6C3C9 background

This text has white color on #F6C3C9 background.