COLOR #F0A5C5

HEX: #F0A5C5 RGB: (240,165,197)

Color info

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

RGB color model

#F0A5C5 color RGB value is (240,165,197).

RGB: (240,165,197) (94%, 65%, 77%)

RGB channels and saturation

R 240 of 255 = 94%
G 165 of 255 = 65%
B 197 of 255 = 77%

240
165
197

R + G + B ~ 79%. #F0A5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 165 + 197 = 602 (100%)
R 240 of 602 ~ 39.87%
G 165 of 602 ~ 27.41%
B 197 of 602 ~ 32.72'%

%39.87
%27.41
%32.72

CMYK color model

#F0A5C5 color CMYK value is (0,31,18,6).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 17.92%
  • key color value is 5.88%

CMYK: (0,31,18,6)
C0M31Y18K6 (0%, 31%, 18%, 6%)
(0.00 / 0.31 / 0.18 / 0.06)

CMYK percentages

%0
%31.25
%17.92
%5.88

Codes

Color #F0A5C5 in popluar color models

F0 A5 C5
RGB 240 165 197
HSL 334° 71.43% 79.41%
HSB/HSV 334° 31.25% 94.12%
CMYK 0.00% 31.25% 17.92%
5.88%

Color #F0A5C5 in popluar number systems.

HEX F0 A5 C5
Decimal 240 165 197
Binary 11110000 10100101 11000101
Octal 360 245 305

Shades and tints

Shades of #F0A5C5

#F0A5C5
(240,165,197)
#DB96B4
(219,150,180)
#C687A3
(198,135,163)
#B17892
(177,120,146)
#9C6981
(156,105,129)
#875A70
(135,90,112)
#724B5F
(114,75,95)
#5D3C4E
(93,60,78)
#482D3D
(72,45,61)
#331E2C
(51,30,44)
#1E0F1B
(30,15,27)
#000000
(0,0,0)

Tints of #F0A5C5

#F0A5C5
(240,165,197)
#F1ADCA
(241,173,202)
#F2B5CF
(242,181,207)
#F3BDD4
(243,189,212)
#F4C5D9
(244,197,217)
#F5CDDE
(245,205,222)
#F6D5E3
(246,213,227)
#F7DDE8
(247,221,232)
#F8E5ED
(248,229,237)
#F9EDF2
(249,237,242)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A5C5 color. Also use rgb(240,165,197) instead hex code.

Text Font Color

.myTextColor { color: #F0A5C5; }

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

This text font color is #F0A5C5.

Background Color

.myBgColor { background-color: #F0A5C5; }

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

This div background color is #F0A5C5.

Border color

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

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

This div border color is #F0A5C5.

Opacity

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

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

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

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

This text has shadow with #F0A5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A5C5.

Preview

Color preview on black background

This text has color #F0A5C5 on black background.


Color preview on white background

This text has color #F0A5C5 on white background.


Black color preview on #F0A5C5 background

This text has black color on #F0A5C5 background.


White color preview on #F0A5C5 background

This text has white color on #F0A5C5 background.


Related colors

Complementary color

Complementary color for #hex is #0F5A3A.


I love getcolorcode.com

Triadic colors

1 #C5F0A5 and #A5C5F0 with #F0A5C5 are triadic colors.

2 #C5A5F0 and #A5F0C5 with #F0A5C5 are triadic colors.