COLOR #F3C5DC

HEX: #F3C5DC
RGB: (243,197,220)

Color info

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

RGB color model

#F3C5DC color RGB value is (243,197,220).

  • red value is 243;
  • green value is 197;
  • blue value is 220.
RGB:
(243,197,220)
(95%,77%,86%)

RGB channels and saturation

R 243 of 255 = 95%
G 197 of 255 = 77%
B 220 of 255 = 86%

243
197
220

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

Portions of RGB colors in percentages

R + G + B =
243 + 197 + 220 = 660 (100%)
R 243 of 660 ~ 36.82%
G 197 of 660 ~ 29.85%
B 220 of 660 ~ 33.33%

%36.82
%29.85
%33.33

CMYK color model

#F3C5DC color CMYK value is (0,19,9,5).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 9.47%
  • key color value is 4.71%
CMYK:
(0,19,9,5)
C0M19Y9K5 
(0%,19%,9%,5%)
(0.00/0.19/0.09/0.05)	

CMYK percentages

%0
%18.93
%9.47
%4.71

Codes

Color #F3C5DC in popluar color models

F3C5DC
RGB243197220
HSL330°65.71%86.27%
HSB/HSV330°18.93%95.29%
CMYK0.00%18.93%9.47%
4.71%

Color #F3C5DC in popluar number systems.

HEXF3C5DC
Decimal243197220
Binary111100111100010111011100
Octal363305334

Shades and tints

Shades of #F3C5DC

#F3C5DC
(243,197,220)
#DDB4C8
(221,180,200)
#C7A3B4
(199,163,180)
#B192A0
(177,146,160)
#9B818C
(155,129,140)
#857078
(133,112,120)
#6F5F64
(111,95,100)
#594E50
(89,78,80)
#433D3C
(67,61,60)
#2D2C28
(45,44,40)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #F3C5DC

#F3C5DC
(243,197,220)
#F4CADF
(244,202,223)
#F5CFE2
(245,207,226)
#F6D4E5
(246,212,229)
#F7D9E8
(247,217,232)
#F8DEEB
(248,222,235)
#F9E3EE
(249,227,238)
#FAE8F1
(250,232,241)
#FBEDF4
(251,237,244)
#FCF2F7
(252,242,247)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C5DC color. Also use rgb(243,197,220) instead hex code.

Text Font Color

.myTextColor { color: #F3C5DC; }

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

This text font color is #F3C5DC.


Background Color

.myBgColor { background-color: #F3C5DC; }

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

This div background color is #F3C5DC.


Border color

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

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

This div border color is #F3C5DC.


Opacity

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

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

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

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

This text has shadow with #F3C5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C5DC on black background.


Color preview on white background

This text has color #F3C5DC on white background.



Black color preview on #F3C5DC background

This text has black color on #F3C5DC background.


White color preview on #F3C5DC background

This text has white color on #F3C5DC background.