COLOR #F6C3E1

HEX: #F6C3E1
RGB: (246,195,225)

Color info

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

RGB color model

#F6C3E1 color RGB value is (246,195,225).

  • red value is 246;
  • green value is 195;
  • blue value is 225.
RGB:
(246,195,225)
(96%,76%,88%)

RGB channels and saturation

R 246 of 255 = 96%
G 195 of 255 = 76%
B 225 of 255 = 88%

246
195
225

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

Portions of RGB colors in percentages

R + G + B =
246 + 195 + 225 = 666 (100%)
R 246 of 666 ~ 36.94%
G 195 of 666 ~ 29.28%
B 225 of 666 ~ 33.78%

%36.94
%29.28
%33.78

CMYK color model

#F6C3E1 color CMYK value is (0,21,9,4).

  • cyan value is 0.00%
  • magenta value is 20.73%
  • yellow value is 8.54%
  • key color value is 3.53%
CMYK:
(0,21,9,4)
C0M21Y9K4 
(0%,21%,9%,4%)
(0.00/0.21/0.09/0.04)	

CMYK percentages

%0
%20.73
%8.54
%3.53

Codes

Color #F6C3E1 in popluar color models

F6C3E1
RGB246195225
HSL325°73.91%86.47%
HSB/HSV325°20.73%96.47%
CMYK0.00%20.73%8.54%
3.53%

Color #F6C3E1 in popluar number systems.

HEXF6C3E1
Decimal246195225
Binary111101101100001111100001
Octal366303341

Shades and tints

Shades of #F6C3E1

#F6C3E1
(246,195,225)
#E0B2CD
(224,178,205)
#CAA1B9
(202,161,185)
#B490A5
(180,144,165)
#9E7F91
(158,127,145)
#886E7D
(136,110,125)
#725D69
(114,93,105)
#5C4C55
(92,76,85)
#463B41
(70,59,65)
#302A2D
(48,42,45)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #F6C3E1

#F6C3E1
(246,195,225)
#F6C8E3
(246,200,227)
#F6CDE5
(246,205,229)
#F6D2E7
(246,210,231)
#F6D7E9
(246,215,233)
#F6DCEB
(246,220,235)
#F6E1ED
(246,225,237)
#F6E6EF
(246,230,239)
#F6EBF1
(246,235,241)
#F6F0F3
(246,240,243)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C3E1 color. Also use rgb(246,195,225) instead hex code.

Text Font Color

.myTextColor { color: #F6C3E1; }

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

This text font color is #F6C3E1.


Background Color

.myBgColor { background-color: #F6C3E1; }

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

This div background color is #F6C3E1.


Border color

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

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

This div border color is #F6C3E1.


Opacity

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

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

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

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

This text has shadow with #F6C3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C3E1 on black background.


Color preview on white background

This text has color #F6C3E1 on white background.



Black color preview on #F6C3E1 background

This text has black color on #F6C3E1 background.


White color preview on #F6C3E1 background

This text has white color on #F6C3E1 background.