COLOR #F4B5B2

HEX: #F4B5B2 RGB: (244,181,178)

Color info

#F4B5B2 contains mainly red color. Web safe color of #F4B5B2 is #FFCC99 (or #FC9).

RGB color model

#F4B5B2 color RGB value is (244,181,178).

RGB: (244,181,178) (96%, 71%, 70%)

RGB channels and saturation

R 244 of 255 = 96%
G 181 of 255 = 71%
B 178 of 255 = 70%

244
181
178

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

Portions of RGB colors in percentages

R + G + B = 244 + 181 + 178 = 603 (100%)
R 244 of 603 ~ 40.46%
G 181 of 603 ~ 30.02%
B 178 of 603 ~ 29.52'%

%40.46
%30.02
%29.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 27.05%
  • key color value is 4.31%

CMYK: (0,26,27,4)
C0M26Y27K4 (0%, 26%, 27%, 4%)
(0.00 / 0.26 / 0.27 / 0.04)

CMYK percentages

%0
%25.82
%27.05
%4.31

Codes

Color #F4B5B2 in popluar color models

F4 B5 B2
RGB 244 181 178
HSL 75.00% 82.75%
HSB/HSV 27.05% 95.69%
CMYK 0.00% 25.82% 27.05%
4.31%

Color #F4B5B2 in popluar number systems.

HEX F4 B5 B2
Decimal 244 181 178
Binary 11110100 10110101 10110010
Octal 364 265 262

Shades and tints

Shades of #F4B5B2

#F4B5B2
(244,181,178)
#DEA5A2
(222,165,162)
#C89592
(200,149,146)
#B28582
(178,133,130)
#9C7572
(156,117,114)
#866562
(134,101,98)
#705552
(112,85,82)
#5A4542
(90,69,66)
#443532
(68,53,50)
#2E2522
(46,37,34)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #F4B5B2

#F4B5B2
(244,181,178)
#F5BBB9
(245,187,185)
#F6C1C0
(246,193,192)
#F7C7C7
(247,199,199)
#F8CDCE
(248,205,206)
#F9D3D5
(249,211,213)
#FAD9DC
(250,217,220)
#FBDFE3
(251,223,227)
#FCE5EA
(252,229,234)
#FDEBF1
(253,235,241)
#FEF1F8
(254,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B5B2; }

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

This text font color is #F4B5B2.

Background Color

.myBgColor { background-color: #F4B5B2; }

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

This div background color is #F4B5B2.

Border color

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

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

This div border color is #F4B5B2.

Opacity

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

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

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

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

This text has shadow with #F4B5B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B5B2.

Preview

Color preview on black background

This text has color #F4B5B2 on black background.


Color preview on white background

This text has color #F4B5B2 on white background.


Black color preview on #F4B5B2 background

This text has black color on #F4B5B2 background.


White color preview on #F4B5B2 background

This text has white color on #F4B5B2 background.


Related colors

Complementary color

Complementary color for #hex is #0B4A4D.


I love getcolorcode.com

Triadic colors

1 #B2F4B5 and #B5B2F4 with #F4B5B2 are triadic colors.

2 #B2B5F4 and #B5F4B2 with #F4B5B2 are triadic colors.