COLOR #F6DCEE

HEX: #F6DCEE RGB: (246,220,238)

Color info

#F6DCEE contains red, green and blue colors in about the same proportion. Web safe color of #F6DCEE is #FFCCFF (or #FCF).

RGB color model

#F6DCEE color RGB value is (246,220,238).

RGB: (246,220,238) (96%, 86%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 220 of 255 = 86%
B 238 of 255 = 93%

246
220
238

R + G + B ~ 92%. #F6DCEE is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 220 + 238 = 704 (100%)
R 246 of 704 ~ 34.94%
G 220 of 704 ~ 31.25%
B 238 of 704 ~ 33.81'%

%34.94
%31.25
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK: (0,11,3,4) C0M11Y3K4 (0%,11%,3%,4%) (0.00/0.11/0.03/0.04) 

CMYK percentages

%0
%10.57
%3.25
%3.53

Codes

Color #F6DCEE in popluar color models

F6 DC EE
RGB 246 220 238
HSL 318° 59.09% 91.37%
HSB/HSV 318° 10.57% 96.47%
CMYK 0.00% 10.57% 3.25%
3.53%

Color #F6DCEE in popluar number systems.

HEX F6 DC EE
Decimal 246 220 238
Binary 11110110 11011100 11101110
Octal 366 334 356

Shades and tints

Shades of #F6DCEE

#F6DCEE
(246,220,238)
#E0C8D9
(224,200,217)
#CAB4C4
(202,180,196)
#B4A0AF
(180,160,175)
#9E8C9A
(158,140,154)
#887885
(136,120,133)
#726470
(114,100,112)
#5C505B
(92,80,91)
#463C46
(70,60,70)
#302831
(48,40,49)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #F6DCEE

#F6DCEE
(246,220,238)
#F6DFEF
(246,223,239)
#F6E2F0
(246,226,240)
#F6E5F1
(246,229,241)
#F6E8F2
(246,232,242)
#F6EBF3
(246,235,243)
#F6EEF4
(246,238,244)
#F6F1F5
(246,241,245)
#F6F4F6
(246,244,246)
#F6F7F7
(246,247,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DCEE; }

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

This text font color is #F6DCEE.

Background Color

.myBgColor { background-color: #F6DCEE; }

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

This div background color is #F6DCEE.

Border color

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

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

This div border color is #F6DCEE.

Opacity

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

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

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

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

This text has shadow with #F6DCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DCEE.

Preview

Color preview on black background

This text has color #F6DCEE on black background.


Color preview on white background

This text has color #F6DCEE on white background.


Black color preview on #F6DCEE background

This text has black color on #F6DCEE background.


White color preview on #F6DCEE background

This text has white color on #F6DCEE background.


Related colors

Complementary color

Complementary color for #hex is #092311.


I love getcolorcode.com

Triadic colors

1 #EEF6DC and #DCEEF6 with #F6DCEE are triadic colors.

2 #EEDCF6 and #DCF6EE with #F6DCEE are triadic colors.