COLOR #F6DFDD

HEX: #F6DFDD
RGB: (246,223,221)

Color info

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

RGB color model

#F6DFDD color RGB value is (246,223,221).

  • red value is 246;
  • green value is 223;
  • blue value is 221.
RGB:
(246,223,221)
(96%,87%,87%)

RGB channels and saturation

R 246 of 255 = 96%
G 223 of 255 = 87%
B 221 of 255 = 87%

246
223
221

R + G + B ~ 90%. #F6DFDD is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 223 + 221 = 690 (100%)
R 246 of 690 ~ 35.65%
G 223 of 690 ~ 32.32%
B 221 of 690 ~ 32.03%

%35.65
%32.32
%32.03

CMYK color model

#F6DFDD color CMYK value is (0,9,10,4).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 10.16%
  • key color value is 3.53%
CMYK:
(0,9,10,4)
C0M9Y10K4 
(0%,9%,10%,4%)
(0.00/0.09/0.10/0.04)	

CMYK percentages

%0
%9.35
%10.16
%3.53

Codes

Color #F6DFDD in popluar color models

F6DFDD
RGB246223221
HSL58.14%91.57%
HSB/HSV10.16%96.47%
CMYK0.00%9.35%10.16%
3.53%

Color #F6DFDD in popluar number systems.

HEXF6DFDD
Decimal246223221
Binary111101101101111111011101
Octal366337335

Shades and tints

Shades of #F6DFDD

#F6DFDD
(246,223,221)
#E0CBC9
(224,203,201)
#CAB7B5
(202,183,181)
#B4A3A1
(180,163,161)
#9E8F8D
(158,143,141)
#887B79
(136,123,121)
#726765
(114,103,101)
#5C5351
(92,83,81)
#463F3D
(70,63,61)
#302B29
(48,43,41)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #F6DFDD

#F6DFDD
(246,223,221)
#F6E1E0
(246,225,224)
#F6E3E3
(246,227,227)
#F6E5E6
(246,229,230)
#F6E7E9
(246,231,233)
#F6E9EC
(246,233,236)
#F6EBEF
(246,235,239)
#F6EDF2
(246,237,242)
#F6EFF5
(246,239,245)
#F6F1F8
(246,241,248)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DFDD color. Also use rgb(246,223,221) instead hex code.

Text Font Color

.myTextColor { color: #F6DFDD; }

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

This text font color is #F6DFDD.


Background Color

.myBgColor { background-color: #F6DFDD; }

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

This div background color is #F6DFDD.


Border color

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

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

This div border color is #F6DFDD.


Opacity

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

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

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

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

This text has shadow with #F6DFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DFDD on black background.


Color preview on white background

This text has color #F6DFDD on white background.



Black color preview on #F6DFDD background

This text has black color on #F6DFDD background.


White color preview on #F6DFDD background

This text has white color on #F6DFDD background.