COLOR #F6C9BD

HEX: #F6C9BD
RGB: (246,201,189)

Color info

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

RGB color model

#F6C9BD color RGB value is (246,201,189).

  • red value is 246;
  • green value is 201;
  • blue value is 189.
RGB:
(246,201,189)
(96%,79%,74%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 189 of 255 = 74%

246
201
189

R + G + B ~ 83%. #F6C9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 201 + 189 = 636 (100%)
R 246 of 636 ~ 38.68%
G 201 of 636 ~ 31.6%
B 189 of 636 ~ 29.72%

%38.68
%31.6
%29.72

CMYK color model

#F6C9BD color CMYK value is (0,18,23,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 23.17%
  • key color value is 3.53%
CMYK:
(0,18,23,4)
C0M18Y23K4 
(0%,18%,23%,4%)
(0.00/0.18/0.23/0.04)	

CMYK percentages

%0
%18.29
%23.17
%3.53

Codes

Color #F6C9BD in popluar color models

F6C9BD
RGB246201189
HSL13°76.00%85.29%
HSB/HSV13°23.17%96.47%
CMYK0.00%18.29%23.17%
3.53%

Color #F6C9BD in popluar number systems.

HEXF6C9BD
Decimal246201189
Binary111101101100100110111101
Octal366311275

Shades and tints

Shades of #F6C9BD

#F6C9BD
(246,201,189)
#E0B7AC
(224,183,172)
#CAA59B
(202,165,155)
#B4938A
(180,147,138)
#9E8179
(158,129,121)
#886F68
(136,111,104)
#725D57
(114,93,87)
#5C4B46
(92,75,70)
#463935
(70,57,53)
#302724
(48,39,36)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #F6C9BD

#F6C9BD
(246,201,189)
#F6CDC3
(246,205,195)
#F6D1C9
(246,209,201)
#F6D5CF
(246,213,207)
#F6D9D5
(246,217,213)
#F6DDDB
(246,221,219)
#F6E1E1
(246,225,225)
#F6E5E7
(246,229,231)
#F6E9ED
(246,233,237)
#F6EDF3
(246,237,243)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C9BD color. Also use rgb(246,201,189) instead hex code.

Text Font Color

.myTextColor { color: #F6C9BD; }

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

This text font color is #F6C9BD.


Background Color

.myBgColor { background-color: #F6C9BD; }

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

This div background color is #F6C9BD.


Border color

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

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

This div border color is #F6C9BD.


Opacity

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

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

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

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

This text has shadow with #F6C9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C9BD on black background.


Color preview on white background

This text has color #F6C9BD on white background.



Black color preview on #F6C9BD background

This text has black color on #F6C9BD background.


White color preview on #F6C9BD background

This text has white color on #F6C9BD background.