COLOR #F6DEDE

HEX: #F6DEDE RGB: (246,222,222)

Color info

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

RGB color model

#F6DEDE color RGB value is (246,222,222).

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

RGB channels and saturation

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

246
222
222

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

Portions of RGB colors in percentages

R + G + B = 246 + 222 + 222 = 690 (100%)
R 246 of 690 ~ 35.65%
G 222 of 690 ~ 32.17%
B 222 of 690 ~ 32.17'%

%35.65
%32.17
%32.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 9.76%
  • key color value is 3.53%

CMYK: (0,10,10,4)
C0M10Y10K4 (0%, 10%, 10%, 4%)
(0.00 / 0.10 / 0.10 / 0.04)

CMYK percentages

%0
%9.76
%9.76
%3.53

Codes

Color #F6DEDE in popluar color models

F6 DE DE
RGB 246 222 222
HSL 57.14% 91.76%
HSB/HSV 9.76% 96.47%
CMYK 0.00% 9.76% 9.76%
3.53%

Color #F6DEDE in popluar number systems.

HEX F6 DE DE
Decimal 246 222 222
Binary 11110110 11011110 11011110
Octal 366 336 336

Shades and tints

Shades of #F6DEDE

#F6DEDE
(246,222,222)
#E0CACA
(224,202,202)
#CAB6B6
(202,182,182)
#B4A2A2
(180,162,162)
#9E8E8E
(158,142,142)
#887A7A
(136,122,122)
#726666
(114,102,102)
#5C5252
(92,82,82)
#463E3E
(70,62,62)
#302A2A
(48,42,42)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #F6DEDE

#F6DEDE
(246,222,222)
#F6E1E1
(246,225,225)
#F6E4E4
(246,228,228)
#F6E7E7
(246,231,231)
#F6EAEA
(246,234,234)
#F6EDED
(246,237,237)
#F6F0F0
(246,240,240)
#F6F3F3
(246,243,243)
#F6F6F6
(246,246,246)
#F6F9F9
(246,249,249)
#F6FCFC
(246,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DEDE; }

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

This text font color is #F6DEDE.

Background Color

.myBgColor { background-color: #F6DEDE; }

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

This div background color is #F6DEDE.

Border color

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

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

This div border color is #F6DEDE.

Opacity

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

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

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

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

This text has shadow with #F6DEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DEDE.

Preview

Color preview on black background

This text has color #F6DEDE on black background.


Color preview on white background

This text has color #F6DEDE on white background.


Black color preview on #F6DEDE background

This text has black color on #F6DEDE background.


White color preview on #F6DEDE background

This text has white color on #F6DEDE background.


Related colors

Complementary color

Complementary color for #hex is #092121.


I love getcolorcode.com