COLOR #F0A4BF

HEX: #F0A4BF
RGB: (240,164,191)

Color info

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

RGB color model

#F0A4BF color RGB value is (240,164,191).

  • red value is 240;
  • green value is 164;
  • blue value is 191.
RGB:
(240,164,191)
(94%,64%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 164 of 255 = 64%
B 191 of 255 = 75%

240
164
191

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

Portions of RGB colors in percentages

R + G + B =
240 + 164 + 191 = 595 (100%)
R 240 of 595 ~ 40.34%
G 164 of 595 ~ 27.56%
B 191 of 595 ~ 32.1%

%40.34
%27.56
%32.1

CMYK color model

#F0A4BF color CMYK value is (0,32,20,6).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK:
(0,32,20,6)
C0M32Y20K6 
(0%,32%,20%,6%)
(0.00/0.32/0.20/0.06)	

CMYK percentages

%0
%31.67
%20.42
%5.88

Codes

Color #F0A4BF in popluar color models

F0A4BF
RGB240164191
HSL339°71.70%79.22%
HSB/HSV339°31.67%94.12%
CMYK0.00%31.67%20.42%
5.88%

Color #F0A4BF in popluar number systems.

HEXF0A4BF
Decimal240164191
Binary111100001010010010111111
Octal360244277

Shades and tints

Shades of #F0A4BF

#F0A4BF
(240,164,191)
#DB96AE
(219,150,174)
#C6889D
(198,136,157)
#B17A8C
(177,122,140)
#9C6C7B
(156,108,123)
#875E6A
(135,94,106)
#725059
(114,80,89)
#5D4248
(93,66,72)
#483437
(72,52,55)
#332626
(51,38,38)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #F0A4BF

#F0A4BF
(240,164,191)
#F1ACC4
(241,172,196)
#F2B4C9
(242,180,201)
#F3BCCE
(243,188,206)
#F4C4D3
(244,196,211)
#F5CCD8
(245,204,216)
#F6D4DD
(246,212,221)
#F7DCE2
(247,220,226)
#F8E4E7
(248,228,231)
#F9ECEC
(249,236,236)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A4BF color. Also use rgb(240,164,191) instead hex code.

Text Font Color

.myTextColor { color: #F0A4BF; }

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

This text font color is #F0A4BF.


Background Color

.myBgColor { background-color: #F0A4BF; }

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

This div background color is #F0A4BF.


Border color

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

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

This div border color is #F0A4BF.


Opacity

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

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

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

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

This text has shadow with #F0A4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A4BF on black background.


Color preview on white background

This text has color #F0A4BF on white background.



Black color preview on #F0A4BF background

This text has black color on #F0A4BF background.


White color preview on #F0A4BF background

This text has white color on #F0A4BF background.