COLOR #F6C4BB

HEX: #F6C4BB
RGB: (246,196,187)

Color info

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

RGB color model

#F6C4BB color RGB value is (246,196,187).

  • red value is 246;
  • green value is 196;
  • blue value is 187.
RGB:
(246,196,187)
(96%,77%,73%)

RGB channels and saturation

R 246 of 255 = 96%
G 196 of 255 = 77%
B 187 of 255 = 73%

246
196
187

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

Portions of RGB colors in percentages

R + G + B =
246 + 196 + 187 = 629 (100%)
R 246 of 629 ~ 39.11%
G 196 of 629 ~ 31.16%
B 187 of 629 ~ 29.73%

%39.11
%31.16
%29.73

CMYK color model

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

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

Codes

Color #F6C4BB in popluar color models

F6C4BB
RGB246196187
HSL76.62%84.90%
HSB/HSV23.98%96.47%
CMYK0.00%20.33%23.98%
3.53%

Color #F6C4BB in popluar number systems.

HEXF6C4BB
Decimal246196187
Binary111101101100010010111011
Octal366304273

Shades and tints

Shades of #F6C4BB

#F6C4BB
(246,196,187)
#E0B3AA
(224,179,170)
#CAA299
(202,162,153)
#B49188
(180,145,136)
#9E8077
(158,128,119)
#886F66
(136,111,102)
#725E55
(114,94,85)
#5C4D44
(92,77,68)
#463C33
(70,60,51)
#302B22
(48,43,34)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #F6C4BB

#F6C4BB
(246,196,187)
#F6C9C1
(246,201,193)
#F6CEC7
(246,206,199)
#F6D3CD
(246,211,205)
#F6D8D3
(246,216,211)
#F6DDD9
(246,221,217)
#F6E2DF
(246,226,223)
#F6E7E5
(246,231,229)
#F6ECEB
(246,236,235)
#F6F1F1
(246,241,241)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C4BB; }

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

This text font color is #F6C4BB.


Background Color

.myBgColor { background-color: #F6C4BB; }

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

This div background color is #F6C4BB.


Border color

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

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

This div border color is #F6C4BB.


Opacity

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

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

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

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

This text has shadow with #F6C4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C4BB on black background.


Color preview on white background

This text has color #F6C4BB on white background.



Black color preview on #F6C4BB background

This text has black color on #F6C4BB background.


White color preview on #F6C4BB background

This text has white color on #F6C4BB background.