COLOR #F0A0D7

HEX: #F0A0D7 RGB: (240,160,215)

Color info

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

RGB color model

#F0A0D7 color RGB value is (240,160,215).

RGB: (240,160,215) (94%, 63%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 160 of 255 = 63%
B 215 of 255 = 84%

240
160
215

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

Portions of RGB colors in percentages

R + G + B = 240 + 160 + 215 = 615 (100%)
R 240 of 615 ~ 39.02%
G 160 of 615 ~ 26.02%
B 215 of 615 ~ 34.96'%

%39.02
%26.02
%34.96

CMYK color model

#F0A0D7 color CMYK value is (0,33,10,6).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 10.42%
  • key color value is 5.88%

CMYK: (0,33,10,6)
C0M33Y10K6 (0%, 33%, 10%, 6%)
(0.00 / 0.33 / 0.10 / 0.06)

CMYK percentages

%0
%33.33
%10.42
%5.88

Codes

Color #F0A0D7 in popluar color models

F0 A0 D7
RGB 240 160 215
HSL 319° 72.73% 78.43%
HSB/HSV 319° 33.33% 94.12%
CMYK 0.00% 33.33% 10.42%
5.88%

Color #F0A0D7 in popluar number systems.

HEX F0 A0 D7
Decimal 240 160 215
Binary 11110000 10100000 11010111
Octal 360 240 327

Shades and tints

Shades of #F0A0D7

#F0A0D7
(240,160,215)
#DB92C4
(219,146,196)
#C684B1
(198,132,177)
#B1769E
(177,118,158)
#9C688B
(156,104,139)
#875A78
(135,90,120)
#724C65
(114,76,101)
#5D3E52
(93,62,82)
#48303F
(72,48,63)
#33222C
(51,34,44)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #F0A0D7

#F0A0D7
(240,160,215)
#F1A8DA
(241,168,218)
#F2B0DD
(242,176,221)
#F3B8E0
(243,184,224)
#F4C0E3
(244,192,227)
#F5C8E6
(245,200,230)
#F6D0E9
(246,208,233)
#F7D8EC
(247,216,236)
#F8E0EF
(248,224,239)
#F9E8F2
(249,232,242)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A0D7 color. Also use rgb(240,160,215) instead hex code.

Text Font Color

.myTextColor { color: #F0A0D7; }

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

This text font color is #F0A0D7.

Background Color

.myBgColor { background-color: #F0A0D7; }

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

This div background color is #F0A0D7.

Border color

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

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

This div border color is #F0A0D7.

Opacity

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

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

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

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

This text has shadow with #F0A0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A0D7.

Preview

Color preview on black background

This text has color #F0A0D7 on black background.


Color preview on white background

This text has color #F0A0D7 on white background.


Black color preview on #F0A0D7 background

This text has black color on #F0A0D7 background.


White color preview on #F0A0D7 background

This text has white color on #F0A0D7 background.


Related colors

Complementary color

Complementary color for #hex is #0F5F28.


I love getcolorcode.com

Triadic colors

1 #D7F0A0 and #A0D7F0 with #F0A0D7 are triadic colors.

2 #D7A0F0 and #A0F0D7 with #F0A0D7 are triadic colors.