COLOR #F0A8DD

HEX: #F0A8DD
RGB: (240,168,221)

Color info

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

RGB color model

#F0A8DD color RGB value is (240,168,221).

  • red value is 240;
  • green value is 168;
  • blue value is 221.
RGB:
(240,168,221)
(94%,66%,87%)

RGB channels and saturation

R 240 of 255 = 94%
G 168 of 255 = 66%
B 221 of 255 = 87%

240
168
221

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

Portions of RGB colors in percentages

R + G + B =
240 + 168 + 221 = 629 (100%)
R 240 of 629 ~ 38.16%
G 168 of 629 ~ 26.71%
B 221 of 629 ~ 35.14%

%38.16
%26.71
%35.14

CMYK color model

#F0A8DD color CMYK value is (0,30,8,6).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(0,30,8,6)
C0M30Y8K6 
(0%,30%,8%,6%)
(0.00/0.30/0.08/0.06)	

CMYK percentages

%0
%30
%7.92
%5.88

Codes

Color #F0A8DD in popluar color models

F0A8DD
RGB240168221
HSL316°70.59%80.00%
HSB/HSV316°30.00%94.12%
CMYK0.00%30.00%7.92%
5.88%

Color #F0A8DD in popluar number systems.

HEXF0A8DD
Decimal240168221
Binary111100001010100011011101
Octal360250335

Shades and tints

Shades of #F0A8DD

#F0A8DD
(240,168,221)
#DB99C9
(219,153,201)
#C68AB5
(198,138,181)
#B17BA1
(177,123,161)
#9C6C8D
(156,108,141)
#875D79
(135,93,121)
#724E65
(114,78,101)
#5D3F51
(93,63,81)
#48303D
(72,48,61)
#332129
(51,33,41)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #F0A8DD

#F0A8DD
(240,168,221)
#F1AFE0
(241,175,224)
#F2B6E3
(242,182,227)
#F3BDE6
(243,189,230)
#F4C4E9
(244,196,233)
#F5CBEC
(245,203,236)
#F6D2EF
(246,210,239)
#F7D9F2
(247,217,242)
#F8E0F5
(248,224,245)
#F9E7F8
(249,231,248)
#FAEEFB
(250,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A8DD color. Also use rgb(240,168,221) instead hex code.

Text Font Color

.myTextColor { color: #F0A8DD; }

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

This text font color is #F0A8DD.


Background Color

.myBgColor { background-color: #F0A8DD; }

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

This div background color is #F0A8DD.


Border color

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

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

This div border color is #F0A8DD.


Opacity

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

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

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

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

This text has shadow with #F0A8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A8DD on black background.


Color preview on white background

This text has color #F0A8DD on white background.



Black color preview on #F0A8DD background

This text has black color on #F0A8DD background.


White color preview on #F0A8DD background

This text has white color on #F0A8DD background.