COLOR #F5ACBD

HEX: #F5ACBD
RGB: (245,172,189)

Color info

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

RGB color model

#F5ACBD color RGB value is (245,172,189).

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

RGB channels and saturation

R 245 of 255 = 96%
G 172 of 255 = 67%
B 189 of 255 = 74%

245
172
189

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

Portions of RGB colors in percentages

R + G + B =
245 + 172 + 189 = 606 (100%)
R 245 of 606 ~ 40.43%
G 172 of 606 ~ 28.38%
B 189 of 606 ~ 31.19%

%40.43
%28.38
%31.19

CMYK color model

#F5ACBD color CMYK value is (0,30,23,4).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 22.86%
  • key color value is 3.92%
CMYK:
(0,30,23,4)
C0M30Y23K4 
(0%,30%,23%,4%)
(0.00/0.30/0.23/0.04)	

CMYK percentages

%0
%29.8
%22.86
%3.92

Codes

Color #F5ACBD in popluar color models

F5ACBD
RGB245172189
HSL346°78.49%81.76%
HSB/HSV346°29.80%96.08%
CMYK0.00%29.80%22.86%
3.92%

Color #F5ACBD in popluar number systems.

HEXF5ACBD
Decimal245172189
Binary111101011010110010111101
Octal365254275

Shades and tints

Shades of #F5ACBD

#F5ACBD
(245,172,189)
#DF9DAC
(223,157,172)
#C98E9B
(201,142,155)
#B37F8A
(179,127,138)
#9D7079
(157,112,121)
#876168
(135,97,104)
#715257
(113,82,87)
#5B4346
(91,67,70)
#453435
(69,52,53)
#2F2524
(47,37,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #F5ACBD

#F5ACBD
(245,172,189)
#F5B3C3
(245,179,195)
#F5BAC9
(245,186,201)
#F5C1CF
(245,193,207)
#F5C8D5
(245,200,213)
#F5CFDB
(245,207,219)
#F5D6E1
(245,214,225)
#F5DDE7
(245,221,231)
#F5E4ED
(245,228,237)
#F5EBF3
(245,235,243)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ACBD; }

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

This text font color is #F5ACBD.


Background Color

.myBgColor { background-color: #F5ACBD; }

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

This div background color is #F5ACBD.


Border color

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

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

This div border color is #F5ACBD.


Opacity

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

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

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

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

This text has shadow with #F5ACBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ACBD on black background.


Color preview on white background

This text has color #F5ACBD on white background.



Black color preview on #F5ACBD background

This text has black color on #F5ACBD background.


White color preview on #F5ACBD background

This text has white color on #F5ACBD background.