COLOR #F6CCDB

HEX: #F6CCDB
RGB: (246,204,219)

Color info

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

RGB color model

#F6CCDB color RGB value is (246,204,219).

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

RGB channels and saturation

R 246 of 255 = 96%
G 204 of 255 = 80%
B 219 of 255 = 86%

246
204
219

R + G + B ~ 87%. #F6CCDB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 204 + 219 = 669 (100%)
R 246 of 669 ~ 36.77%
G 204 of 669 ~ 30.49%
B 219 of 669 ~ 32.74%

%36.77
%30.49
%32.74

CMYK color model

#F6CCDB color CMYK value is (0,17,11,4).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(0,17,11,4)
C0M17Y11K4 
(0%,17%,11%,4%)
(0.00/0.17/0.11/0.04)	

CMYK percentages

%0
%17.07
%10.98
%3.53

Codes

Color #F6CCDB in popluar color models

F6CCDB
RGB246204219
HSL339°70.00%88.24%
HSB/HSV339°17.07%96.47%
CMYK0.00%17.07%10.98%
3.53%

Color #F6CCDB in popluar number systems.

HEXF6CCDB
Decimal246204219
Binary111101101100110011011011
Octal366314333

Shades and tints

Shades of #F6CCDB

#F6CCDB
(246,204,219)
#E0BAC8
(224,186,200)
#CAA8B5
(202,168,181)
#B496A2
(180,150,162)
#9E848F
(158,132,143)
#88727C
(136,114,124)
#726069
(114,96,105)
#5C4E56
(92,78,86)
#463C43
(70,60,67)
#302A30
(48,42,48)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #F6CCDB

#F6CCDB
(246,204,219)
#F6D0DE
(246,208,222)
#F6D4E1
(246,212,225)
#F6D8E4
(246,216,228)
#F6DCE7
(246,220,231)
#F6E0EA
(246,224,234)
#F6E4ED
(246,228,237)
#F6E8F0
(246,232,240)
#F6ECF3
(246,236,243)
#F6F0F6
(246,240,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CCDB; }

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

This text font color is #F6CCDB.


Background Color

.myBgColor { background-color: #F6CCDB; }

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

This div background color is #F6CCDB.


Border color

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

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

This div border color is #F6CCDB.


Opacity

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

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

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

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

This text has shadow with #F6CCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CCDB on black background.


Color preview on white background

This text has color #F6CCDB on white background.



Black color preview on #F6CCDB background

This text has black color on #F6CCDB background.


White color preview on #F6CCDB background

This text has white color on #F6CCDB background.