COLOR #F08BAC

HEX: #F08BAC
RGB: (240,139,172)

Color info

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

RGB color model

#F08BAC color RGB value is (240,139,172).

  • red value is 240;
  • green value is 139;
  • blue value is 172.
RGB:
(240,139,172)
(94%,55%,67%)

RGB channels and saturation

R 240 of 255 = 94%
G 139 of 255 = 55%
B 172 of 255 = 67%

240
139
172

R + G + B ~ 72%. #F08BAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 139 + 172 = 551 (100%)
R 240 of 551 ~ 43.56%
G 139 of 551 ~ 25.23%
B 172 of 551 ~ 31.22%

%43.56
%25.23
%31.22

CMYK color model

#F08BAC color CMYK value is (0,42,28,6).

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 28.33%
  • key color value is 5.88%
CMYK:
(0,42,28,6)
C0M42Y28K6 
(0%,42%,28%,6%)
(0.00/0.42/0.28/0.06)	

CMYK percentages

%0
%42.08
%28.33
%5.88

Codes

Color #F08BAC in popluar color models

F08BAC
RGB240139172
HSL340°77.10%74.31%
HSB/HSV340°42.08%94.12%
CMYK0.00%42.08%28.33%
5.88%

Color #F08BAC in popluar number systems.

HEXF08BAC
Decimal240139172
Binary111100001000101110101100
Octal360213254

Shades and tints

Shades of #F08BAC

#F08BAC
(240,139,172)
#DB7F9D
(219,127,157)
#C6738E
(198,115,142)
#B1677F
(177,103,127)
#9C5B70
(156,91,112)
#874F61
(135,79,97)
#724352
(114,67,82)
#5D3743
(93,55,67)
#482B34
(72,43,52)
#331F25
(51,31,37)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #F08BAC

#F08BAC
(240,139,172)
#F195B3
(241,149,179)
#F29FBA
(242,159,186)
#F3A9C1
(243,169,193)
#F4B3C8
(244,179,200)
#F5BDCF
(245,189,207)
#F6C7D6
(246,199,214)
#F7D1DD
(247,209,221)
#F8DBE4
(248,219,228)
#F9E5EB
(249,229,235)
#FAEFF2
(250,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08BAC color. Also use rgb(240,139,172) instead hex code.

Text Font Color

.myTextColor { color: #F08BAC; }

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

This text font color is #F08BAC.


Background Color

.myBgColor { background-color: #F08BAC; }

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

This div background color is #F08BAC.


Border color

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

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

This div border color is #F08BAC.


Opacity

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

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

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

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

This text has shadow with #F08BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08BAC on black background.


Color preview on white background

This text has color #F08BAC on white background.



Black color preview on #F08BAC background

This text has black color on #F08BAC background.


White color preview on #F08BAC background

This text has white color on #F08BAC background.