COLOR #F6D1BB

HEX: #F6D1BB
RGB: (246,209,187)

Color info

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

RGB color model

#F6D1BB color RGB value is (246,209,187).

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

RGB channels and saturation

R 246 of 255 = 96%
G 209 of 255 = 82%
B 187 of 255 = 73%

246
209
187

R + G + B ~ 84%. #F6D1BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 209 + 187 = 642 (100%)
R 246 of 642 ~ 38.32%
G 209 of 642 ~ 32.55%
B 187 of 642 ~ 29.13%

%38.32
%32.55
%29.13

CMYK color model

#F6D1BB color CMYK value is (0,15,24,4).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 23.98%
  • key color value is 3.53%
CMYK:
(0,15,24,4)
C0M15Y24K4 
(0%,15%,24%,4%)
(0.00/0.15/0.24/0.04)	

CMYK percentages

%0
%15.04
%23.98
%3.53

Codes

Color #F6D1BB in popluar color models

F6D1BB
RGB246209187
HSL22°76.62%84.90%
HSB/HSV22°23.98%96.47%
CMYK0.00%15.04%23.98%
3.53%

Color #F6D1BB in popluar number systems.

HEXF6D1BB
Decimal246209187
Binary111101101101000110111011
Octal366321273

Shades and tints

Shades of #F6D1BB

#F6D1BB
(246,209,187)
#E0BEAA
(224,190,170)
#CAAB99
(202,171,153)
#B49888
(180,152,136)
#9E8577
(158,133,119)
#887266
(136,114,102)
#725F55
(114,95,85)
#5C4C44
(92,76,68)
#463933
(70,57,51)
#302622
(48,38,34)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #F6D1BB

#F6D1BB
(246,209,187)
#F6D5C1
(246,213,193)
#F6D9C7
(246,217,199)
#F6DDCD
(246,221,205)
#F6E1D3
(246,225,211)
#F6E5D9
(246,229,217)
#F6E9DF
(246,233,223)
#F6EDE5
(246,237,229)
#F6F1EB
(246,241,235)
#F6F5F1
(246,245,241)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D1BB; }

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

This text font color is #F6D1BB.


Background Color

.myBgColor { background-color: #F6D1BB; }

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

This div background color is #F6D1BB.


Border color

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

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

This div border color is #F6D1BB.


Opacity

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

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

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

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

This text has shadow with #F6D1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D1BB on black background.


Color preview on white background

This text has color #F6D1BB on white background.



Black color preview on #F6D1BB background

This text has black color on #F6D1BB background.


White color preview on #F6D1BB background

This text has white color on #F6D1BB background.