COLOR #F0A3DE

HEX: #F0A3DE RGB: (240,163,222)

Color info

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

RGB color model

#F0A3DE color RGB value is (240,163,222).

RGB: (240,163,222) (94%, 64%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 163 of 255 = 64%
B 222 of 255 = 87%

240
163
222

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

Portions of RGB colors in percentages

R + G + B = 240 + 163 + 222 = 625 (100%)
R 240 of 625 ~ 38.4%
G 163 of 625 ~ 26.08%
B 222 of 625 ~ 35.52'%

%38.4
%26.08
%35.52

CMYK color model

#F0A3DE color CMYK value is (0,32,8,6).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 7.50%
  • key color value is 5.88%

CMYK: (0,32,8,6)
C0M32Y8K6 (0%, 32%, 8%, 6%)
(0.00 / 0.32 / 0.08 / 0.06)

CMYK percentages

%0
%32.08
%7.5
%5.88

Codes

Color #F0A3DE in popluar color models

F0 A3 DE
RGB 240 163 222
HSL 314° 71.96% 79.02%
HSB/HSV 314° 32.08% 94.12%
CMYK 0.00% 32.08% 7.50%
5.88%

Color #F0A3DE in popluar number systems.

HEX F0 A3 DE
Decimal 240 163 222
Binary 11110000 10100011 11011110
Octal 360 243 336

Shades and tints

Shades of #F0A3DE

#F0A3DE
(240,163,222)
#DB95CA
(219,149,202)
#C687B6
(198,135,182)
#B179A2
(177,121,162)
#9C6B8E
(156,107,142)
#875D7A
(135,93,122)
#724F66
(114,79,102)
#5D4152
(93,65,82)
#48333E
(72,51,62)
#33252A
(51,37,42)
#1E1716
(30,23,22)
#000000
(0,0,0)

Tints of #F0A3DE

#F0A3DE
(240,163,222)
#F1ABE1
(241,171,225)
#F2B3E4
(242,179,228)
#F3BBE7
(243,187,231)
#F4C3EA
(244,195,234)
#F5CBED
(245,203,237)
#F6D3F0
(246,211,240)
#F7DBF3
(247,219,243)
#F8E3F6
(248,227,246)
#F9EBF9
(249,235,249)
#FAF3FC
(250,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0A3DE; }

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

This text font color is #F0A3DE.

Background Color

.myBgColor { background-color: #F0A3DE; }

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

This div background color is #F0A3DE.

Border color

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

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

This div border color is #F0A3DE.

Opacity

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

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

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

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

This text has shadow with #F0A3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0A3DE.

Preview

Color preview on black background

This text has color #F0A3DE on black background.


Color preview on white background

This text has color #F0A3DE on white background.


Black color preview on #F0A3DE background

This text has black color on #F0A3DE background.


White color preview on #F0A3DE background

This text has white color on #F0A3DE background.


Related colors

Complementary color

Complementary color for #hex is #0F5C21.


I love getcolorcode.com

Triadic colors

1 #DEF0A3 and #A3DEF0 with #F0A3DE are triadic colors.

2 #DEA3F0 and #A3F0DE with #F0A3DE are triadic colors.