COLOR #F0A3CE

HEX: #F0A3CE RGB: (240,163,206)

Color info

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

RGB color model

#F0A3CE color RGB value is (240,163,206).

RGB: (240,163,206) (94%, 64%, 81%)

RGB channels and saturation

R 240 of 255 = 94%
G 163 of 255 = 64%
B 206 of 255 = 81%

240
163
206

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

Portions of RGB colors in percentages

R + G + B = 240 + 163 + 206 = 609 (100%)
R 240 of 609 ~ 39.41%
G 163 of 609 ~ 26.77%
B 206 of 609 ~ 33.83'%

%39.41
%26.77
%33.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 14.17%
  • 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
%32.08
%14.17
%5.88

Codes

Color #F0A3CE in popluar color models

F0 A3 CE
RGB 240 163 206
HSL 326° 71.96% 79.02%
HSB/HSV 326° 32.08% 94.12%
CMYK 0.00% 32.08% 14.17%
5.88%

Color #F0A3CE in popluar number systems.

HEX F0 A3 CE
Decimal 240 163 206
Binary 11110000 10100011 11001110
Octal 360 243 316

Shades and tints

Shades of #F0A3CE

#F0A3CE
(240,163,206)
#DB95BC
(219,149,188)
#C687AA
(198,135,170)
#B17998
(177,121,152)
#9C6B86
(156,107,134)
#875D74
(135,93,116)
#724F62
(114,79,98)
#5D4150
(93,65,80)
#48333E
(72,51,62)
#33252C
(51,37,44)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #F0A3CE

#F0A3CE
(240,163,206)
#F1ABD2
(241,171,210)
#F2B3D6
(242,179,214)
#F3BBDA
(243,187,218)
#F4C3DE
(244,195,222)
#F5CBE2
(245,203,226)
#F6D3E6
(246,211,230)
#F7DBEA
(247,219,234)
#F8E3EE
(248,227,238)
#F9EBF2
(249,235,242)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A3CE color. Also use rgb(240,163,206) instead hex code.

Text Font Color

.myTextColor { color: #F0A3CE; }

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

This text font color is #F0A3CE.

Background Color

.myBgColor { background-color: #F0A3CE; }

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

This div background color is #F0A3CE.

Border color

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

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

This div border color is #F0A3CE.

Opacity

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

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

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

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

This text has shadow with #F0A3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A3CE.

Preview

Color preview on black background

This text has color #F0A3CE on black background.


Color preview on white background

This text has color #F0A3CE on white background.


Black color preview on #F0A3CE background

This text has black color on #F0A3CE background.


White color preview on #F0A3CE background

This text has white color on #F0A3CE background.


Related colors

Complementary color

Complementary color for #hex is #0F5C31.


I love getcolorcode.com

Triadic colors

1 #CEF0A3 and #A3CEF0 with #F0A3CE are triadic colors.

2 #CEA3F0 and #A3F0CE with #F0A3CE are triadic colors.