COLOR #F6CDF9

HEX: #F6CDF9
RGB: (246,205,249)

Color info

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

RGB color model

#F6CDF9 color RGB value is (246,205,249).

  • red value is 246;
  • green value is 205;
  • blue value is 249.
RGB:
(246,205,249)
(96%,80%,98%)

RGB channels and saturation

R 246 of 255 = 96%
G 205 of 255 = 80%
B 249 of 255 = 98%

246
205
249

R + G + B ~ 91%. #F6CDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 205 + 249 = 700 (100%)
R 246 of 700 ~ 35.14%
G 205 of 700 ~ 29.29%
B 249 of 700 ~ 35.57%

%35.14
%29.29
%35.57

CMYK color model

#F6CDF9 color CMYK value is (1,18,0,2).

  • cyan value is 1.20%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(1,18,0,2)
C1M18Y0K2 
(1%,18%,0%,2%)
(0.01/0.18/0.00/0.02)	

CMYK percentages

%1.2
%17.67
%0
%2.35

Codes

Color #F6CDF9 in popluar color models

F6CDF9
RGB246205249
HSL296°78.57%89.02%
HSB/HSV296°17.67%97.65%
CMYK1.20%17.67%0.00%
2.35%

Color #F6CDF9 in popluar number systems.

HEXF6CDF9
Decimal246205249
Binary111101101100110111111001
Octal366315371

Shades and tints

Shades of #F6CDF9

#F6CDF9
(246,205,249)
#E0BBE3
(224,187,227)
#CAA9CD
(202,169,205)
#B497B7
(180,151,183)
#9E85A1
(158,133,161)
#88738B
(136,115,139)
#726175
(114,97,117)
#5C4F5F
(92,79,95)
#463D49
(70,61,73)
#302B33
(48,43,51)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #F6CDF9

#F6CDF9
(246,205,249)
#F6D1F9
(246,209,249)
#F6D5F9
(246,213,249)
#F6D9F9
(246,217,249)
#F6DDF9
(246,221,249)
#F6E1F9
(246,225,249)
#F6E5F9
(246,229,249)
#F6E9F9
(246,233,249)
#F6EDF9
(246,237,249)
#F6F1F9
(246,241,249)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CDF9; }

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

This text font color is #F6CDF9.


Background Color

.myBgColor { background-color: #F6CDF9; }

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

This div background color is #F6CDF9.


Border color

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

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

This div border color is #F6CDF9.


Opacity

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

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

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

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

This text has shadow with #F6CDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CDF9 on black background.


Color preview on white background

This text has color #F6CDF9 on white background.



Black color preview on #F6CDF9 background

This text has black color on #F6CDF9 background.


White color preview on #F6CDF9 background

This text has white color on #F6CDF9 background.