COLOR #F9B3B3

HEX: #F9B3B3
RGB: (249,179,179)

Color info

#F9B3B3 contains mainly red color. Web safe color of #F9B3B3 is #FF9999 (or #F99).

RGB color model

#F9B3B3 color RGB value is (249,179,179).

  • red value is 249;
  • green value is 179;
  • blue value is 179.
RGB:
(249,179,179)
(98%,70%,70%)

RGB channels and saturation

R 249 of 255 = 98%
G 179 of 255 = 70%
B 179 of 255 = 70%

249
179
179

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

Portions of RGB colors in percentages

R + G + B =
249 + 179 + 179 = 607 (100%)
R 249 of 607 ~ 41.02%
G 179 of 607 ~ 29.49%
B 179 of 607 ~ 29.49%

%41.02
%29.49
%29.49

CMYK color model

#F9B3B3 color CMYK value is (0,28,28,2).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 28.11%
  • key color value is 2.35%
CMYK:
(0,28,28,2)
C0M28Y28K2 
(0%,28%,28%,2%)
(0.00/0.28/0.28/0.02)	

CMYK percentages

%0
%28.11
%28.11
%2.35

Codes

Color #F9B3B3 in popluar color models

F9B3B3
RGB249179179
HSL85.37%83.92%
HSB/HSV28.11%97.65%
CMYK0.00%28.11%28.11%
2.35%

Color #F9B3B3 in popluar number systems.

HEXF9B3B3
Decimal249179179
Binary111110011011001110110011
Octal371263263

Shades and tints

Shades of #F9B3B3

#F9B3B3
(249,179,179)
#E3A3A3
(227,163,163)
#CD9393
(205,147,147)
#B78383
(183,131,131)
#A17373
(161,115,115)
#8B6363
(139,99,99)
#755353
(117,83,83)
#5F4343
(95,67,67)
#493333
(73,51,51)
#332323
(51,35,35)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #F9B3B3

#F9B3B3
(249,179,179)
#F9B9B9
(249,185,185)
#F9BFBF
(249,191,191)
#F9C5C5
(249,197,197)
#F9CBCB
(249,203,203)
#F9D1D1
(249,209,209)
#F9D7D7
(249,215,215)
#F9DDDD
(249,221,221)
#F9E3E3
(249,227,227)
#F9E9E9
(249,233,233)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B3B3 color. Also use rgb(249,179,179) instead hex code.

Text Font Color

.myTextColor { color: #F9B3B3; }

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

This text font color is #F9B3B3.


Background Color

.myBgColor { background-color: #F9B3B3; }

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

This div background color is #F9B3B3.


Border color

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

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

This div border color is #F9B3B3.


Opacity

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

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

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

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

This text has shadow with #F9B3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B3B3 on black background.


Color preview on white background

This text has color #F9B3B3 on white background.



Black color preview on #F9B3B3 background

This text has black color on #F9B3B3 background.


White color preview on #F9B3B3 background

This text has white color on #F9B3B3 background.