COLOR #F6C4DE

HEX: #F6C4DE
RGB: (246,196,222)

Color info

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

RGB color model

#F6C4DE color RGB value is (246,196,222).

  • red value is 246;
  • green value is 196;
  • blue value is 222.
RGB:
(246,196,222)
(96%,77%,87%)

RGB channels and saturation

R 246 of 255 = 96%
G 196 of 255 = 77%
B 222 of 255 = 87%

246
196
222

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

Portions of RGB colors in percentages

R + G + B =
246 + 196 + 222 = 664 (100%)
R 246 of 664 ~ 37.05%
G 196 of 664 ~ 29.52%
B 222 of 664 ~ 33.43%

%37.05
%29.52
%33.43

CMYK color model

#F6C4DE color CMYK value is (0,20,10,4).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 9.76%
  • key color value is 3.53%
CMYK:
(0,20,10,4)
C0M20Y10K4 
(0%,20%,10%,4%)
(0.00/0.20/0.10/0.04)	

CMYK percentages

%0
%20.33
%9.76
%3.53

Codes

Color #F6C4DE in popluar color models

F6C4DE
RGB246196222
HSL329°73.53%86.67%
HSB/HSV329°20.33%96.47%
CMYK0.00%20.33%9.76%
3.53%

Color #F6C4DE in popluar number systems.

HEXF6C4DE
Decimal246196222
Binary111101101100010011011110
Octal366304336

Shades and tints

Shades of #F6C4DE

#F6C4DE
(246,196,222)
#E0B3CA
(224,179,202)
#CAA2B6
(202,162,182)
#B491A2
(180,145,162)
#9E808E
(158,128,142)
#886F7A
(136,111,122)
#725E66
(114,94,102)
#5C4D52
(92,77,82)
#463C3E
(70,60,62)
#302B2A
(48,43,42)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #F6C4DE

#F6C4DE
(246,196,222)
#F6C9E1
(246,201,225)
#F6CEE4
(246,206,228)
#F6D3E7
(246,211,231)
#F6D8EA
(246,216,234)
#F6DDED
(246,221,237)
#F6E2F0
(246,226,240)
#F6E7F3
(246,231,243)
#F6ECF6
(246,236,246)
#F6F1F9
(246,241,249)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C4DE color. Also use rgb(246,196,222) instead hex code.

Text Font Color

.myTextColor { color: #F6C4DE; }

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

This text font color is #F6C4DE.


Background Color

.myBgColor { background-color: #F6C4DE; }

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

This div background color is #F6C4DE.


Border color

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

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

This div border color is #F6C4DE.


Opacity

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

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

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

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

This text has shadow with #F6C4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C4DE on black background.


Color preview on white background

This text has color #F6C4DE on white background.



Black color preview on #F6C4DE background

This text has black color on #F6C4DE background.


White color preview on #F6C4DE background

This text has white color on #F6C4DE background.