COLOR #F6C4C9

HEX: #F6C4C9
RGB: (246,196,201)

Color info

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

RGB color model

#F6C4C9 color RGB value is (246,196,201).

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

RGB channels and saturation

R 246 of 255 = 96%
G 196 of 255 = 77%
B 201 of 255 = 79%

246
196
201

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

Portions of RGB colors in percentages

R + G + B =
246 + 196 + 201 = 643 (100%)
R 246 of 643 ~ 38.26%
G 196 of 643 ~ 30.48%
B 201 of 643 ~ 31.26%

%38.26
%30.48
%31.26

CMYK color model

#F6C4C9 color CMYK value is (0,20,18,4).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 18.29%
  • key color value is 3.53%
CMYK:
(0,20,18,4)
C0M20Y18K4 
(0%,20%,18%,4%)
(0.00/0.20/0.18/0.04)	

CMYK percentages

%0
%20.33
%18.29
%3.53

Codes

Color #F6C4C9 in popluar color models

F6C4C9
RGB246196201
HSL354°73.53%86.67%
HSB/HSV354°20.33%96.47%
CMYK0.00%20.33%18.29%
3.53%

Color #F6C4C9 in popluar number systems.

HEXF6C4C9
Decimal246196201
Binary111101101100010011001001
Octal366304311

Shades and tints

Shades of #F6C4C9

#F6C4C9
(246,196,201)
#E0B3B7
(224,179,183)
#CAA2A5
(202,162,165)
#B49193
(180,145,147)
#9E8081
(158,128,129)
#886F6F
(136,111,111)
#725E5D
(114,94,93)
#5C4D4B
(92,77,75)
#463C39
(70,60,57)
#302B27
(48,43,39)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #F6C4C9

#F6C4C9
(246,196,201)
#F6C9CD
(246,201,205)
#F6CED1
(246,206,209)
#F6D3D5
(246,211,213)
#F6D8D9
(246,216,217)
#F6DDDD
(246,221,221)
#F6E2E1
(246,226,225)
#F6E7E5
(246,231,229)
#F6ECE9
(246,236,233)
#F6F1ED
(246,241,237)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C4C9; }

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

This text font color is #F6C4C9.


Background Color

.myBgColor { background-color: #F6C4C9; }

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

This div background color is #F6C4C9.


Border color

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

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

This div border color is #F6C4C9.


Opacity

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

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

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

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

This text has shadow with #F6C4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C4C9 on black background.


Color preview on white background

This text has color #F6C4C9 on white background.



Black color preview on #F6C4C9 background

This text has black color on #F6C4C9 background.


White color preview on #F6C4C9 background

This text has white color on #F6C4C9 background.