COLOR #F6DEDF

HEX: #F6DEDF RGB: (246,222,223)

Color info

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

RGB color model

#F6DEDF color RGB value is (246,222,223).

RGB: (246,222,223) (96%, 87%, 87%)

RGB channels and saturation

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

246
222
223

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

Portions of RGB colors in percentages

R + G + B = 246 + 222 + 223 = 691 (100%)
R 246 of 691 ~ 35.6%
G 222 of 691 ~ 32.13%
B 223 of 691 ~ 32.27'%

%35.6
%32.13
%32.27

CMYK color model

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

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

CMYK percentages

%0
%9.76
%9.35
%3.53

Codes

Color #F6DEDF in popluar color models

F6 DE DF
RGB 246 222 223
HSL 358° 57.14% 91.76%
HSB/HSV 358° 9.76% 96.47%
CMYK 0.00% 9.76% 9.35%
3.53%

Color #F6DEDF in popluar number systems.

HEX F6 DE DF
Decimal 246 222 223
Binary 11110110 11011110 11011111
Octal 366 336 337

Shades and tints

Shades of #F6DEDF

#F6DEDF
(246,222,223)
#E0CACB
(224,202,203)
#CAB6B7
(202,182,183)
#B4A2A3
(180,162,163)
#9E8E8F
(158,142,143)
#887A7B
(136,122,123)
#726667
(114,102,103)
#5C5253
(92,82,83)
#463E3F
(70,62,63)
#302A2B
(48,42,43)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #F6DEDF

#F6DEDF
(246,222,223)
#F6E1E1
(246,225,225)
#F6E4E3
(246,228,227)
#F6E7E5
(246,231,229)
#F6EAE7
(246,234,231)
#F6EDE9
(246,237,233)
#F6F0EB
(246,240,235)
#F6F3ED
(246,243,237)
#F6F6EF
(246,246,239)
#F6F9F1
(246,249,241)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DEDF; }

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

This text font color is #F6DEDF.

Background Color

.myBgColor { background-color: #F6DEDF; }

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

This div background color is #F6DEDF.

Border color

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

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

This div border color is #F6DEDF.

Opacity

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

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

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

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

This text has shadow with #F6DEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DEDF.

Preview

Color preview on black background

This text has color #F6DEDF on black background.


Color preview on white background

This text has color #F6DEDF on white background.


Black color preview on #F6DEDF background

This text has black color on #F6DEDF background.


White color preview on #F6DEDF background

This text has white color on #F6DEDF background.


Related colors

Complementary color

Complementary color for #hex is #092120.


I love getcolorcode.com

Triadic colors

1 #DFF6DE and #DEDFF6 with #F6DEDF are triadic colors.

2 #DFDEF6 and #DEF6DF with #F6DEDF are triadic colors.