COLOR #F3C8DA

HEX: #F3C8DA
RGB: (243,200,218)

Color info

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

RGB color model

#F3C8DA color RGB value is (243,200,218).

  • red value is 243;
  • green value is 200;
  • blue value is 218.
RGB:
(243,200,218)
(95%,78%,85%)

RGB channels and saturation

R 243 of 255 = 95%
G 200 of 255 = 78%
B 218 of 255 = 85%

243
200
218

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

Portions of RGB colors in percentages

R + G + B =
243 + 200 + 218 = 661 (100%)
R 243 of 661 ~ 36.76%
G 200 of 661 ~ 30.26%
B 218 of 661 ~ 32.98%

%36.76
%30.26
%32.98

CMYK color model

#F3C8DA color CMYK value is (0,18,10,5).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 10.29%
  • key color value is 4.71%
CMYK:
(0,18,10,5)
C0M18Y10K5 
(0%,18%,10%,5%)
(0.00/0.18/0.10/0.05)	

CMYK percentages

%0
%17.7
%10.29
%4.71

Codes

Color #F3C8DA in popluar color models

F3C8DA
RGB243200218
HSL335°64.18%86.86%
HSB/HSV335°17.70%95.29%
CMYK0.00%17.70%10.29%
4.71%

Color #F3C8DA in popluar number systems.

HEXF3C8DA
Decimal243200218
Binary111100111100100011011010
Octal363310332

Shades and tints

Shades of #F3C8DA

#F3C8DA
(243,200,218)
#DDB6C7
(221,182,199)
#C7A4B4
(199,164,180)
#B192A1
(177,146,161)
#9B808E
(155,128,142)
#856E7B
(133,110,123)
#6F5C68
(111,92,104)
#594A55
(89,74,85)
#433842
(67,56,66)
#2D262F
(45,38,47)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #F3C8DA

#F3C8DA
(243,200,218)
#F4CDDD
(244,205,221)
#F5D2E0
(245,210,224)
#F6D7E3
(246,215,227)
#F7DCE6
(247,220,230)
#F8E1E9
(248,225,233)
#F9E6EC
(249,230,236)
#FAEBEF
(250,235,239)
#FBF0F2
(251,240,242)
#FCF5F5
(252,245,245)
#FDFAF8
(253,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C8DA color. Also use rgb(243,200,218) instead hex code.

Text Font Color

.myTextColor { color: #F3C8DA; }

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

This text font color is #F3C8DA.


Background Color

.myBgColor { background-color: #F3C8DA; }

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

This div background color is #F3C8DA.


Border color

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

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

This div border color is #F3C8DA.


Opacity

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

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

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

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

This text has shadow with #F3C8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C8DA on black background.


Color preview on white background

This text has color #F3C8DA on white background.



Black color preview on #F3C8DA background

This text has black color on #F3C8DA background.


White color preview on #F3C8DA background

This text has white color on #F3C8DA background.