COLOR #F4B5B9

HEX: #F4B5B9
RGB: (244,181,185)

Color info

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

RGB color model

#F4B5B9 color RGB value is (244,181,185).

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

RGB channels and saturation

R 244 of 255 = 96%
G 181 of 255 = 71%
B 185 of 255 = 73%

244
181
185

R + G + B ~ 80%. #F4B5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 181 + 185 = 610 (100%)
R 244 of 610 ~ 40%
G 181 of 610 ~ 29.67%
B 185 of 610 ~ 30.33%

%40
%29.67
%30.33

CMYK color model

#F4B5B9 color CMYK value is (0,26,24,4).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 24.18%
  • key color value is 4.31%
CMYK:
(0,26,24,4)
C0M26Y24K4 
(0%,26%,24%,4%)
(0.00/0.26/0.24/0.04)	

CMYK percentages

%0
%25.82
%24.18
%4.31

Codes

Color #F4B5B9 in popluar color models

F4B5B9
RGB244181185
HSL356°74.12%83.33%
HSB/HSV356°25.82%95.69%
CMYK0.00%25.82%24.18%
4.31%

Color #F4B5B9 in popluar number systems.

HEXF4B5B9
Decimal244181185
Binary111101001011010110111001
Octal364265271

Shades and tints

Shades of #F4B5B9

#F4B5B9
(244,181,185)
#DEA5A9
(222,165,169)
#C89599
(200,149,153)
#B28589
(178,133,137)
#9C7579
(156,117,121)
#866569
(134,101,105)
#705559
(112,85,89)
#5A4549
(90,69,73)
#443539
(68,53,57)
#2E2529
(46,37,41)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #F4B5B9

#F4B5B9
(244,181,185)
#F5BBBF
(245,187,191)
#F6C1C5
(246,193,197)
#F7C7CB
(247,199,203)
#F8CDD1
(248,205,209)
#F9D3D7
(249,211,215)
#FAD9DD
(250,217,221)
#FBDFE3
(251,223,227)
#FCE5E9
(252,229,233)
#FDEBEF
(253,235,239)
#FEF1F5
(254,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B5B9; }

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

This text font color is #F4B5B9.


Background Color

.myBgColor { background-color: #F4B5B9; }

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

This div background color is #F4B5B9.


Border color

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

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

This div border color is #F4B5B9.


Opacity

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

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

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

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

This text has shadow with #F4B5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B5B9 on black background.


Color preview on white background

This text has color #F4B5B9 on white background.



Black color preview on #F4B5B9 background

This text has black color on #F4B5B9 background.


White color preview on #F4B5B9 background

This text has white color on #F4B5B9 background.