COLOR #F3A6DE

HEX: #F3A6DE RGB: (243,166,222)

Color info

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

RGB color model

#F3A6DE color RGB value is (243,166,222).

RGB: (243,166,222) (95%, 65%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 166 of 255 = 65%
B 222 of 255 = 87%

243
166
222

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

Portions of RGB colors in percentages

R + G + B = 243 + 166 + 222 = 631 (100%)
R 243 of 631 ~ 38.51%
G 166 of 631 ~ 26.31%
B 222 of 631 ~ 35.18'%

%38.51
%26.31
%35.18

CMYK color model

#F3A6DE color CMYK value is (0,32,9,5).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 8.64%
  • key color value is 4.71%

CMYK: (0,32,9,5)
C0M32Y9K5 (0%, 32%, 9%, 5%)
(0.00 / 0.32 / 0.09 / 0.05)

CMYK percentages

%0
%31.69
%8.64
%4.71

Codes

Color #F3A6DE in popluar color models

F3 A6 DE
RGB 243 166 222
HSL 316° 76.24% 80.20%
HSB/HSV 316° 31.69% 95.29%
CMYK 0.00% 31.69% 8.64%
4.71%

Color #F3A6DE in popluar number systems.

HEX F3 A6 DE
Decimal 243 166 222
Binary 11110011 10100110 11011110
Octal 363 246 336

Shades and tints

Shades of #F3A6DE

#F3A6DE
(243,166,222)
#DD97CA
(221,151,202)
#C788B6
(199,136,182)
#B179A2
(177,121,162)
#9B6A8E
(155,106,142)
#855B7A
(133,91,122)
#6F4C66
(111,76,102)
#593D52
(89,61,82)
#432E3E
(67,46,62)
#2D1F2A
(45,31,42)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #F3A6DE

#F3A6DE
(243,166,222)
#F4AEE1
(244,174,225)
#F5B6E4
(245,182,228)
#F6BEE7
(246,190,231)
#F7C6EA
(247,198,234)
#F8CEED
(248,206,237)
#F9D6F0
(249,214,240)
#FADEF3
(250,222,243)
#FBE6F6
(251,230,246)
#FCEEF9
(252,238,249)
#FDF6FC
(253,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A6DE color. Also use rgb(243,166,222) instead hex code.

Text Font Color

.myTextColor { color: #F3A6DE; }

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

This text font color is #F3A6DE.

Background Color

.myBgColor { background-color: #F3A6DE; }

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

This div background color is #F3A6DE.

Border color

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

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

This div border color is #F3A6DE.

Opacity

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

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

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

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

This text has shadow with #F3A6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3A6DE.

Preview

Color preview on black background

This text has color #F3A6DE on black background.


Color preview on white background

This text has color #F3A6DE on white background.


Black color preview on #F3A6DE background

This text has black color on #F3A6DE background.


White color preview on #F3A6DE background

This text has white color on #F3A6DE background.


Related colors

Complementary color

Complementary color for #hex is #0C5921.


I love getcolorcode.com

Triadic colors

1 #DEF3A6 and #A6DEF3 with #F3A6DE are triadic colors.

2 #DEA6F3 and #A6F3DE with #F3A6DE are triadic colors.