COLOR #F6DADC

HEX: #F6DADC
RGB: (246,218,220)

Color info

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

RGB color model

#F6DADC color RGB value is (246,218,220).

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

RGB channels and saturation

R 246 of 255 = 96%
G 218 of 255 = 85%
B 220 of 255 = 86%

246
218
220

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

Portions of RGB colors in percentages

R + G + B =
246 + 218 + 220 = 684 (100%)
R 246 of 684 ~ 35.96%
G 218 of 684 ~ 31.87%
B 220 of 684 ~ 32.16%

%35.96
%31.87
%32.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.38%
  • 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
%11.38
%10.57
%3.53

Codes

Color #F6DADC in popluar color models

F6DADC
RGB246218220
HSL356°60.87%90.98%
HSB/HSV356°11.38%96.47%
CMYK0.00%11.38%10.57%
3.53%

Color #F6DADC in popluar number systems.

HEXF6DADC
Decimal246218220
Binary111101101101101011011100
Octal366332334

Shades and tints

Shades of #F6DADC

#F6DADC
(246,218,220)
#E0C7C8
(224,199,200)
#CAB4B4
(202,180,180)
#B4A1A0
(180,161,160)
#9E8E8C
(158,142,140)
#887B78
(136,123,120)
#726864
(114,104,100)
#5C5550
(92,85,80)
#46423C
(70,66,60)
#302F28
(48,47,40)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #F6DADC

#F6DADC
(246,218,220)
#F6DDDF
(246,221,223)
#F6E0E2
(246,224,226)
#F6E3E5
(246,227,229)
#F6E6E8
(246,230,232)
#F6E9EB
(246,233,235)
#F6ECEE
(246,236,238)
#F6EFF1
(246,239,241)
#F6F2F4
(246,242,244)
#F6F5F7
(246,245,247)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DADC; }

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

This text font color is #F6DADC.


Background Color

.myBgColor { background-color: #F6DADC; }

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

This div background color is #F6DADC.


Border color

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

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

This div border color is #F6DADC.


Opacity

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

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

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

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

This text has shadow with #F6DADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DADC on black background.


Color preview on white background

This text has color #F6DADC on white background.



Black color preview on #F6DADC background

This text has black color on #F6DADC background.


White color preview on #F6DADC background

This text has white color on #F6DADC background.