COLOR #F4B1BE

HEX: #F4B1BE
RGB: (244,177,190)

Color info

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

RGB color model

#F4B1BE color RGB value is (244,177,190).

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

RGB channels and saturation

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

244
177
190

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

Portions of RGB colors in percentages

R + G + B =
244 + 177 + 190 = 611 (100%)
R 244 of 611 ~ 39.93%
G 177 of 611 ~ 28.97%
B 190 of 611 ~ 31.1%

%39.93
%28.97
%31.1

CMYK color model

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

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

CMYK percentages

%0
%27.46
%22.13
%4.31

Codes

Color #F4B1BE in popluar color models

F4B1BE
RGB244177190
HSL348°75.28%82.55%
HSB/HSV348°27.46%95.69%
CMYK0.00%27.46%22.13%
4.31%

Color #F4B1BE in popluar number systems.

HEXF4B1BE
Decimal244177190
Binary111101001011000110111110
Octal364261276

Shades and tints

Shades of #F4B1BE

#F4B1BE
(244,177,190)
#DEA1AD
(222,161,173)
#C8919C
(200,145,156)
#B2818B
(178,129,139)
#9C717A
(156,113,122)
#866169
(134,97,105)
#705158
(112,81,88)
#5A4147
(90,65,71)
#443136
(68,49,54)
#2E2125
(46,33,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #F4B1BE

#F4B1BE
(244,177,190)
#F5B8C3
(245,184,195)
#F6BFC8
(246,191,200)
#F7C6CD
(247,198,205)
#F8CDD2
(248,205,210)
#F9D4D7
(249,212,215)
#FADBDC
(250,219,220)
#FBE2E1
(251,226,225)
#FCE9E6
(252,233,230)
#FDF0EB
(253,240,235)
#FEF7F0
(254,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B1BE; }

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

This text font color is #F4B1BE.


Background Color

.myBgColor { background-color: #F4B1BE; }

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

This div background color is #F4B1BE.


Border color

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

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

This div border color is #F4B1BE.


Opacity

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

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

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

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

This text has shadow with #F4B1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B1BE on black background.


Color preview on white background

This text has color #F4B1BE on white background.



Black color preview on #F4B1BE background

This text has black color on #F4B1BE background.


White color preview on #F4B1BE background

This text has white color on #F4B1BE background.