COLOR #F4B1B1

HEX: #F4B1B1
RGB: (244,177,177)

Color info

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

RGB color model

#F4B1B1 color RGB value is (244,177,177).

  • red value is 244;
  • green value is 177;
  • blue value is 177.
RGB:
(244,177,177)
(96%,69%,69%)

RGB channels and saturation

R 244 of 255 = 96%
G 177 of 255 = 69%
B 177 of 255 = 69%

244
177
177

R + G + B ~ 78%. #F4B1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 177 + 177 = 598 (100%)
R 244 of 598 ~ 40.8%
G 177 of 598 ~ 29.6%
B 177 of 598 ~ 29.6%

%40.8
%29.6
%29.6

CMYK color model

#F4B1B1 color CMYK value is (0,27,27,4).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 27.46%
  • key color value is 4.31%
CMYK:
(0,27,27,4)
C0M27Y27K4 
(0%,27%,27%,4%)
(0.00/0.27/0.27/0.04)	

CMYK percentages

%0
%27.46
%27.46
%4.31

Codes

Color #F4B1B1 in popluar color models

F4B1B1
RGB244177177
HSL75.28%82.55%
HSB/HSV27.46%95.69%
CMYK0.00%27.46%27.46%
4.31%

Color #F4B1B1 in popluar number systems.

HEXF4B1B1
Decimal244177177
Binary111101001011000110110001
Octal364261261

Shades and tints

Shades of #F4B1B1

#F4B1B1
(244,177,177)
#DEA1A1
(222,161,161)
#C89191
(200,145,145)
#B28181
(178,129,129)
#9C7171
(156,113,113)
#866161
(134,97,97)
#705151
(112,81,81)
#5A4141
(90,65,65)
#443131
(68,49,49)
#2E2121
(46,33,33)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #F4B1B1

#F4B1B1
(244,177,177)
#F5B8B8
(245,184,184)
#F6BFBF
(246,191,191)
#F7C6C6
(247,198,198)
#F8CDCD
(248,205,205)
#F9D4D4
(249,212,212)
#FADBDB
(250,219,219)
#FBE2E2
(251,226,226)
#FCE9E9
(252,233,233)
#FDF0F0
(253,240,240)
#FEF7F7
(254,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B1B1 color. Also use rgb(244,177,177) instead hex code.

Text Font Color

.myTextColor { color: #F4B1B1; }

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

This text font color is #F4B1B1.


Background Color

.myBgColor { background-color: #F4B1B1; }

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

This div background color is #F4B1B1.


Border color

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

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

This div border color is #F4B1B1.


Opacity

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

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

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

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

This text has shadow with #F4B1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B1B1 on black background.


Color preview on white background

This text has color #F4B1B1 on white background.



Black color preview on #F4B1B1 background

This text has black color on #F4B1B1 background.


White color preview on #F4B1B1 background

This text has white color on #F4B1B1 background.