COLOR #F6C4ED

HEX: #F6C4ED
RGB: (246,196,237)

Color info

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

RGB color model

#F6C4ED color RGB value is (246,196,237).

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

RGB channels and saturation

R 246 of 255 = 96%
G 196 of 255 = 77%
B 237 of 255 = 93%

246
196
237

R + G + B ~ 89%. #F6C4ED is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 196 + 237 = 679 (100%)
R 246 of 679 ~ 36.23%
G 196 of 679 ~ 28.87%
B 237 of 679 ~ 34.9%

%36.23
%28.87
%34.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 3.66%
  • key color value is 3.53%
CMYK:
(0,20,4,4)
C0M20Y4K4 
(0%,20%,4%,4%)
(0.00/0.20/0.04/0.04)	

CMYK percentages

%0
%20.33
%3.66
%3.53

Codes

Color #F6C4ED in popluar color models

F6C4ED
RGB246196237
HSL311°73.53%86.67%
HSB/HSV311°20.33%96.47%
CMYK0.00%20.33%3.66%
3.53%

Color #F6C4ED in popluar number systems.

HEXF6C4ED
Decimal246196237
Binary111101101100010011101101
Octal366304355

Shades and tints

Shades of #F6C4ED

#F6C4ED
(246,196,237)
#E0B3D8
(224,179,216)
#CAA2C3
(202,162,195)
#B491AE
(180,145,174)
#9E8099
(158,128,153)
#886F84
(136,111,132)
#725E6F
(114,94,111)
#5C4D5A
(92,77,90)
#463C45
(70,60,69)
#302B30
(48,43,48)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #F6C4ED

#F6C4ED
(246,196,237)
#F6C9EE
(246,201,238)
#F6CEEF
(246,206,239)
#F6D3F0
(246,211,240)
#F6D8F1
(246,216,241)
#F6DDF2
(246,221,242)
#F6E2F3
(246,226,243)
#F6E7F4
(246,231,244)
#F6ECF5
(246,236,245)
#F6F1F6
(246,241,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C4ED; }

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

This text font color is #F6C4ED.


Background Color

.myBgColor { background-color: #F6C4ED; }

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

This div background color is #F6C4ED.


Border color

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

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

This div border color is #F6C4ED.


Opacity

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

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

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

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

This text has shadow with #F6C4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C4ED on black background.


Color preview on white background

This text has color #F6C4ED on white background.



Black color preview on #F6C4ED background

This text has black color on #F6C4ED background.


White color preview on #F6C4ED background

This text has white color on #F6C4ED background.