COLOR #F3C2B8

HEX: #F3C2B8
RGB: (243,194,184)

Color info

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

RGB color model

#F3C2B8 color RGB value is (243,194,184).

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

RGB channels and saturation

R 243 of 255 = 95%
G 194 of 255 = 76%
B 184 of 255 = 72%

243
194
184

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

Portions of RGB colors in percentages

R + G + B =
243 + 194 + 184 = 621 (100%)
R 243 of 621 ~ 39.13%
G 194 of 621 ~ 31.24%
B 184 of 621 ~ 29.63%

%39.13
%31.24
%29.63

CMYK color model

#F3C2B8 color CMYK value is (0,20,24,5).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 24.28%
  • key color value is 4.71%
CMYK:
(0,20,24,5)
C0M20Y24K5 
(0%,20%,24%,5%)
(0.00/0.20/0.24/0.05)	

CMYK percentages

%0
%20.16
%24.28
%4.71

Codes

Color #F3C2B8 in popluar color models

F3C2B8
RGB243194184
HSL10°71.08%83.73%
HSB/HSV10°24.28%95.29%
CMYK0.00%20.16%24.28%
4.71%

Color #F3C2B8 in popluar number systems.

HEXF3C2B8
Decimal243194184
Binary111100111100001010111000
Octal363302270

Shades and tints

Shades of #F3C2B8

#F3C2B8
(243,194,184)
#DDB1A8
(221,177,168)
#C7A098
(199,160,152)
#B18F88
(177,143,136)
#9B7E78
(155,126,120)
#856D68
(133,109,104)
#6F5C58
(111,92,88)
#594B48
(89,75,72)
#433A38
(67,58,56)
#2D2928
(45,41,40)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #F3C2B8

#F3C2B8
(243,194,184)
#F4C7BE
(244,199,190)
#F5CCC4
(245,204,196)
#F6D1CA
(246,209,202)
#F7D6D0
(247,214,208)
#F8DBD6
(248,219,214)
#F9E0DC
(249,224,220)
#FAE5E2
(250,229,226)
#FBEAE8
(251,234,232)
#FCEFEE
(252,239,238)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C2B8; }

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

This text font color is #F3C2B8.


Background Color

.myBgColor { background-color: #F3C2B8; }

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

This div background color is #F3C2B8.


Border color

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

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

This div border color is #F3C2B8.


Opacity

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

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

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

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

This text has shadow with #F3C2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C2B8 on black background.


Color preview on white background

This text has color #F3C2B8 on white background.



Black color preview on #F3C2B8 background

This text has black color on #F3C2B8 background.


White color preview on #F3C2B8 background

This text has white color on #F3C2B8 background.