COLOR #F5B4B6

HEX: #F5B4B6
RGB: (245,180,182)

Color info

#F5B4B6 contains mainly red color. Web safe color of #F5B4B6 is #FFCCCC (or #FCC).

RGB color model

#F5B4B6 color RGB value is (245,180,182).

  • red value is 245;
  • green value is 180;
  • blue value is 182.
RGB:
(245,180,182)
(96%,71%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 180 of 255 = 71%
B 182 of 255 = 71%

245
180
182

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

Portions of RGB colors in percentages

R + G + B =
245 + 180 + 182 = 607 (100%)
R 245 of 607 ~ 40.36%
G 180 of 607 ~ 29.65%
B 182 of 607 ~ 29.98%

%40.36
%29.65
%29.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 25.71%
  • key color value is 3.92%
CMYK:
(0,27,26,4)
C0M27Y26K4 
(0%,27%,26%,4%)
(0.00/0.27/0.26/0.04)	

CMYK percentages

%0
%26.53
%25.71
%3.92

Codes

Color #F5B4B6 in popluar color models

F5B4B6
RGB245180182
HSL358°76.47%83.33%
HSB/HSV358°26.53%96.08%
CMYK0.00%26.53%25.71%
3.92%

Color #F5B4B6 in popluar number systems.

HEXF5B4B6
Decimal245180182
Binary111101011011010010110110
Octal365264266

Shades and tints

Shades of #F5B4B6

#F5B4B6
(245,180,182)
#DFA4A6
(223,164,166)
#C99496
(201,148,150)
#B38486
(179,132,134)
#9D7476
(157,116,118)
#876466
(135,100,102)
#715456
(113,84,86)
#5B4446
(91,68,70)
#453436
(69,52,54)
#2F2426
(47,36,38)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #F5B4B6

#F5B4B6
(245,180,182)
#F5BABC
(245,186,188)
#F5C0C2
(245,192,194)
#F5C6C8
(245,198,200)
#F5CCCE
(245,204,206)
#F5D2D4
(245,210,212)
#F5D8DA
(245,216,218)
#F5DEE0
(245,222,224)
#F5E4E6
(245,228,230)
#F5EAEC
(245,234,236)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B4B6 color. Also use rgb(245,180,182) instead hex code.

Text Font Color

.myTextColor { color: #F5B4B6; }

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

This text font color is #F5B4B6.


Background Color

.myBgColor { background-color: #F5B4B6; }

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

This div background color is #F5B4B6.


Border color

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

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

This div border color is #F5B4B6.


Opacity

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

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

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

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

This text has shadow with #F5B4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B4B6 on black background.


Color preview on white background

This text has color #F5B4B6 on white background.



Black color preview on #F5B4B6 background

This text has black color on #F5B4B6 background.


White color preview on #F5B4B6 background

This text has white color on #F5B4B6 background.