COLOR #F6C7BB

HEX: #F6C7BB RGB: (246,199,187)

Color info

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

RGB color model

#F6C7BB color RGB value is (246,199,187).

RGB: (246,199,187) (96%, 78%, 73%)

RGB channels and saturation

R 246 of 255 = 96%
G 199 of 255 = 78%
B 187 of 255 = 73%

246
199
187

R + G + B ~ 82%. #F6C7BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 199 + 187 = 632 (100%)
R 246 of 632 ~ 38.92%
G 199 of 632 ~ 31.49%
B 187 of 632 ~ 29.59'%

%38.92
%31.49
%29.59

CMYK color model

#F6C7BB color CMYK value is (0,19,24,4).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 23.98%
  • key color value is 3.53%
CMYK: (0,19,24,4) C0M19Y24K4 (0%,19%,24%,4%) (0.00/0.19/0.24/0.04) 

CMYK percentages

%0
%19.11
%23.98
%3.53

Codes

Color #F6C7BB in popluar color models

F6 C7 BB
RGB 246 199 187
HSL 12° 76.62% 84.90%
HSB/HSV 12° 23.98% 96.47%
CMYK 0.00% 19.11% 23.98%
3.53%

Color #F6C7BB in popluar number systems.

HEX F6 C7 BB
Decimal 246 199 187
Binary 11110110 11000111 10111011
Octal 366 307 273

Shades and tints

Shades of #F6C7BB

#F6C7BB
(246,199,187)
#E0B5AA
(224,181,170)
#CAA399
(202,163,153)
#B49188
(180,145,136)
#9E7F77
(158,127,119)
#886D66
(136,109,102)
#725B55
(114,91,85)
#5C4944
(92,73,68)
#463733
(70,55,51)
#302522
(48,37,34)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #F6C7BB

#F6C7BB
(246,199,187)
#F6CCC1
(246,204,193)
#F6D1C7
(246,209,199)
#F6D6CD
(246,214,205)
#F6DBD3
(246,219,211)
#F6E0D9
(246,224,217)
#F6E5DF
(246,229,223)
#F6EAE5
(246,234,229)
#F6EFEB
(246,239,235)
#F6F4F1
(246,244,241)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C7BB color. Also use rgb(246,199,187) instead hex code.

Text Font Color

.myTextColor { color: #F6C7BB; }

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

This text font color is #F6C7BB.

Background Color

.myBgColor { background-color: #F6C7BB; }

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

This div background color is #F6C7BB.

Border color

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

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

This div border color is #F6C7BB.

Opacity

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

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

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

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

This text has shadow with #F6C7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C7BB.

Preview

Color preview on black background

This text has color #F6C7BB on black background.


Color preview on white background

This text has color #F6C7BB on white background.


Black color preview on #F6C7BB background

This text has black color on #F6C7BB background.


White color preview on #F6C7BB background

This text has white color on #F6C7BB background.


Related colors

Complementary color

Complementary color for #hex is #093844.


I love getcolorcode.com

Triadic colors

1 #BBF6C7 and #C7BBF6 with #F6C7BB are triadic colors.

2 #BBC7F6 and #C7F6BB with #F6C7BB are triadic colors.