COLOR #F6D1CD

HEX: #F6D1CD
RGB: (246,209,205)

Color info

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

RGB color model

#F6D1CD color RGB value is (246,209,205).

  • red value is 246;
  • green value is 209;
  • blue value is 205.
RGB:
(246,209,205)
(96%,82%,80%)

RGB channels and saturation

R 246 of 255 = 96%
G 209 of 255 = 82%
B 205 of 255 = 80%

246
209
205

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

Portions of RGB colors in percentages

R + G + B =
246 + 209 + 205 = 660 (100%)
R 246 of 660 ~ 37.27%
G 209 of 660 ~ 31.67%
B 205 of 660 ~ 31.06%

%37.27
%31.67
%31.06

CMYK color model

#F6D1CD color CMYK value is (0,15,17,4).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(0,15,17,4)
C0M15Y17K4 
(0%,15%,17%,4%)
(0.00/0.15/0.17/0.04)	

CMYK percentages

%0
%15.04
%16.67
%3.53

Codes

Color #F6D1CD in popluar color models

F6D1CD
RGB246209205
HSL69.49%88.43%
HSB/HSV16.67%96.47%
CMYK0.00%15.04%16.67%
3.53%

Color #F6D1CD in popluar number systems.

HEXF6D1CD
Decimal246209205
Binary111101101101000111001101
Octal366321315

Shades and tints

Shades of #F6D1CD

#F6D1CD
(246,209,205)
#E0BEBB
(224,190,187)
#CAABA9
(202,171,169)
#B49897
(180,152,151)
#9E8585
(158,133,133)
#887273
(136,114,115)
#725F61
(114,95,97)
#5C4C4F
(92,76,79)
#46393D
(70,57,61)
#30262B
(48,38,43)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #F6D1CD

#F6D1CD
(246,209,205)
#F6D5D1
(246,213,209)
#F6D9D5
(246,217,213)
#F6DDD9
(246,221,217)
#F6E1DD
(246,225,221)
#F6E5E1
(246,229,225)
#F6E9E5
(246,233,229)
#F6EDE9
(246,237,233)
#F6F1ED
(246,241,237)
#F6F5F1
(246,245,241)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D1CD color. Also use rgb(246,209,205) instead hex code.

Text Font Color

.myTextColor { color: #F6D1CD; }

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

This text font color is #F6D1CD.


Background Color

.myBgColor { background-color: #F6D1CD; }

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

This div background color is #F6D1CD.


Border color

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

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

This div border color is #F6D1CD.


Opacity

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

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

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

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

This text has shadow with #F6D1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D1CD on black background.


Color preview on white background

This text has color #F6D1CD on white background.



Black color preview on #F6D1CD background

This text has black color on #F6D1CD background.


White color preview on #F6D1CD background

This text has white color on #F6D1CD background.