COLOR #F6DBBB

HEX: #F6DBBB RGB: (246,219,187)

Color info

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

RGB color model

#F6DBBB color RGB value is (246,219,187).

RGB: (246,219,187) (96%, 86%, 73%)

RGB channels and saturation

R 246 of 255 = 96%
G 219 of 255 = 86%
B 187 of 255 = 73%

246
219
187

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

Portions of RGB colors in percentages

R + G + B = 246 + 219 + 187 = 652 (100%)
R 246 of 652 ~ 37.73%
G 219 of 652 ~ 33.59%
B 187 of 652 ~ 28.68'%

%37.73
%33.59
%28.68

CMYK color model

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

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

CMYK: (0,11,24,4)
C0M11Y24K4 (0%, 11%, 24%, 4%)
(0.00 / 0.11 / 0.24 / 0.04)

CMYK percentages

%0
%10.98
%23.98
%3.53

Codes

Color #F6DBBB in popluar color models

F6 DB BB
RGB 246 219 187
HSL 33° 76.62% 84.90%
HSB/HSV 33° 23.98% 96.47%
CMYK 0.00% 10.98% 23.98%
3.53%

Color #F6DBBB in popluar number systems.

HEX F6 DB BB
Decimal 246 219 187
Binary 11110110 11011011 10111011
Octal 366 333 273

Shades and tints

Shades of #F6DBBB

#F6DBBB
(246,219,187)
#E0C8AA
(224,200,170)
#CAB599
(202,181,153)
#B4A288
(180,162,136)
#9E8F77
(158,143,119)
#887C66
(136,124,102)
#726955
(114,105,85)
#5C5644
(92,86,68)
#464333
(70,67,51)
#303022
(48,48,34)
#1A1D11
(26,29,17)
#000000
(0,0,0)

Tints of #F6DBBB

#F6DBBB
(246,219,187)
#F6DEC1
(246,222,193)
#F6E1C7
(246,225,199)
#F6E4CD
(246,228,205)
#F6E7D3
(246,231,211)
#F6EAD9
(246,234,217)
#F6EDDF
(246,237,223)
#F6F0E5
(246,240,229)
#F6F3EB
(246,243,235)
#F6F6F1
(246,246,241)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DBBB; }

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

This text font color is #F6DBBB.

Background Color

.myBgColor { background-color: #F6DBBB; }

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

This div background color is #F6DBBB.

Border color

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

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

This div border color is #F6DBBB.

Opacity

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

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

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

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

This text has shadow with #F6DBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DBBB.

Preview

Color preview on black background

This text has color #F6DBBB on black background.


Color preview on white background

This text has color #F6DBBB on white background.


Black color preview on #F6DBBB background

This text has black color on #F6DBBB background.


White color preview on #F6DBBB background

This text has white color on #F6DBBB background.


Related colors

Complementary color

Complementary color for #hex is #092444.


I love getcolorcode.com

Triadic colors

1 #BBF6DB and #DBBBF6 with #F6DBBB are triadic colors.

2 #BBDBF6 and #DBF6BB with #F6DBBB are triadic colors.