COLOR #F4B1B9

HEX: #F4B1B9
RGB: (244,177,185)

Color info

#F4B1B9 contains mainly red and blue colors. Web safe color of #F4B1B9 is #FF99CC (or #F9C).

RGB color model

#F4B1B9 color RGB value is (244,177,185).

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

RGB channels and saturation

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

244
177
185

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

Portions of RGB colors in percentages

R + G + B =
244 + 177 + 185 = 606 (100%)
R 244 of 606 ~ 40.26%
G 177 of 606 ~ 29.21%
B 185 of 606 ~ 30.53%

%40.26
%29.21
%30.53

CMYK color model

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

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

CMYK percentages

%0
%27.46
%24.18
%4.31

Codes

Color #F4B1B9 in popluar color models

F4B1B9
RGB244177185
HSL353°75.28%82.55%
HSB/HSV353°27.46%95.69%
CMYK0.00%27.46%24.18%
4.31%

Color #F4B1B9 in popluar number systems.

HEXF4B1B9
Decimal244177185
Binary111101001011000110111001
Octal364261271

Shades and tints

Shades of #F4B1B9

#F4B1B9
(244,177,185)
#DEA1A9
(222,161,169)
#C89199
(200,145,153)
#B28189
(178,129,137)
#9C7179
(156,113,121)
#866169
(134,97,105)
#705159
(112,81,89)
#5A4149
(90,65,73)
#443139
(68,49,57)
#2E2129
(46,33,41)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #F4B1B9

#F4B1B9
(244,177,185)
#F5B8BF
(245,184,191)
#F6BFC5
(246,191,197)
#F7C6CB
(247,198,203)
#F8CDD1
(248,205,209)
#F9D4D7
(249,212,215)
#FADBDD
(250,219,221)
#FBE2E3
(251,226,227)
#FCE9E9
(252,233,233)
#FDF0EF
(253,240,239)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B1B9; }

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

This text font color is #F4B1B9.


Background Color

.myBgColor { background-color: #F4B1B9; }

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

This div background color is #F4B1B9.


Border color

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

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

This div border color is #F4B1B9.


Opacity

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

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

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

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

This text has shadow with #F4B1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B1B9 on black background.


Color preview on white background

This text has color #F4B1B9 on white background.



Black color preview on #F4B1B9 background

This text has black color on #F4B1B9 background.


White color preview on #F4B1B9 background

This text has white color on #F4B1B9 background.