COLOR #F5ACB8

HEX: #F5ACB8
RGB: (245,172,184)

Color info

#F5ACB8 contains mainly red color. Web safe color of #F5ACB8 is #FF99CC (or #F9C).

RGB color model

#F5ACB8 color RGB value is (245,172,184).

  • red value is 245;
  • green value is 172;
  • blue value is 184.
RGB:
(245,172,184)
(96%,67%,72%)

RGB channels and saturation

R 245 of 255 = 96%
G 172 of 255 = 67%
B 184 of 255 = 72%

245
172
184

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

Portions of RGB colors in percentages

R + G + B =
245 + 172 + 184 = 601 (100%)
R 245 of 601 ~ 40.77%
G 172 of 601 ~ 28.62%
B 184 of 601 ~ 30.62%

%40.77
%28.62
%30.62

CMYK color model

#F5ACB8 color CMYK value is (0,30,25,4).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 24.90%
  • key color value is 3.92%
CMYK:
(0,30,25,4)
C0M30Y25K4 
(0%,30%,25%,4%)
(0.00/0.30/0.25/0.04)	

CMYK percentages

%0
%29.8
%24.9
%3.92

Codes

Color #F5ACB8 in popluar color models

F5ACB8
RGB245172184
HSL350°78.49%81.76%
HSB/HSV350°29.80%96.08%
CMYK0.00%29.80%24.90%
3.92%

Color #F5ACB8 in popluar number systems.

HEXF5ACB8
Decimal245172184
Binary111101011010110010111000
Octal365254270

Shades and tints

Shades of #F5ACB8

#F5ACB8
(245,172,184)
#DF9DA8
(223,157,168)
#C98E98
(201,142,152)
#B37F88
(179,127,136)
#9D7078
(157,112,120)
#876168
(135,97,104)
#715258
(113,82,88)
#5B4348
(91,67,72)
#453438
(69,52,56)
#2F2528
(47,37,40)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #F5ACB8

#F5ACB8
(245,172,184)
#F5B3BE
(245,179,190)
#F5BAC4
(245,186,196)
#F5C1CA
(245,193,202)
#F5C8D0
(245,200,208)
#F5CFD6
(245,207,214)
#F5D6DC
(245,214,220)
#F5DDE2
(245,221,226)
#F5E4E8
(245,228,232)
#F5EBEE
(245,235,238)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ACB8 color. Also use rgb(245,172,184) instead hex code.

Text Font Color

.myTextColor { color: #F5ACB8; }

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

This text font color is #F5ACB8.


Background Color

.myBgColor { background-color: #F5ACB8; }

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

This div background color is #F5ACB8.


Border color

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

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

This div border color is #F5ACB8.


Opacity

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

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

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

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

This text has shadow with #F5ACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ACB8 on black background.


Color preview on white background

This text has color #F5ACB8 on white background.



Black color preview on #F5ACB8 background

This text has black color on #F5ACB8 background.


White color preview on #F5ACB8 background

This text has white color on #F5ACB8 background.