COLOR #F6D4C9

HEX: #F6D4C9
RGB: (246,212,201)

Color info

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

RGB color model

#F6D4C9 color RGB value is (246,212,201).

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

RGB channels and saturation

R 246 of 255 = 96%
G 212 of 255 = 83%
B 201 of 255 = 79%

246
212
201

R + G + B ~ 86%. #F6D4C9 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 212 + 201 = 659 (100%)
R 246 of 659 ~ 37.33%
G 212 of 659 ~ 32.17%
B 201 of 659 ~ 30.5%

%37.33
%32.17
%30.5

CMYK color model

#F6D4C9 color CMYK value is (0,14,18,4).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 18.29%
  • key color value is 3.53%
CMYK:
(0,14,18,4)
C0M14Y18K4 
(0%,14%,18%,4%)
(0.00/0.14/0.18/0.04)	

CMYK percentages

%0
%13.82
%18.29
%3.53

Codes

Color #F6D4C9 in popluar color models

F6D4C9
RGB246212201
HSL15°71.43%87.65%
HSB/HSV15°18.29%96.47%
CMYK0.00%13.82%18.29%
3.53%

Color #F6D4C9 in popluar number systems.

HEXF6D4C9
Decimal246212201
Binary111101101101010011001001
Octal366324311

Shades and tints

Shades of #F6D4C9

#F6D4C9
(246,212,201)
#E0C1B7
(224,193,183)
#CAAEA5
(202,174,165)
#B49B93
(180,155,147)
#9E8881
(158,136,129)
#88756F
(136,117,111)
#72625D
(114,98,93)
#5C4F4B
(92,79,75)
#463C39
(70,60,57)
#302927
(48,41,39)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #F6D4C9

#F6D4C9
(246,212,201)
#F6D7CD
(246,215,205)
#F6DAD1
(246,218,209)
#F6DDD5
(246,221,213)
#F6E0D9
(246,224,217)
#F6E3DD
(246,227,221)
#F6E6E1
(246,230,225)
#F6E9E5
(246,233,229)
#F6ECE9
(246,236,233)
#F6EFED
(246,239,237)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D4C9; }

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

This text font color is #F6D4C9.


Background Color

.myBgColor { background-color: #F6D4C9; }

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

This div background color is #F6D4C9.


Border color

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

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

This div border color is #F6D4C9.


Opacity

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

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

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

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

This text has shadow with #F6D4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D4C9 on black background.


Color preview on white background

This text has color #F6D4C9 on white background.



Black color preview on #F6D4C9 background

This text has black color on #F6D4C9 background.


White color preview on #F6D4C9 background

This text has white color on #F6D4C9 background.