COLOR #F6C5BC

HEX: #F6C5BC RGB: (246,197,188)

Color info

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

RGB color model

#F6C5BC color RGB value is (246,197,188).

RGB: (246,197,188) (96%, 77%, 74%)

RGB channels and saturation

R 246 of 255 = 96%
G 197 of 255 = 77%
B 188 of 255 = 74%

246
197
188

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

Portions of RGB colors in percentages

R + G + B = 246 + 197 + 188 = 631 (100%)
R 246 of 631 ~ 38.99%
G 197 of 631 ~ 31.22%
B 188 of 631 ~ 29.79'%

%38.99
%31.22
%29.79

CMYK color model

#F6C5BC color CMYK value is (0,20,24,4).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 23.58%
  • key color value is 3.53%

CMYK: (0,20,24,4)
C0M20Y24K4 (0%, 20%, 24%, 4%)
(0.00 / 0.20 / 0.24 / 0.04)

CMYK percentages

%0
%19.92
%23.58
%3.53

Codes

Color #F6C5BC in popluar color models

F6 C5 BC
RGB 246 197 188
HSL 76.32% 85.10%
HSB/HSV 23.58% 96.47%
CMYK 0.00% 19.92% 23.58%
3.53%

Color #F6C5BC in popluar number systems.

HEX F6 C5 BC
Decimal 246 197 188
Binary 11110110 11000101 10111100
Octal 366 305 274

Shades and tints

Shades of #F6C5BC

#F6C5BC
(246,197,188)
#E0B4AB
(224,180,171)
#CAA39A
(202,163,154)
#B49289
(180,146,137)
#9E8178
(158,129,120)
#887067
(136,112,103)
#725F56
(114,95,86)
#5C4E45
(92,78,69)
#463D34
(70,61,52)
#302C23
(48,44,35)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #F6C5BC

#F6C5BC
(246,197,188)
#F6CAC2
(246,202,194)
#F6CFC8
(246,207,200)
#F6D4CE
(246,212,206)
#F6D9D4
(246,217,212)
#F6DEDA
(246,222,218)
#F6E3E0
(246,227,224)
#F6E8E6
(246,232,230)
#F6EDEC
(246,237,236)
#F6F2F2
(246,242,242)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C5BC color. Also use rgb(246,197,188) instead hex code.

Text Font Color

.myTextColor { color: #F6C5BC; }

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

This text font color is #F6C5BC.

Background Color

.myBgColor { background-color: #F6C5BC; }

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

This div background color is #F6C5BC.

Border color

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

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

This div border color is #F6C5BC.

Opacity

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

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

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

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

This text has shadow with #F6C5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C5BC.

Preview

Color preview on black background

This text has color #F6C5BC on black background.


Color preview on white background

This text has color #F6C5BC on white background.


Black color preview on #F6C5BC background

This text has black color on #F6C5BC background.


White color preview on #F6C5BC background

This text has white color on #F6C5BC background.


Related colors

Complementary color

Complementary color for #hex is #093A43.


I love getcolorcode.com

Triadic colors

1 #BCF6C5 and #C5BCF6 with #F6C5BC are triadic colors.

2 #BCC5F6 and #C5F6BC with #F6C5BC are triadic colors.