COLOR #F3C3B6

HEX: #F3C3B6
RGB: (243,195,182)

Color info

#F3C3B6 contains mainly red and green colors. Web safe color of #F3C3B6 is #FFCCCC (or #FCC).

RGB color model

#F3C3B6 color RGB value is (243,195,182).

  • red value is 243;
  • green value is 195;
  • blue value is 182.
RGB:
(243,195,182)
(95%,76%,71%)

RGB channels and saturation

R 243 of 255 = 95%
G 195 of 255 = 76%
B 182 of 255 = 71%

243
195
182

R + G + B ~ 81%. #F3C3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 195 + 182 = 620 (100%)
R 243 of 620 ~ 39.19%
G 195 of 620 ~ 31.45%
B 182 of 620 ~ 29.35%

%39.19
%31.45
%29.35

CMYK color model

#F3C3B6 color CMYK value is (0,20,25,5).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 25.10%
  • key color value is 4.71%
CMYK:
(0,20,25,5)
C0M20Y25K5 
(0%,20%,25%,5%)
(0.00/0.20/0.25/0.05)	

CMYK percentages

%0
%19.75
%25.1
%4.71

Codes

Color #F3C3B6 in popluar color models

F3C3B6
RGB243195182
HSL13°71.76%83.33%
HSB/HSV13°25.10%95.29%
CMYK0.00%19.75%25.10%
4.71%

Color #F3C3B6 in popluar number systems.

HEXF3C3B6
Decimal243195182
Binary111100111100001110110110
Octal363303266

Shades and tints

Shades of #F3C3B6

#F3C3B6
(243,195,182)
#DDB2A6
(221,178,166)
#C7A196
(199,161,150)
#B19086
(177,144,134)
#9B7F76
(155,127,118)
#856E66
(133,110,102)
#6F5D56
(111,93,86)
#594C46
(89,76,70)
#433B36
(67,59,54)
#2D2A26
(45,42,38)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #F3C3B6

#F3C3B6
(243,195,182)
#F4C8BC
(244,200,188)
#F5CDC2
(245,205,194)
#F6D2C8
(246,210,200)
#F7D7CE
(247,215,206)
#F8DCD4
(248,220,212)
#F9E1DA
(249,225,218)
#FAE6E0
(250,230,224)
#FBEBE6
(251,235,230)
#FCF0EC
(252,240,236)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C3B6 color. Also use rgb(243,195,182) instead hex code.

Text Font Color

.myTextColor { color: #F3C3B6; }

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

This text font color is #F3C3B6.


Background Color

.myBgColor { background-color: #F3C3B6; }

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

This div background color is #F3C3B6.


Border color

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

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

This div border color is #F3C3B6.


Opacity

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

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

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

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

This text has shadow with #F3C3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C3B6 on black background.


Color preview on white background

This text has color #F3C3B6 on white background.



Black color preview on #F3C3B6 background

This text has black color on #F3C3B6 background.


White color preview on #F3C3B6 background

This text has white color on #F3C3B6 background.