COLOR #F3C2DB

HEX: #F3C2DB
RGB: (243,194,219)

Color info

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

RGB color model

#F3C2DB color RGB value is (243,194,219).

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

RGB channels and saturation

R 243 of 255 = 95%
G 194 of 255 = 76%
B 219 of 255 = 86%

243
194
219

R + G + B ~ 86%. #F3C2DB is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 194 + 219 = 656 (100%)
R 243 of 656 ~ 37.04%
G 194 of 656 ~ 29.57%
B 219 of 656 ~ 33.38%

%37.04
%29.57
%33.38

CMYK color model

#F3C2DB color CMYK value is (0,20,10,5).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(0,20,10,5)
C0M20Y10K5 
(0%,20%,10%,5%)
(0.00/0.20/0.10/0.05)	

CMYK percentages

%0
%20.16
%9.88
%4.71

Codes

Color #F3C2DB in popluar color models

F3C2DB
RGB243194219
HSL329°67.12%85.69%
HSB/HSV329°20.16%95.29%
CMYK0.00%20.16%9.88%
4.71%

Color #F3C2DB in popluar number systems.

HEXF3C2DB
Decimal243194219
Binary111100111100001011011011
Octal363302333

Shades and tints

Shades of #F3C2DB

#F3C2DB
(243,194,219)
#DDB1C8
(221,177,200)
#C7A0B5
(199,160,181)
#B18FA2
(177,143,162)
#9B7E8F
(155,126,143)
#856D7C
(133,109,124)
#6F5C69
(111,92,105)
#594B56
(89,75,86)
#433A43
(67,58,67)
#2D2930
(45,41,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #F3C2DB

#F3C2DB
(243,194,219)
#F4C7DE
(244,199,222)
#F5CCE1
(245,204,225)
#F6D1E4
(246,209,228)
#F7D6E7
(247,214,231)
#F8DBEA
(248,219,234)
#F9E0ED
(249,224,237)
#FAE5F0
(250,229,240)
#FBEAF3
(251,234,243)
#FCEFF6
(252,239,246)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C2DB; }

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

This text font color is #F3C2DB.


Background Color

.myBgColor { background-color: #F3C2DB; }

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

This div background color is #F3C2DB.


Border color

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

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

This div border color is #F3C2DB.


Opacity

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

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

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

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

This text has shadow with #F3C2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C2DB on black background.


Color preview on white background

This text has color #F3C2DB on white background.



Black color preview on #F3C2DB background

This text has black color on #F3C2DB background.


White color preview on #F3C2DB background

This text has white color on #F3C2DB background.