COLOR #F6DBDC

HEX: #F6DBDC
RGB: (246,219,220)

Color info

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

RGB color model

#F6DBDC color RGB value is (246,219,220).

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

RGB channels and saturation

R 246 of 255 = 96%
G 219 of 255 = 86%
B 220 of 255 = 86%

246
219
220

R + G + B ~ 89%. #F6DBDC is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 219 + 220 = 685 (100%)
R 246 of 685 ~ 35.91%
G 219 of 685 ~ 31.97%
B 220 of 685 ~ 32.12%

%35.91
%31.97
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(0,11,11,4)
C0M11Y11K4 
(0%,11%,11%,4%)
(0.00/0.11/0.11/0.04)	

CMYK percentages

%0
%10.98
%10.57
%3.53

Codes

Color #F6DBDC in popluar color models

F6DBDC
RGB246219220
HSL358°60.00%91.18%
HSB/HSV358°10.98%96.47%
CMYK0.00%10.98%10.57%
3.53%

Color #F6DBDC in popluar number systems.

HEXF6DBDC
Decimal246219220
Binary111101101101101111011100
Octal366333334

Shades and tints

Shades of #F6DBDC

#F6DBDC
(246,219,220)
#E0C8C8
(224,200,200)
#CAB5B4
(202,181,180)
#B4A2A0
(180,162,160)
#9E8F8C
(158,143,140)
#887C78
(136,124,120)
#726964
(114,105,100)
#5C5650
(92,86,80)
#46433C
(70,67,60)
#303028
(48,48,40)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #F6DBDC

#F6DBDC
(246,219,220)
#F6DEDF
(246,222,223)
#F6E1E2
(246,225,226)
#F6E4E5
(246,228,229)
#F6E7E8
(246,231,232)
#F6EAEB
(246,234,235)
#F6EDEE
(246,237,238)
#F6F0F1
(246,240,241)
#F6F3F4
(246,243,244)
#F6F6F7
(246,246,247)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DBDC; }

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

This text font color is #F6DBDC.


Background Color

.myBgColor { background-color: #F6DBDC; }

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

This div background color is #F6DBDC.


Border color

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

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

This div border color is #F6DBDC.


Opacity

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

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

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

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

This text has shadow with #F6DBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DBDC on black background.


Color preview on white background

This text has color #F6DBDC on white background.



Black color preview on #F6DBDC background

This text has black color on #F6DBDC background.


White color preview on #F6DBDC background

This text has white color on #F6DBDC background.