COLOR #F3B4C5

HEX: #F3B4C5
RGB: (243,180,197)

Color info

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

RGB color model

#F3B4C5 color RGB value is (243,180,197).

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

RGB channels and saturation

R 243 of 255 = 95%
G 180 of 255 = 71%
B 197 of 255 = 77%

243
180
197

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

Portions of RGB colors in percentages

R + G + B =
243 + 180 + 197 = 620 (100%)
R 243 of 620 ~ 39.19%
G 180 of 620 ~ 29.03%
B 197 of 620 ~ 31.77%

%39.19
%29.03
%31.77

CMYK color model

#F3B4C5 color CMYK value is (0,26,19,5).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 18.93%
  • key color value is 4.71%
CMYK:
(0,26,19,5)
C0M26Y19K5 
(0%,26%,19%,5%)
(0.00/0.26/0.19/0.05)	

CMYK percentages

%0
%25.93
%18.93
%4.71

Codes

Color #F3B4C5 in popluar color models

F3B4C5
RGB243180197
HSL344°72.41%82.94%
HSB/HSV344°25.93%95.29%
CMYK0.00%25.93%18.93%
4.71%

Color #F3B4C5 in popluar number systems.

HEXF3B4C5
Decimal243180197
Binary111100111011010011000101
Octal363264305

Shades and tints

Shades of #F3B4C5

#F3B4C5
(243,180,197)
#DDA4B4
(221,164,180)
#C794A3
(199,148,163)
#B18492
(177,132,146)
#9B7481
(155,116,129)
#856470
(133,100,112)
#6F545F
(111,84,95)
#59444E
(89,68,78)
#43343D
(67,52,61)
#2D242C
(45,36,44)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #F3B4C5

#F3B4C5
(243,180,197)
#F4BACA
(244,186,202)
#F5C0CF
(245,192,207)
#F6C6D4
(246,198,212)
#F7CCD9
(247,204,217)
#F8D2DE
(248,210,222)
#F9D8E3
(249,216,227)
#FADEE8
(250,222,232)
#FBE4ED
(251,228,237)
#FCEAF2
(252,234,242)
#FDF0F7
(253,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B4C5; }

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

This text font color is #F3B4C5.


Background Color

.myBgColor { background-color: #F3B4C5; }

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

This div background color is #F3B4C5.


Border color

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

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

This div border color is #F3B4C5.


Opacity

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

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

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

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

This text has shadow with #F3B4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B4C5 on black background.


Color preview on white background

This text has color #F3B4C5 on white background.



Black color preview on #F3B4C5 background

This text has black color on #F3B4C5 background.


White color preview on #F3B4C5 background

This text has white color on #F3B4C5 background.