COLOR #F0A4E0

HEX: #F0A4E0
RGB: (240,164,224)

Color info

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

RGB color model

#F0A4E0 color RGB value is (240,164,224).

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

RGB channels and saturation

R 240 of 255 = 94%
G 164 of 255 = 64%
B 224 of 255 = 88%

240
164
224

R + G + B ~ 82%. #F0A4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 164 + 224 = 628 (100%)
R 240 of 628 ~ 38.22%
G 164 of 628 ~ 26.11%
B 224 of 628 ~ 35.67%

%38.22
%26.11
%35.67

CMYK color model

#F0A4E0 color CMYK value is (0,32,7,6).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 6.67%
  • key color value is 5.88%
CMYK:
(0,32,7,6)
C0M32Y7K6 
(0%,32%,7%,6%)
(0.00/0.32/0.07/0.06)	

CMYK percentages

%0
%31.67
%6.67
%5.88

Codes

Color #F0A4E0 in popluar color models

F0A4E0
RGB240164224
HSL313°71.70%79.22%
HSB/HSV313°31.67%94.12%
CMYK0.00%31.67%6.67%
5.88%

Color #F0A4E0 in popluar number systems.

HEXF0A4E0
Decimal240164224
Binary111100001010010011100000
Octal360244340

Shades and tints

Shades of #F0A4E0

#F0A4E0
(240,164,224)
#DB96CC
(219,150,204)
#C688B8
(198,136,184)
#B17AA4
(177,122,164)
#9C6C90
(156,108,144)
#875E7C
(135,94,124)
#725068
(114,80,104)
#5D4254
(93,66,84)
#483440
(72,52,64)
#33262C
(51,38,44)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #F0A4E0

#F0A4E0
(240,164,224)
#F1ACE2
(241,172,226)
#F2B4E4
(242,180,228)
#F3BCE6
(243,188,230)
#F4C4E8
(244,196,232)
#F5CCEA
(245,204,234)
#F6D4EC
(246,212,236)
#F7DCEE
(247,220,238)
#F8E4F0
(248,228,240)
#F9ECF2
(249,236,242)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0A4E0; }

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

This text font color is #F0A4E0.


Background Color

.myBgColor { background-color: #F0A4E0; }

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

This div background color is #F0A4E0.


Border color

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

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

This div border color is #F0A4E0.


Opacity

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

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

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

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

This text has shadow with #F0A4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A4E0 on black background.


Color preview on white background

This text has color #F0A4E0 on white background.



Black color preview on #F0A4E0 background

This text has black color on #F0A4E0 background.


White color preview on #F0A4E0 background

This text has white color on #F0A4E0 background.