COLOR #F6E6DB

HEX: #F6E6DB
RGB: (246,230,219)

Color info

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

RGB color model

#F6E6DB color RGB value is (246,230,219).

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

RGB channels and saturation

R 246 of 255 = 96%
G 230 of 255 = 90%
B 219 of 255 = 86%

246
230
219

R + G + B ~ 91%. #F6E6DB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 230 + 219 = 695 (100%)
R 246 of 695 ~ 35.4%
G 230 of 695 ~ 33.09%
B 219 of 695 ~ 31.51%

%35.4
%33.09
%31.51

CMYK color model

#F6E6DB color CMYK value is (0,7,11,4).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(0,7,11,4)
C0M7Y11K4 
(0%,7%,11%,4%)
(0.00/0.07/0.11/0.04)	

CMYK percentages

%0
%6.5
%10.98
%3.53

Codes

Color #F6E6DB in popluar color models

F6E6DB
RGB246230219
HSL24°60.00%91.18%
HSB/HSV24°10.98%96.47%
CMYK0.00%6.50%10.98%
3.53%

Color #F6E6DB in popluar number systems.

HEXF6E6DB
Decimal246230219
Binary111101101110011011011011
Octal366346333

Shades and tints

Shades of #F6E6DB

#F6E6DB
(246,230,219)
#E0D2C8
(224,210,200)
#CABEB5
(202,190,181)
#B4AAA2
(180,170,162)
#9E968F
(158,150,143)
#88827C
(136,130,124)
#726E69
(114,110,105)
#5C5A56
(92,90,86)
#464643
(70,70,67)
#303230
(48,50,48)
#1A1E1D
(26,30,29)
#000000
(0,0,0)

Tints of #F6E6DB

#F6E6DB
(246,230,219)
#F6E8DE
(246,232,222)
#F6EAE1
(246,234,225)
#F6ECE4
(246,236,228)
#F6EEE7
(246,238,231)
#F6F0EA
(246,240,234)
#F6F2ED
(246,242,237)
#F6F4F0
(246,244,240)
#F6F6F3
(246,246,243)
#F6F8F6
(246,248,246)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E6DB; }

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

This text font color is #F6E6DB.


Background Color

.myBgColor { background-color: #F6E6DB; }

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

This div background color is #F6E6DB.


Border color

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

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

This div border color is #F6E6DB.


Opacity

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

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

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

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

This text has shadow with #F6E6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E6DB on black background.


Color preview on white background

This text has color #F6E6DB on white background.



Black color preview on #F6E6DB background

This text has black color on #F6E6DB background.


White color preview on #F6E6DB background

This text has white color on #F6E6DB background.