COLOR #F3C6C8

HEX: #F3C6C8
RGB: (243,198,200)

Color info

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

RGB color model

#F3C6C8 color RGB value is (243,198,200).

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

RGB channels and saturation

R 243 of 255 = 95%
G 198 of 255 = 78%
B 200 of 255 = 78%

243
198
200

R + G + B ~ 84%. #F3C6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 198 + 200 = 641 (100%)
R 243 of 641 ~ 37.91%
G 198 of 641 ~ 30.89%
B 200 of 641 ~ 31.2%

%37.91
%30.89
%31.2

CMYK color model

#F3C6C8 color CMYK value is (0,19,18,5).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 17.70%
  • key color value is 4.71%
CMYK:
(0,19,18,5)
C0M19Y18K5 
(0%,19%,18%,5%)
(0.00/0.19/0.18/0.05)	

CMYK percentages

%0
%18.52
%17.7
%4.71

Codes

Color #F3C6C8 in popluar color models

F3C6C8
RGB243198200
HSL357°65.22%86.47%
HSB/HSV357°18.52%95.29%
CMYK0.00%18.52%17.70%
4.71%

Color #F3C6C8 in popluar number systems.

HEXF3C6C8
Decimal243198200
Binary111100111100011011001000
Octal363306310

Shades and tints

Shades of #F3C6C8

#F3C6C8
(243,198,200)
#DDB4B6
(221,180,182)
#C7A2A4
(199,162,164)
#B19092
(177,144,146)
#9B7E80
(155,126,128)
#856C6E
(133,108,110)
#6F5A5C
(111,90,92)
#59484A
(89,72,74)
#433638
(67,54,56)
#2D2426
(45,36,38)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #F3C6C8

#F3C6C8
(243,198,200)
#F4CBCD
(244,203,205)
#F5D0D2
(245,208,210)
#F6D5D7
(246,213,215)
#F7DADC
(247,218,220)
#F8DFE1
(248,223,225)
#F9E4E6
(249,228,230)
#FAE9EB
(250,233,235)
#FBEEF0
(251,238,240)
#FCF3F5
(252,243,245)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C6C8; }

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

This text font color is #F3C6C8.


Background Color

.myBgColor { background-color: #F3C6C8; }

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

This div background color is #F3C6C8.


Border color

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

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

This div border color is #F3C6C8.


Opacity

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

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

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

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

This text has shadow with #F3C6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C6C8 on black background.


Color preview on white background

This text has color #F3C6C8 on white background.



Black color preview on #F3C6C8 background

This text has black color on #F3C6C8 background.


White color preview on #F3C6C8 background

This text has white color on #F3C6C8 background.