COLOR #F3B4B4

HEX: #F3B4B4
RGB: (243,180,180)

Color info

#F3B4B4 contains mainly red color. Web safe color of #F3B4B4 is #FFCCCC (or #FCC).

RGB color model

#F3B4B4 color RGB value is (243,180,180).

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

RGB channels and saturation

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

243
180
180

R + G + B ~ 79%. #F3B4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 180 + 180 = 603 (100%)
R 243 of 603 ~ 40.3%
G 180 of 603 ~ 29.85%
B 180 of 603 ~ 29.85%

%40.3
%29.85
%29.85

CMYK color model

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

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

CMYK percentages

%0
%25.93
%25.93
%4.71

Codes

Color #F3B4B4 in popluar color models

F3B4B4
RGB243180180
HSL72.41%82.94%
HSB/HSV25.93%95.29%
CMYK0.00%25.93%25.93%
4.71%

Color #F3B4B4 in popluar number systems.

HEXF3B4B4
Decimal243180180
Binary111100111011010010110100
Octal363264264

Shades and tints

Shades of #F3B4B4

#F3B4B4
(243,180,180)
#DDA4A4
(221,164,164)
#C79494
(199,148,148)
#B18484
(177,132,132)
#9B7474
(155,116,116)
#856464
(133,100,100)
#6F5454
(111,84,84)
#594444
(89,68,68)
#433434
(67,52,52)
#2D2424
(45,36,36)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #F3B4B4

#F3B4B4
(243,180,180)
#F4BABA
(244,186,186)
#F5C0C0
(245,192,192)
#F6C6C6
(246,198,198)
#F7CCCC
(247,204,204)
#F8D2D2
(248,210,210)
#F9D8D8
(249,216,216)
#FADEDE
(250,222,222)
#FBE4E4
(251,228,228)
#FCEAEA
(252,234,234)
#FDF0F0
(253,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B4B4; }

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

This text font color is #F3B4B4.


Background Color

.myBgColor { background-color: #F3B4B4; }

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

This div background color is #F3B4B4.


Border color

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

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

This div border color is #F3B4B4.


Opacity

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

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

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

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

This text has shadow with #F3B4B4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F3B4B4 on black background.


Color preview on white background

This text has color #F3B4B4 on white background.



Black color preview on #F3B4B4 background

This text has black color on #F3B4B4 background.


White color preview on #F3B4B4 background

This text has white color on #F3B4B4 background.