COLOR #F3A8DF

HEX: #F3A8DF RGB: (243,168,223)

Color info

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

RGB color model

#F3A8DF color RGB value is (243,168,223).

RGB: (243,168,223) (95%, 66%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 168 of 255 = 66%
B 223 of 255 = 87%

243
168
223

R + G + B ~ 83%. #F3A8DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 168 + 223 = 634 (100%)
R 243 of 634 ~ 38.33%
G 168 of 634 ~ 26.5%
B 223 of 634 ~ 35.17'%

%38.33
%26.5
%35.17

CMYK color model

#F3A8DF color CMYK value is (0,31,8,5).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 8.23%
  • key color value is 4.71%

CMYK: (0,31,8,5)
C0M31Y8K5 (0%, 31%, 8%, 5%)
(0.00 / 0.31 / 0.08 / 0.05)

CMYK percentages

%0
%30.86
%8.23
%4.71

Codes

Color #F3A8DF in popluar color models

F3 A8 DF
RGB 243 168 223
HSL 316° 75.76% 80.59%
HSB/HSV 316° 30.86% 95.29%
CMYK 0.00% 30.86% 8.23%
4.71%

Color #F3A8DF in popluar number systems.

HEX F3 A8 DF
Decimal 243 168 223
Binary 11110011 10101000 11011111
Octal 363 250 337

Shades and tints

Shades of #F3A8DF

#F3A8DF
(243,168,223)
#DD99CB
(221,153,203)
#C78AB7
(199,138,183)
#B17BA3
(177,123,163)
#9B6C8F
(155,108,143)
#855D7B
(133,93,123)
#6F4E67
(111,78,103)
#593F53
(89,63,83)
#43303F
(67,48,63)
#2D212B
(45,33,43)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #F3A8DF

#F3A8DF
(243,168,223)
#F4AFE1
(244,175,225)
#F5B6E3
(245,182,227)
#F6BDE5
(246,189,229)
#F7C4E7
(247,196,231)
#F8CBE9
(248,203,233)
#F9D2EB
(249,210,235)
#FAD9ED
(250,217,237)
#FBE0EF
(251,224,239)
#FCE7F1
(252,231,241)
#FDEEF3
(253,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A8DF color. Also use rgb(243,168,223) instead hex code.

Text Font Color

.myTextColor { color: #F3A8DF; }

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

This text font color is #F3A8DF.

Background Color

.myBgColor { background-color: #F3A8DF; }

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

This div background color is #F3A8DF.

Border color

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

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

This div border color is #F3A8DF.

Opacity

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

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

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

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

This text has shadow with #F3A8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3A8DF.

Preview

Color preview on black background

This text has color #F3A8DF on black background.


Color preview on white background

This text has color #F3A8DF on white background.


Black color preview on #F3A8DF background

This text has black color on #F3A8DF background.


White color preview on #F3A8DF background

This text has white color on #F3A8DF background.


Related colors

Complementary color

Complementary color for #hex is #0C5720.


I love getcolorcode.com

Triadic colors

1 #DFF3A8 and #A8DFF3 with #F3A8DF are triadic colors.

2 #DFA8F3 and #A8F3DF with #F3A8DF are triadic colors.