COLOR #F6DCF4

HEX: #F6DCF4
RGB: (246,220,244)

Color info

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

RGB color model

#F6DCF4 color RGB value is (246,220,244).

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

RGB channels and saturation

R 246 of 255 = 96%
G 220 of 255 = 86%
B 244 of 255 = 96%

246
220
244

R + G + B ~ 93%. #F6DCF4 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 220 + 244 = 710 (100%)
R 246 of 710 ~ 34.65%
G 220 of 710 ~ 30.99%
B 244 of 710 ~ 34.37%

%34.65
%30.99
%34.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 0.81%
  • key color value is 3.53%
CMYK:
(0,11,1,4)
C0M11Y1K4 
(0%,11%,1%,4%)
(0.00/0.11/0.01/0.04)	

CMYK percentages

%0
%10.57
%0.81
%3.53

Codes

Color #F6DCF4 in popluar color models

F6DCF4
RGB246220244
HSL305°59.09%91.37%
HSB/HSV305°10.57%96.47%
CMYK0.00%10.57%0.81%
3.53%

Color #F6DCF4 in popluar number systems.

HEXF6DCF4
Decimal246220244
Binary111101101101110011110100
Octal366334364

Shades and tints

Shades of #F6DCF4

#F6DCF4
(246,220,244)
#E0C8DE
(224,200,222)
#CAB4C8
(202,180,200)
#B4A0B2
(180,160,178)
#9E8C9C
(158,140,156)
#887886
(136,120,134)
#726470
(114,100,112)
#5C505A
(92,80,90)
#463C44
(70,60,68)
#30282E
(48,40,46)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #F6DCF4

#F6DCF4
(246,220,244)
#F6DFF5
(246,223,245)
#F6E2F6
(246,226,246)
#F6E5F7
(246,229,247)
#F6E8F8
(246,232,248)
#F6EBF9
(246,235,249)
#F6EEFA
(246,238,250)
#F6F1FB
(246,241,251)
#F6F4FC
(246,244,252)
#F6F7FD
(246,247,253)
#F6FAFE
(246,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DCF4; }

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

This text font color is #F6DCF4.


Background Color

.myBgColor { background-color: #F6DCF4; }

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

This div background color is #F6DCF4.


Border color

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

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

This div border color is #F6DCF4.


Opacity

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

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

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

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

This text has shadow with #F6DCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DCF4 on black background.


Color preview on white background

This text has color #F6DCF4 on white background.



Black color preview on #F6DCF4 background

This text has black color on #F6DCF4 background.


White color preview on #F6DCF4 background

This text has white color on #F6DCF4 background.