COLOR #F3C6ED

HEX: #F3C6ED
RGB: (243,198,237)

Color info

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

RGB color model

#F3C6ED color RGB value is (243,198,237).

  • red value is 243;
  • green value is 198;
  • blue value is 237.
RGB:
(243,198,237)
(95%,78%,93%)

RGB channels and saturation

R 243 of 255 = 95%
G 198 of 255 = 78%
B 237 of 255 = 93%

243
198
237

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

Portions of RGB colors in percentages

R + G + B =
243 + 198 + 237 = 678 (100%)
R 243 of 678 ~ 35.84%
G 198 of 678 ~ 29.2%
B 237 of 678 ~ 34.96%

%35.84
%29.2
%34.96

CMYK color model

#F3C6ED color CMYK value is (0,19,2,5).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(0,19,2,5)
C0M19Y2K5 
(0%,19%,2%,5%)
(0.00/0.19/0.02/0.05)	

CMYK percentages

%0
%18.52
%2.47
%4.71

Codes

Color #F3C6ED in popluar color models

F3C6ED
RGB243198237
HSL308°65.22%86.47%
HSB/HSV308°18.52%95.29%
CMYK0.00%18.52%2.47%
4.71%

Color #F3C6ED in popluar number systems.

HEXF3C6ED
Decimal243198237
Binary111100111100011011101101
Octal363306355

Shades and tints

Shades of #F3C6ED

#F3C6ED
(243,198,237)
#DDB4D8
(221,180,216)
#C7A2C3
(199,162,195)
#B190AE
(177,144,174)
#9B7E99
(155,126,153)
#856C84
(133,108,132)
#6F5A6F
(111,90,111)
#59485A
(89,72,90)
#433645
(67,54,69)
#2D2430
(45,36,48)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #F3C6ED

#F3C6ED
(243,198,237)
#F4CBEE
(244,203,238)
#F5D0EF
(245,208,239)
#F6D5F0
(246,213,240)
#F7DAF1
(247,218,241)
#F8DFF2
(248,223,242)
#F9E4F3
(249,228,243)
#FAE9F4
(250,233,244)
#FBEEF5
(251,238,245)
#FCF3F6
(252,243,246)
#FDF8F7
(253,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C6ED color. Also use rgb(243,198,237) instead hex code.

Text Font Color

.myTextColor { color: #F3C6ED; }

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

This text font color is #F3C6ED.


Background Color

.myBgColor { background-color: #F3C6ED; }

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

This div background color is #F3C6ED.


Border color

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

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

This div border color is #F3C6ED.


Opacity

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

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

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

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

This text has shadow with #F3C6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C6ED on black background.


Color preview on white background

This text has color #F3C6ED on white background.



Black color preview on #F3C6ED background

This text has black color on #F3C6ED background.


White color preview on #F3C6ED background

This text has white color on #F3C6ED background.