COLOR #F6C9BE

HEX: #F6C9BE RGB: (246,201,190)

Color info

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

RGB color model

#F6C9BE color RGB value is (246,201,190).

RGB: (246,201,190) (96%, 79%, 75%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 190 of 255 = 75%

246
201
190

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

Portions of RGB colors in percentages

R + G + B = 246 + 201 + 190 = 637 (100%)
R 246 of 637 ~ 38.62%
G 201 of 637 ~ 31.55%
B 190 of 637 ~ 29.83'%

%38.62
%31.55
%29.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 22.76%
  • 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
%22.76
%3.53

Codes

Color #F6C9BE in popluar color models

F6 C9 BE
RGB 246 201 190
HSL 12° 75.68% 85.49%
HSB/HSV 12° 22.76% 96.47%
CMYK 0.00% 18.29% 22.76%
3.53%

Color #F6C9BE in popluar number systems.

HEX F6 C9 BE
Decimal 246 201 190
Binary 11110110 11001001 10111110
Octal 366 311 276

Shades and tints

Shades of #F6C9BE

#F6C9BE
(246,201,190)
#E0B7AD
(224,183,173)
#CAA59C
(202,165,156)
#B4938B
(180,147,139)
#9E817A
(158,129,122)
#886F69
(136,111,105)
#725D58
(114,93,88)
#5C4B47
(92,75,71)
#463936
(70,57,54)
#302725
(48,39,37)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #F6C9BE

#F6C9BE
(246,201,190)
#F6CDC3
(246,205,195)
#F6D1C8
(246,209,200)
#F6D5CD
(246,213,205)
#F6D9D2
(246,217,210)
#F6DDD7
(246,221,215)
#F6E1DC
(246,225,220)
#F6E5E1
(246,229,225)
#F6E9E6
(246,233,230)
#F6EDEB
(246,237,235)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C9BE; }

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

This text font color is #F6C9BE.

Background Color

.myBgColor { background-color: #F6C9BE; }

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

This div background color is #F6C9BE.

Border color

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

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

This div border color is #F6C9BE.

Opacity

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

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

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

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

This text has shadow with #F6C9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C9BE.

Preview

Color preview on black background

This text has color #F6C9BE on black background.


Color preview on white background

This text has color #F6C9BE on white background.


Black color preview on #F6C9BE background

This text has black color on #F6C9BE background.


White color preview on #F6C9BE background

This text has white color on #F6C9BE background.


Related colors

Complementary color

Complementary color for #hex is #093641.


I love getcolorcode.com

Triadic colors

1 #BEF6C9 and #C9BEF6 with #F6C9BE are triadic colors.

2 #BEC9F6 and #C9F6BE with #F6C9BE are triadic colors.