COLOR #F0A4CF

HEX: #F0A4CF
RGB: (240,164,207)

Color info

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

RGB color model

#F0A4CF color RGB value is (240,164,207).

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

RGB channels and saturation

R 240 of 255 = 94%
G 164 of 255 = 64%
B 207 of 255 = 81%

240
164
207

R + G + B ~ 80%. #F0A4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 164 + 207 = 611 (100%)
R 240 of 611 ~ 39.28%
G 164 of 611 ~ 26.84%
B 207 of 611 ~ 33.88%

%39.28
%26.84
%33.88

CMYK color model

#F0A4CF color CMYK value is (0,32,14,6).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,32,14,6)
C0M32Y14K6 
(0%,32%,14%,6%)
(0.00/0.32/0.14/0.06)	

CMYK percentages

%0
%31.67
%13.75
%5.88

Codes

Color #F0A4CF in popluar color models

F0A4CF
RGB240164207
HSL326°71.70%79.22%
HSB/HSV326°31.67%94.12%
CMYK0.00%31.67%13.75%
5.88%

Color #F0A4CF in popluar number systems.

HEXF0A4CF
Decimal240164207
Binary111100001010010011001111
Octal360244317

Shades and tints

Shades of #F0A4CF

#F0A4CF
(240,164,207)
#DB96BD
(219,150,189)
#C688AB
(198,136,171)
#B17A99
(177,122,153)
#9C6C87
(156,108,135)
#875E75
(135,94,117)
#725063
(114,80,99)
#5D4251
(93,66,81)
#48343F
(72,52,63)
#33262D
(51,38,45)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #F0A4CF

#F0A4CF
(240,164,207)
#F1ACD3
(241,172,211)
#F2B4D7
(242,180,215)
#F3BCDB
(243,188,219)
#F4C4DF
(244,196,223)
#F5CCE3
(245,204,227)
#F6D4E7
(246,212,231)
#F7DCEB
(247,220,235)
#F8E4EF
(248,228,239)
#F9ECF3
(249,236,243)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0A4CF; }

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

This text font color is #F0A4CF.


Background Color

.myBgColor { background-color: #F0A4CF; }

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

This div background color is #F0A4CF.


Border color

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

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

This div border color is #F0A4CF.


Opacity

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

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

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

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

This text has shadow with #F0A4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A4CF on black background.


Color preview on white background

This text has color #F0A4CF on white background.



Black color preview on #F0A4CF background

This text has black color on #F0A4CF background.


White color preview on #F0A4CF background

This text has white color on #F0A4CF background.