COLOR #F3A3BC

HEX: #F3A3BC RGB: (243,163,188)

Color info

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

RGB color model

#F3A3BC color RGB value is (243,163,188).

RGB: (243,163,188) (95%, 64%, 74%)

RGB channels and saturation

R 243 of 255 = 95%
G 163 of 255 = 64%
B 188 of 255 = 74%

243
163
188

R + G + B ~ 78%. #F3A3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 163 + 188 = 594 (100%)
R 243 of 594 ~ 40.91%
G 163 of 594 ~ 27.44%
B 188 of 594 ~ 31.65'%

%40.91
%27.44
%31.65

CMYK color model

#F3A3BC color CMYK value is (0,33,23,5).

  • cyan value is 0.00%
  • magenta value is 32.92%
  • yellow value is 22.63%
  • key color value is 4.71%

CMYK: (0,33,23,5)
C0M33Y23K5 (0%, 33%, 23%, 5%)
(0.00 / 0.33 / 0.23 / 0.05)

CMYK percentages

%0
%32.92
%22.63
%4.71

Codes

Color #F3A3BC in popluar color models

F3 A3 BC
RGB 243 163 188
HSL 341° 76.92% 79.61%
HSB/HSV 341° 32.92% 95.29%
CMYK 0.00% 32.92% 22.63%
4.71%

Color #F3A3BC in popluar number systems.

HEX F3 A3 BC
Decimal 243 163 188
Binary 11110011 10100011 10111100
Octal 363 243 274

Shades and tints

Shades of #F3A3BC

#F3A3BC
(243,163,188)
#DD95AB
(221,149,171)
#C7879A
(199,135,154)
#B17989
(177,121,137)
#9B6B78
(155,107,120)
#855D67
(133,93,103)
#6F4F56
(111,79,86)
#594145
(89,65,69)
#433334
(67,51,52)
#2D2523
(45,37,35)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #F3A3BC

#F3A3BC
(243,163,188)
#F4ABC2
(244,171,194)
#F5B3C8
(245,179,200)
#F6BBCE
(246,187,206)
#F7C3D4
(247,195,212)
#F8CBDA
(248,203,218)
#F9D3E0
(249,211,224)
#FADBE6
(250,219,230)
#FBE3EC
(251,227,236)
#FCEBF2
(252,235,242)
#FDF3F8
(253,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A3BC color. Also use rgb(243,163,188) instead hex code.

Text Font Color

.myTextColor { color: #F3A3BC; }

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

This text font color is #F3A3BC.

Background Color

.myBgColor { background-color: #F3A3BC; }

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

This div background color is #F3A3BC.

Border color

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

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

This div border color is #F3A3BC.

Opacity

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

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

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

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

This text has shadow with #F3A3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3A3BC.

Preview

Color preview on black background

This text has color #F3A3BC on black background.


Color preview on white background

This text has color #F3A3BC on white background.


Black color preview on #F3A3BC background

This text has black color on #F3A3BC background.


White color preview on #F3A3BC background

This text has white color on #F3A3BC background.


Related colors

Complementary color

Complementary color for #hex is #0C5C43.


I love getcolorcode.com

Triadic colors

1 #BCF3A3 and #A3BCF3 with #F3A3BC are triadic colors.

2 #BCA3F3 and #A3F3BC with #F3A3BC are triadic colors.