COLOR #F6DBD0

HEX: #F6DBD0 RGB: (246,219,208)

Color info

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

RGB color model

#F6DBD0 color RGB value is (246,219,208).

RGB: (246,219,208) (96%, 86%, 82%)

RGB channels and saturation

R 246 of 255 = 96%
G 219 of 255 = 86%
B 208 of 255 = 82%

246
219
208

R + G + B ~ 88%. #F6DBD0 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 219 + 208 = 673 (100%)
R 246 of 673 ~ 36.55%
G 219 of 673 ~ 32.54%
B 208 of 673 ~ 30.91'%

%36.55
%32.54
%30.91

CMYK color model

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

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

CMYK: (0,11,15,4)
C0M11Y15K4 (0%, 11%, 15%, 4%)
(0.00 / 0.11 / 0.15 / 0.04)

CMYK percentages

%0
%10.98
%15.45
%3.53

Codes

Color #F6DBD0 in popluar color models

F6 DB D0
RGB 246 219 208
HSL 17° 67.86% 89.02%
HSB/HSV 17° 15.45% 96.47%
CMYK 0.00% 10.98% 15.45%
3.53%

Color #F6DBD0 in popluar number systems.

HEX F6 DB D0
Decimal 246 219 208
Binary 11110110 11011011 11010000
Octal 366 333 320

Shades and tints

Shades of #F6DBD0

#F6DBD0
(246,219,208)
#E0C8BE
(224,200,190)
#CAB5AC
(202,181,172)
#B4A29A
(180,162,154)
#9E8F88
(158,143,136)
#887C76
(136,124,118)
#726964
(114,105,100)
#5C5652
(92,86,82)
#464340
(70,67,64)
#30302E
(48,48,46)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #F6DBD0

#F6DBD0
(246,219,208)
#F6DED4
(246,222,212)
#F6E1D8
(246,225,216)
#F6E4DC
(246,228,220)
#F6E7E0
(246,231,224)
#F6EAE4
(246,234,228)
#F6EDE8
(246,237,232)
#F6F0EC
(246,240,236)
#F6F3F0
(246,243,240)
#F6F6F4
(246,246,244)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DBD0; }

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

This text font color is #F6DBD0.

Background Color

.myBgColor { background-color: #F6DBD0; }

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

This div background color is #F6DBD0.

Border color

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

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

This div border color is #F6DBD0.

Opacity

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

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

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

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

This text has shadow with #F6DBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DBD0.

Preview

Color preview on black background

This text has color #F6DBD0 on black background.


Color preview on white background

This text has color #F6DBD0 on white background.


Black color preview on #F6DBD0 background

This text has black color on #F6DBD0 background.


White color preview on #F6DBD0 background

This text has white color on #F6DBD0 background.


Related colors

Complementary color

Complementary color for #hex is #09242F.


I love getcolorcode.com

Triadic colors

1 #D0F6DB and #DBD0F6 with #F6DBD0 are triadic colors.

2 #D0DBF6 and #DBF6D0 with #F6DBD0 are triadic colors.