COLOR #F6D7CB

HEX: #F6D7CB
RGB: (246,215,203)

Color info

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

RGB color model

#F6D7CB color RGB value is (246,215,203).

  • red value is 246;
  • green value is 215;
  • blue value is 203.
RGB:
(246,215,203)
(96%,84%,80%)

RGB channels and saturation

R 246 of 255 = 96%
G 215 of 255 = 84%
B 203 of 255 = 80%

246
215
203

R + G + B ~ 87%. #F6D7CB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 215 + 203 = 664 (100%)
R 246 of 664 ~ 37.05%
G 215 of 664 ~ 32.38%
B 203 of 664 ~ 30.57%

%37.05
%32.38
%30.57

CMYK color model

#F6D7CB color CMYK value is (0,13,17,4).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(0,13,17,4)
C0M13Y17K4 
(0%,13%,17%,4%)
(0.00/0.13/0.17/0.04)	

CMYK percentages

%0
%12.6
%17.48
%3.53

Codes

Color #F6D7CB in popluar color models

F6D7CB
RGB246215203
HSL17°70.49%88.04%
HSB/HSV17°17.48%96.47%
CMYK0.00%12.60%17.48%
3.53%

Color #F6D7CB in popluar number systems.

HEXF6D7CB
Decimal246215203
Binary111101101101011111001011
Octal366327313

Shades and tints

Shades of #F6D7CB

#F6D7CB
(246,215,203)
#E0C4B9
(224,196,185)
#CAB1A7
(202,177,167)
#B49E95
(180,158,149)
#9E8B83
(158,139,131)
#887871
(136,120,113)
#72655F
(114,101,95)
#5C524D
(92,82,77)
#463F3B
(70,63,59)
#302C29
(48,44,41)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #F6D7CB

#F6D7CB
(246,215,203)
#F6DACF
(246,218,207)
#F6DDD3
(246,221,211)
#F6E0D7
(246,224,215)
#F6E3DB
(246,227,219)
#F6E6DF
(246,230,223)
#F6E9E3
(246,233,227)
#F6ECE7
(246,236,231)
#F6EFEB
(246,239,235)
#F6F2EF
(246,242,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D7CB color. Also use rgb(246,215,203) instead hex code.

Text Font Color

.myTextColor { color: #F6D7CB; }

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

This text font color is #F6D7CB.


Background Color

.myBgColor { background-color: #F6D7CB; }

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

This div background color is #F6D7CB.


Border color

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

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

This div border color is #F6D7CB.


Opacity

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

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

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

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

This text has shadow with #F6D7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D7CB on black background.


Color preview on white background

This text has color #F6D7CB on white background.



Black color preview on #F6D7CB background

This text has black color on #F6D7CB background.


White color preview on #F6D7CB background

This text has white color on #F6D7CB background.