COLOR #F6DBBD

HEX: #F6DBBD
RGB: (246,219,189)

Color info

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

RGB color model

#F6DBBD color RGB value is (246,219,189).

  • red value is 246;
  • green value is 219;
  • blue value is 189.
RGB:
(246,219,189)
(96%,86%,74%)

RGB channels and saturation

R 246 of 255 = 96%
G 219 of 255 = 86%
B 189 of 255 = 74%

246
219
189

R + G + B ~ 85%. #F6DBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 219 + 189 = 654 (100%)
R 246 of 654 ~ 37.61%
G 219 of 654 ~ 33.49%
B 189 of 654 ~ 28.9%

%37.61
%33.49
%28.9

CMYK color model

#F6DBBD color CMYK value is (0,11,23,4).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 23.17%
  • key color value is 3.53%
CMYK:
(0,11,23,4)
C0M11Y23K4 
(0%,11%,23%,4%)
(0.00/0.11/0.23/0.04)	

CMYK percentages

%0
%10.98
%23.17
%3.53

Codes

Color #F6DBBD in popluar color models

F6DBBD
RGB246219189
HSL32°76.00%85.29%
HSB/HSV32°23.17%96.47%
CMYK0.00%10.98%23.17%
3.53%

Color #F6DBBD in popluar number systems.

HEXF6DBBD
Decimal246219189
Binary111101101101101110111101
Octal366333275

Shades and tints

Shades of #F6DBBD

#F6DBBD
(246,219,189)
#E0C8AC
(224,200,172)
#CAB59B
(202,181,155)
#B4A28A
(180,162,138)
#9E8F79
(158,143,121)
#887C68
(136,124,104)
#726957
(114,105,87)
#5C5646
(92,86,70)
#464335
(70,67,53)
#303024
(48,48,36)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #F6DBBD

#F6DBBD
(246,219,189)
#F6DEC3
(246,222,195)
#F6E1C9
(246,225,201)
#F6E4CF
(246,228,207)
#F6E7D5
(246,231,213)
#F6EADB
(246,234,219)
#F6EDE1
(246,237,225)
#F6F0E7
(246,240,231)
#F6F3ED
(246,243,237)
#F6F6F3
(246,246,243)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DBBD color. Also use rgb(246,219,189) instead hex code.

Text Font Color

.myTextColor { color: #F6DBBD; }

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

This text font color is #F6DBBD.


Background Color

.myBgColor { background-color: #F6DBBD; }

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

This div background color is #F6DBBD.


Border color

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

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

This div border color is #F6DBBD.


Opacity

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

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

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

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

This text has shadow with #F6DBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DBBD on black background.


Color preview on white background

This text has color #F6DBBD on white background.



Black color preview on #F6DBBD background

This text has black color on #F6DBBD background.


White color preview on #F6DBBD background

This text has white color on #F6DBBD background.