COLOR #F6D0BE

HEX: #F6D0BE
RGB: (246,208,190)

Color info

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

RGB color model

#F6D0BE color RGB value is (246,208,190).

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

RGB channels and saturation

R 246 of 255 = 96%
G 208 of 255 = 82%
B 190 of 255 = 75%

246
208
190

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

Portions of RGB colors in percentages

R + G + B =
246 + 208 + 190 = 644 (100%)
R 246 of 644 ~ 38.2%
G 208 of 644 ~ 32.3%
B 190 of 644 ~ 29.5%

%38.2
%32.3
%29.5

CMYK color model

#F6D0BE color CMYK value is (0,15,23,4).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 22.76%
  • key color value is 3.53%
CMYK: (0,15,23,4) C0M15Y23K4 (0%,15%,23%,4%) (0.00/0.15/0.23/0.04)

CMYK percentages

%0
%15.45
%22.76
%3.53

Codes

Color #F6D0BE in popluar color models

F6D0BE
RGB246208190
HSL19°75.68%85.49%
HSB/HSV19°22.76%96.47%
CMYK0.00%15.45%22.76%
3.53%

Color #F6D0BE in popluar number systems.

HEXF6D0BE
Decimal246208190
Binary111101101101000010111110
Octal366320276

Shades and tints

Shades of #F6D0BE

#F6D0BE
(246,208,190)
#E0BEAD
(224,190,173)
#CAAC9C
(202,172,156)
#B49A8B
(180,154,139)
#9E887A
(158,136,122)
#887669
(136,118,105)
#726458
(114,100,88)
#5C5247
(92,82,71)
#464036
(70,64,54)
#302E25
(48,46,37)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #F6D0BE

#F6D0BE
(246,208,190)
#F6D4C3
(246,212,195)
#F6D8C8
(246,216,200)
#F6DCCD
(246,220,205)
#F6E0D2
(246,224,210)
#F6E4D7
(246,228,215)
#F6E8DC
(246,232,220)
#F6ECE1
(246,236,225)
#F6F0E6
(246,240,230)
#F6F4EB
(246,244,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D0BE; }

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

This text font color is #F6D0BE.


Background Color

.myBgColor { background-color: #F6D0BE; }

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

This div background color is #F6D0BE.


Border color

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

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

This div border color is #F6D0BE.


Opacity

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

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

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

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

This text has shadow with #F6D0BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F6D0BE on black background.


Color preview on white background

This text has color #F6D0BE on white background.



Black color preview on #F6D0BE background

This text has black color on #F6D0BE background.


White color preview on #F6D0BE background

This text has white color on #F6D0BE background.