COLOR #F6D0BA

HEX: #F6D0BA
RGB: (246,208,186)

Color info

#F6D0BA contains mainly red and green colors. Web safe color of #F6D0BA is #FFCCCC (or #FCC).

RGB color model

#F6D0BA color RGB value is (246,208,186).

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

RGB channels and saturation

R 246 of 255 = 96%
G 208 of 255 = 82%
B 186 of 255 = 73%

246
208
186

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

Portions of RGB colors in percentages

R + G + B =
246 + 208 + 186 = 640 (100%)
R 246 of 640 ~ 38.44%
G 208 of 640 ~ 32.5%
B 186 of 640 ~ 29.06%

%38.44
%32.5
%29.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 24.39%
  • 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.45
%24.39
%3.53

Codes

Color #F6D0BA in popluar color models

F6D0BA
RGB246208186
HSL22°76.92%84.71%
HSB/HSV22°24.39%96.47%
CMYK0.00%15.45%24.39%
3.53%

Color #F6D0BA in popluar number systems.

HEXF6D0BA
Decimal246208186
Binary111101101101000010111010
Octal366320272

Shades and tints

Shades of #F6D0BA

#F6D0BA
(246,208,186)
#E0BEAA
(224,190,170)
#CAAC9A
(202,172,154)
#B49A8A
(180,154,138)
#9E887A
(158,136,122)
#88766A
(136,118,106)
#72645A
(114,100,90)
#5C524A
(92,82,74)
#46403A
(70,64,58)
#302E2A
(48,46,42)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #F6D0BA

#F6D0BA
(246,208,186)
#F6D4C0
(246,212,192)
#F6D8C6
(246,216,198)
#F6DCCC
(246,220,204)
#F6E0D2
(246,224,210)
#F6E4D8
(246,228,216)
#F6E8DE
(246,232,222)
#F6ECE4
(246,236,228)
#F6F0EA
(246,240,234)
#F6F4F0
(246,244,240)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D0BA color. Also use rgb(246,208,186) instead hex code.

Text Font Color

.myTextColor { color: #F6D0BA; }

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

This text font color is #F6D0BA.


Background Color

.myBgColor { background-color: #F6D0BA; }

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

This div background color is #F6D0BA.


Border color

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

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

This div border color is #F6D0BA.


Opacity

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

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

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

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

This text has shadow with #F6D0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D0BA on black background.


Color preview on white background

This text has color #F6D0BA on white background.



Black color preview on #F6D0BA background

This text has black color on #F6D0BA background.


White color preview on #F6D0BA background

This text has white color on #F6D0BA background.