COLOR #F6CCF9

HEX: #F6CCF9
RGB: (246,204,249)

Color info

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

RGB color model

#F6CCF9 color RGB value is (246,204,249).

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

RGB channels and saturation

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

246
204
249

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

Portions of RGB colors in percentages

R + G + B =
246 + 204 + 249 = 699 (100%)
R 246 of 699 ~ 35.19%
G 204 of 699 ~ 29.18%
B 249 of 699 ~ 35.62%

%35.19
%29.18
%35.62

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 18.07%
  • 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
%18.07
%0
%2.35

Codes

Color #F6CCF9 in popluar color models

F6CCF9
RGB246204249
HSL296°78.95%88.82%
HSB/HSV296°18.07%97.65%
CMYK1.20%18.07%0.00%
2.35%

Color #F6CCF9 in popluar number systems.

HEXF6CCF9
Decimal246204249
Binary111101101100110011111001
Octal366314371

Shades and tints

Shades of #F6CCF9

#F6CCF9
(246,204,249)
#E0BAE3
(224,186,227)
#CAA8CD
(202,168,205)
#B496B7
(180,150,183)
#9E84A1
(158,132,161)
#88728B
(136,114,139)
#726075
(114,96,117)
#5C4E5F
(92,78,95)
#463C49
(70,60,73)
#302A33
(48,42,51)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #F6CCF9

#F6CCF9
(246,204,249)
#F6D0F9
(246,208,249)
#F6D4F9
(246,212,249)
#F6D8F9
(246,216,249)
#F6DCF9
(246,220,249)
#F6E0F9
(246,224,249)
#F6E4F9
(246,228,249)
#F6E8F9
(246,232,249)
#F6ECF9
(246,236,249)
#F6F0F9
(246,240,249)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CCF9; }

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

This text font color is #F6CCF9.


Background Color

.myBgColor { background-color: #F6CCF9; }

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

This div background color is #F6CCF9.


Border color

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

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

This div border color is #F6CCF9.


Opacity

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

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

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

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

This text has shadow with #F6CCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CCF9 on black background.


Color preview on white background

This text has color #F6CCF9 on white background.



Black color preview on #F6CCF9 background

This text has black color on #F6CCF9 background.


White color preview on #F6CCF9 background

This text has white color on #F6CCF9 background.