COLOR #F6EBDB

HEX: #F6EBDB RGB: (246,235,219)

Color info

#F6EBDB contains red, green and blue colors in about the same proportion. Web safe color of #F6EBDB is #FFFFCC (or #FFC).

RGB color model

#F6EBDB color RGB value is (246,235,219).

RGB: (246,235,219) (96%, 92%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 235 of 255 = 92%
B 219 of 255 = 86%

246
235
219

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

Portions of RGB colors in percentages

R + G + B = 246 + 235 + 219 = 700 (100%)
R 246 of 700 ~ 35.14%
G 235 of 700 ~ 33.57%
B 219 of 700 ~ 31.29'%

%35.14
%33.57
%31.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 10.98%
  • key color value is 3.53%

CMYK: (0,4,11,4)
C0M4Y11K4 (0%, 4%, 11%, 4%)
(0.00 / 0.04 / 0.11 / 0.04)

CMYK percentages

%0
%4.47
%10.98
%3.53

Codes

Color #F6EBDB in popluar color models

F6 EB DB
RGB 246 235 219
HSL 36° 60.00% 91.18%
HSB/HSV 36° 10.98% 96.47%
CMYK 0.00% 4.47% 10.98%
3.53%

Color #F6EBDB in popluar number systems.

HEX F6 EB DB
Decimal 246 235 219
Binary 11110110 11101011 11011011
Octal 366 353 333

Shades and tints

Shades of #F6EBDB

#F6EBDB
(246,235,219)
#E0D6C8
(224,214,200)
#CAC1B5
(202,193,181)
#B4ACA2
(180,172,162)
#9E978F
(158,151,143)
#88827C
(136,130,124)
#726D69
(114,109,105)
#5C5856
(92,88,86)
#464343
(70,67,67)
#302E30
(48,46,48)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #F6EBDB

#F6EBDB
(246,235,219)
#F6ECDE
(246,236,222)
#F6EDE1
(246,237,225)
#F6EEE4
(246,238,228)
#F6EFE7
(246,239,231)
#F6F0EA
(246,240,234)
#F6F1ED
(246,241,237)
#F6F2F0
(246,242,240)
#F6F3F3
(246,243,243)
#F6F4F6
(246,244,246)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EBDB; }

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

This text font color is #F6EBDB.

Background Color

.myBgColor { background-color: #F6EBDB; }

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

This div background color is #F6EBDB.

Border color

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

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

This div border color is #F6EBDB.

Opacity

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

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

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

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

This text has shadow with #F6EBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EBDB.

Preview

Color preview on black background

This text has color #F6EBDB on black background.


Color preview on white background

This text has color #F6EBDB on white background.


Black color preview on #F6EBDB background

This text has black color on #F6EBDB background.


White color preview on #F6EBDB background

This text has white color on #F6EBDB background.


Related colors

Complementary color

Complementary color for #F6EBDB is #091424.


I love getcolorcode.com

Triadic colors

1 #DBF6EB and #EBDBF6 with #F6EBDB are triadic colors.

2 #DBEBF6 and #EBF6DB with #F6EBDB are triadic colors.