COLOR #F4B1B2

HEX: #F4B1B2 RGB: (244,177,178)

Color info

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

RGB color model

#F4B1B2 color RGB value is (244,177,178).

RGB: (244,177,178) (96%, 69%, 70%)

RGB channels and saturation

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

244
177
178

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

Portions of RGB colors in percentages

R + G + B = 244 + 177 + 178 = 599 (100%)
R 244 of 599 ~ 40.73%
G 177 of 599 ~ 29.55%
B 178 of 599 ~ 29.72'%

%40.73
%29.55
%29.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 27.05%
  • 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.05
%4.31

Codes

Color #F4B1B2 in popluar color models

F4 B1 B2
RGB 244 177 178
HSL 359° 75.28% 82.55%
HSB/HSV 359° 27.46% 95.69%
CMYK 0.00% 27.46% 27.05%
4.31%

Color #F4B1B2 in popluar number systems.

HEX F4 B1 B2
Decimal 244 177 178
Binary 11110100 10110001 10110010
Octal 364 261 262

Shades and tints

Shades of #F4B1B2

#F4B1B2
(244,177,178)
#DEA1A2
(222,161,162)
#C89192
(200,145,146)
#B28182
(178,129,130)
#9C7172
(156,113,114)
#866162
(134,97,98)
#705152
(112,81,82)
#5A4142
(90,65,66)
#443132
(68,49,50)
#2E2122
(46,33,34)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #F4B1B2

#F4B1B2
(244,177,178)
#F5B8B9
(245,184,185)
#F6BFC0
(246,191,192)
#F7C6C7
(247,198,199)
#F8CDCE
(248,205,206)
#F9D4D5
(249,212,213)
#FADBDC
(250,219,220)
#FBE2E3
(251,226,227)
#FCE9EA
(252,233,234)
#FDF0F1
(253,240,241)
#FEF7F8
(254,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B1B2; }

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

This text font color is #F4B1B2.

Background Color

.myBgColor { background-color: #F4B1B2; }

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

This div background color is #F4B1B2.

Border color

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

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

This div border color is #F4B1B2.

Opacity

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

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

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

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

This text has shadow with #F4B1B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B1B2.

Preview

Color preview on black background

This text has color #F4B1B2 on black background.


Color preview on white background

This text has color #F4B1B2 on white background.


Black color preview on #F4B1B2 background

This text has black color on #F4B1B2 background.


White color preview on #F4B1B2 background

This text has white color on #F4B1B2 background.


Related colors

Complementary color

Complementary color for #hex is #0B4E4D.


I love getcolorcode.com

Triadic colors

1 #B2F4B1 and #B1B2F4 with #F4B1B2 are triadic colors.

2 #B2B1F4 and #B1F4B2 with #F4B1B2 are triadic colors.