COLOR #F6D4C6

HEX: #F6D4C6 RGB: (246,212,198)

Color info

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

RGB color model

#F6D4C6 color RGB value is (246,212,198).

RGB: (246,212,198) (96%, 83%, 78%)

RGB channels and saturation

R 246 of 255 = 96%
G 212 of 255 = 83%
B 198 of 255 = 78%

246
212
198

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

Portions of RGB colors in percentages

R + G + B = 246 + 212 + 198 = 656 (100%)
R 246 of 656 ~ 37.5%
G 212 of 656 ~ 32.32%
B 198 of 656 ~ 30.18'%

%37.5
%32.32
%30.18

CMYK color model

#F6D4C6 color CMYK value is (0,14,20,4).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 19.51%
  • key color value is 3.53%
CMYK: (0,14,20,4) C0M14Y20K4 (0%,14%,20%,4%) (0.00/0.14/0.20/0.04) 

CMYK percentages

%0
%13.82
%19.51
%3.53

Codes

Color #F6D4C6 in popluar color models

F6 D4 C6
RGB 246 212 198
HSL 18° 72.73% 87.06%
HSB/HSV 18° 19.51% 96.47%
CMYK 0.00% 13.82% 19.51%
3.53%

Color #F6D4C6 in popluar number systems.

HEX F6 D4 C6
Decimal 246 212 198
Binary 11110110 11010100 11000110
Octal 366 324 306

Shades and tints

Shades of #F6D4C6

#F6D4C6
(246,212,198)
#E0C1B4
(224,193,180)
#CAAEA2
(202,174,162)
#B49B90
(180,155,144)
#9E887E
(158,136,126)
#88756C
(136,117,108)
#72625A
(114,98,90)
#5C4F48
(92,79,72)
#463C36
(70,60,54)
#302924
(48,41,36)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #F6D4C6

#F6D4C6
(246,212,198)
#F6D7CB
(246,215,203)
#F6DAD0
(246,218,208)
#F6DDD5
(246,221,213)
#F6E0DA
(246,224,218)
#F6E3DF
(246,227,223)
#F6E6E4
(246,230,228)
#F6E9E9
(246,233,233)
#F6ECEE
(246,236,238)
#F6EFF3
(246,239,243)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D4C6; }

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

This text font color is #F6D4C6.

Background Color

.myBgColor { background-color: #F6D4C6; }

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

This div background color is #F6D4C6.

Border color

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

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

This div border color is #F6D4C6.

Opacity

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

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

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

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

This text has shadow with #F6D4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D4C6.

Preview

Color preview on black background

This text has color #F6D4C6 on black background.


Color preview on white background

This text has color #F6D4C6 on white background.


Black color preview on #F6D4C6 background

This text has black color on #F6D4C6 background.


White color preview on #F6D4C6 background

This text has white color on #F6D4C6 background.


Related colors

Complementary color

Complementary color for #hex is #092B39.


I love getcolorcode.com

Triadic colors

1 #C6F6D4 and #D4C6F6 with #F6D4C6 are triadic colors.

2 #C6D4F6 and #D4F6C6 with #F6D4C6 are triadic colors.