COLOR #F3C2D4

HEX: #F3C2D4
RGB: (243,194,212)

Color info

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

RGB color model

#F3C2D4 color RGB value is (243,194,212).

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

RGB channels and saturation

R 243 of 255 = 95%
G 194 of 255 = 76%
B 212 of 255 = 83%

243
194
212

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

Portions of RGB colors in percentages

R + G + B =
243 + 194 + 212 = 649 (100%)
R 243 of 649 ~ 37.44%
G 194 of 649 ~ 29.89%
B 212 of 649 ~ 32.67%

%37.44
%29.89
%32.67

CMYK color model

#F3C2D4 color CMYK value is (0,20,13,5).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 12.76%
  • key color value is 4.71%
CMYK:
(0,20,13,5)
C0M20Y13K5 
(0%,20%,13%,5%)
(0.00/0.20/0.13/0.05)	

CMYK percentages

%0
%20.16
%12.76
%4.71

Codes

Color #F3C2D4 in popluar color models

F3C2D4
RGB243194212
HSL338°67.12%85.69%
HSB/HSV338°20.16%95.29%
CMYK0.00%20.16%12.76%
4.71%

Color #F3C2D4 in popluar number systems.

HEXF3C2D4
Decimal243194212
Binary111100111100001011010100
Octal363302324

Shades and tints

Shades of #F3C2D4

#F3C2D4
(243,194,212)
#DDB1C1
(221,177,193)
#C7A0AE
(199,160,174)
#B18F9B
(177,143,155)
#9B7E88
(155,126,136)
#856D75
(133,109,117)
#6F5C62
(111,92,98)
#594B4F
(89,75,79)
#433A3C
(67,58,60)
#2D2929
(45,41,41)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #F3C2D4

#F3C2D4
(243,194,212)
#F4C7D7
(244,199,215)
#F5CCDA
(245,204,218)
#F6D1DD
(246,209,221)
#F7D6E0
(247,214,224)
#F8DBE3
(248,219,227)
#F9E0E6
(249,224,230)
#FAE5E9
(250,229,233)
#FBEAEC
(251,234,236)
#FCEFEF
(252,239,239)
#FDF4F2
(253,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C2D4; }

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

This text font color is #F3C2D4.


Background Color

.myBgColor { background-color: #F3C2D4; }

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

This div background color is #F3C2D4.


Border color

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

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

This div border color is #F3C2D4.


Opacity

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

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

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

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

This text has shadow with #F3C2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C2D4 on black background.


Color preview on white background

This text has color #F3C2D4 on white background.



Black color preview on #F3C2D4 background

This text has black color on #F3C2D4 background.


White color preview on #F3C2D4 background

This text has white color on #F3C2D4 background.