COLOR #F6CCE2

HEX: #F6CCE2
RGB: (246,204,226)

Color info

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

RGB color model

#F6CCE2 color RGB value is (246,204,226).

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

RGB channels and saturation

R 246 of 255 = 96%
G 204 of 255 = 80%
B 226 of 255 = 89%

246
204
226

R + G + B ~ 88%. #F6CCE2 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 204 + 226 = 676 (100%)
R 246 of 676 ~ 36.39%
G 204 of 676 ~ 30.18%
B 226 of 676 ~ 33.43%

%36.39
%30.18
%33.43

CMYK color model

#F6CCE2 color CMYK value is (0,17,8,4).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 8.13%
  • key color value is 3.53%
CMYK:
(0,17,8,4)
C0M17Y8K4 
(0%,17%,8%,4%)
(0.00/0.17/0.08/0.04)	

CMYK percentages

%0
%17.07
%8.13
%3.53

Codes

Color #F6CCE2 in popluar color models

F6CCE2
RGB246204226
HSL329°70.00%88.24%
HSB/HSV329°17.07%96.47%
CMYK0.00%17.07%8.13%
3.53%

Color #F6CCE2 in popluar number systems.

HEXF6CCE2
Decimal246204226
Binary111101101100110011100010
Octal366314342

Shades and tints

Shades of #F6CCE2

#F6CCE2
(246,204,226)
#E0BACE
(224,186,206)
#CAA8BA
(202,168,186)
#B496A6
(180,150,166)
#9E8492
(158,132,146)
#88727E
(136,114,126)
#72606A
(114,96,106)
#5C4E56
(92,78,86)
#463C42
(70,60,66)
#302A2E
(48,42,46)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #F6CCE2

#F6CCE2
(246,204,226)
#F6D0E4
(246,208,228)
#F6D4E6
(246,212,230)
#F6D8E8
(246,216,232)
#F6DCEA
(246,220,234)
#F6E0EC
(246,224,236)
#F6E4EE
(246,228,238)
#F6E8F0
(246,232,240)
#F6ECF2
(246,236,242)
#F6F0F4
(246,240,244)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CCE2; }

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

This text font color is #F6CCE2.


Background Color

.myBgColor { background-color: #F6CCE2; }

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

This div background color is #F6CCE2.


Border color

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

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

This div border color is #F6CCE2.


Opacity

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

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

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

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

This text has shadow with #F6CCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CCE2 on black background.


Color preview on white background

This text has color #F6CCE2 on white background.



Black color preview on #F6CCE2 background

This text has black color on #F6CCE2 background.


White color preview on #F6CCE2 background

This text has white color on #F6CCE2 background.