COLOR #F3C2D7

HEX: #F3C2D7
RGB: (243,194,215)

Color info

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

RGB color model

#F3C2D7 color RGB value is (243,194,215).

  • red value is 243;
  • green value is 194;
  • blue value is 215.
RGB:
(243,194,215)
(95%,76%,84%)

RGB channels and saturation

R 243 of 255 = 95%
G 194 of 255 = 76%
B 215 of 255 = 84%

243
194
215

R + G + B ~ 85%. #F3C2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 194 + 215 = 652 (100%)
R 243 of 652 ~ 37.27%
G 194 of 652 ~ 29.75%
B 215 of 652 ~ 32.98%

%37.27
%29.75
%32.98

CMYK color model

#F3C2D7 color CMYK value is (0,20,12,5).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 11.52%
  • key color value is 4.71%
CMYK:
(0,20,12,5)
C0M20Y12K5 
(0%,20%,12%,5%)
(0.00/0.20/0.12/0.05)	

CMYK percentages

%0
%20.16
%11.52
%4.71

Codes

Color #F3C2D7 in popluar color models

F3C2D7
RGB243194215
HSL334°67.12%85.69%
HSB/HSV334°20.16%95.29%
CMYK0.00%20.16%11.52%
4.71%

Color #F3C2D7 in popluar number systems.

HEXF3C2D7
Decimal243194215
Binary111100111100001011010111
Octal363302327

Shades and tints

Shades of #F3C2D7

#F3C2D7
(243,194,215)
#DDB1C4
(221,177,196)
#C7A0B1
(199,160,177)
#B18F9E
(177,143,158)
#9B7E8B
(155,126,139)
#856D78
(133,109,120)
#6F5C65
(111,92,101)
#594B52
(89,75,82)
#433A3F
(67,58,63)
#2D292C
(45,41,44)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #F3C2D7

#F3C2D7
(243,194,215)
#F4C7DA
(244,199,218)
#F5CCDD
(245,204,221)
#F6D1E0
(246,209,224)
#F7D6E3
(247,214,227)
#F8DBE6
(248,219,230)
#F9E0E9
(249,224,233)
#FAE5EC
(250,229,236)
#FBEAEF
(251,234,239)
#FCEFF2
(252,239,242)
#FDF4F5
(253,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C2D7 color. Also use rgb(243,194,215) instead hex code.

Text Font Color

.myTextColor { color: #F3C2D7; }

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

This text font color is #F3C2D7.


Background Color

.myBgColor { background-color: #F3C2D7; }

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

This div background color is #F3C2D7.


Border color

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

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

This div border color is #F3C2D7.


Opacity

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

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

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

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

This text has shadow with #F3C2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C2D7 on black background.


Color preview on white background

This text has color #F3C2D7 on white background.



Black color preview on #F3C2D7 background

This text has black color on #F3C2D7 background.


White color preview on #F3C2D7 background

This text has white color on #F3C2D7 background.