COLOR #F6D4C0

HEX: #F6D4C0
RGB: (246,212,192)

Color info

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

RGB color model

#F6D4C0 color RGB value is (246,212,192).

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

RGB channels and saturation

R 246 of 255 = 96%
G 212 of 255 = 83%
B 192 of 255 = 75%

246
212
192

R + G + B ~ 85%. #F6D4C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 212 + 192 = 650 (100%)
R 246 of 650 ~ 37.85%
G 212 of 650 ~ 32.62%
B 192 of 650 ~ 29.54%

%37.85
%32.62
%29.54

CMYK color model

#F6D4C0 color CMYK value is (0,14,22,4).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 21.95%
  • key color value is 3.53%
CMYK:
(0,14,22,4)
C0M14Y22K4 
(0%,14%,22%,4%)
(0.00/0.14/0.22/0.04)	

CMYK percentages

%0
%13.82
%21.95
%3.53

Codes

Color #F6D4C0 in popluar color models

F6D4C0
RGB246212192
HSL22°75.00%85.88%
HSB/HSV22°21.95%96.47%
CMYK0.00%13.82%21.95%
3.53%

Color #F6D4C0 in popluar number systems.

HEXF6D4C0
Decimal246212192
Binary111101101101010011000000
Octal366324300

Shades and tints

Shades of #F6D4C0

#F6D4C0
(246,212,192)
#E0C1AF
(224,193,175)
#CAAE9E
(202,174,158)
#B49B8D
(180,155,141)
#9E887C
(158,136,124)
#88756B
(136,117,107)
#72625A
(114,98,90)
#5C4F49
(92,79,73)
#463C38
(70,60,56)
#302927
(48,41,39)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #F6D4C0

#F6D4C0
(246,212,192)
#F6D7C5
(246,215,197)
#F6DACA
(246,218,202)
#F6DDCF
(246,221,207)
#F6E0D4
(246,224,212)
#F6E3D9
(246,227,217)
#F6E6DE
(246,230,222)
#F6E9E3
(246,233,227)
#F6ECE8
(246,236,232)
#F6EFED
(246,239,237)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D4C0; }

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

This text font color is #F6D4C0.


Background Color

.myBgColor { background-color: #F6D4C0; }

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

This div background color is #F6D4C0.


Border color

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

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

This div border color is #F6D4C0.


Opacity

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

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

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

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

This text has shadow with #F6D4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D4C0 on black background.


Color preview on white background

This text has color #F6D4C0 on white background.



Black color preview on #F6D4C0 background

This text has black color on #F6D4C0 background.


White color preview on #F6D4C0 background

This text has white color on #F6D4C0 background.