COLOR #F6D0C4

HEX: #F6D0C4
RGB: (246,208,196)

Color info

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

RGB color model

#F6D0C4 color RGB value is (246,208,196).

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

RGB channels and saturation

R 246 of 255 = 96%
G 208 of 255 = 82%
B 196 of 255 = 77%

246
208
196

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

Portions of RGB colors in percentages

R + G + B =
246 + 208 + 196 = 650 (100%)
R 246 of 650 ~ 37.85%
G 208 of 650 ~ 32%
B 196 of 650 ~ 30.15%

%37.85
%32
%30.15

CMYK color model

#F6D0C4 color CMYK value is (0,15,20,4).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 20.33%
  • key color value is 3.53%
CMYK:
(0,15,20,4)
C0M15Y20K4 
(0%,15%,20%,4%)
(0.00/0.15/0.20/0.04)	

CMYK percentages

%0
%15.45
%20.33
%3.53

Codes

Color #F6D0C4 in popluar color models

F6D0C4
RGB246208196
HSL14°73.53%86.67%
HSB/HSV14°20.33%96.47%
CMYK0.00%15.45%20.33%
3.53%

Color #F6D0C4 in popluar number systems.

HEXF6D0C4
Decimal246208196
Binary111101101101000011000100
Octal366320304

Shades and tints

Shades of #F6D0C4

#F6D0C4
(246,208,196)
#E0BEB3
(224,190,179)
#CAACA2
(202,172,162)
#B49A91
(180,154,145)
#9E8880
(158,136,128)
#88766F
(136,118,111)
#72645E
(114,100,94)
#5C524D
(92,82,77)
#46403C
(70,64,60)
#302E2B
(48,46,43)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #F6D0C4

#F6D0C4
(246,208,196)
#F6D4C9
(246,212,201)
#F6D8CE
(246,216,206)
#F6DCD3
(246,220,211)
#F6E0D8
(246,224,216)
#F6E4DD
(246,228,221)
#F6E8E2
(246,232,226)
#F6ECE7
(246,236,231)
#F6F0EC
(246,240,236)
#F6F4F1
(246,244,241)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D0C4; }

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

This text font color is #F6D0C4.


Background Color

.myBgColor { background-color: #F6D0C4; }

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

This div background color is #F6D0C4.


Border color

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

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

This div border color is #F6D0C4.


Opacity

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

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

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

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

This text has shadow with #F6D0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D0C4 on black background.


Color preview on white background

This text has color #F6D0C4 on white background.



Black color preview on #F6D0C4 background

This text has black color on #F6D0C4 background.


White color preview on #F6D0C4 background

This text has white color on #F6D0C4 background.