COLOR #F3A7B3

HEX: #F3A7B3 RGB: (243,167,179)

Color info

#F3A7B3 contains mainly red color. Web safe color of #F3A7B3 is #FF9999 (or #F99).

RGB color model

#F3A7B3 color RGB value is (243,167,179).

RGB: (243,167,179) (95%, 65%, 70%)

RGB channels and saturation

R 243 of 255 = 95%
G 167 of 255 = 65%
B 179 of 255 = 70%

243
167
179

R + G + B ~ 77%. #F3A7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 167 + 179 = 589 (100%)
R 243 of 589 ~ 41.26%
G 167 of 589 ~ 28.35%
B 179 of 589 ~ 30.39'%

%41.26
%28.35
%30.39

CMYK color model

#F3A7B3 color CMYK value is (0,31,26,5).

  • cyan value is 0.00%
  • magenta value is 31.28%
  • yellow value is 26.34%
  • key color value is 4.71%
CMYK: (0,31,26,5) C0M31Y26K5 (0%,31%,26%,5%) (0.00/0.31/0.26/0.05) 

CMYK percentages

%0
%31.28
%26.34
%4.71

Codes

Color #F3A7B3 in popluar color models

F3 A7 B3
RGB 243 167 179
HSL 351° 76.00% 80.39%
HSB/HSV 351° 31.28% 95.29%
CMYK 0.00% 31.28% 26.34%
4.71%

Color #F3A7B3 in popluar number systems.

HEX F3 A7 B3
Decimal 243 167 179
Binary 11110011 10100111 10110011
Octal 363 247 263

Shades and tints

Shades of #F3A7B3

#F3A7B3
(243,167,179)
#DD98A3
(221,152,163)
#C78993
(199,137,147)
#B17A83
(177,122,131)
#9B6B73
(155,107,115)
#855C63
(133,92,99)
#6F4D53
(111,77,83)
#593E43
(89,62,67)
#432F33
(67,47,51)
#2D2023
(45,32,35)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #F3A7B3

#F3A7B3
(243,167,179)
#F4AFB9
(244,175,185)
#F5B7BF
(245,183,191)
#F6BFC5
(246,191,197)
#F7C7CB
(247,199,203)
#F8CFD1
(248,207,209)
#F9D7D7
(249,215,215)
#FADFDD
(250,223,221)
#FBE7E3
(251,231,227)
#FCEFE9
(252,239,233)
#FDF7EF
(253,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A7B3 color. Also use rgb(243,167,179) instead hex code.

Text Font Color

.myTextColor { color: #F3A7B3; }

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

This text font color is #F3A7B3.

Background Color

.myBgColor { background-color: #F3A7B3; }

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

This div background color is #F3A7B3.

Border color

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

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

This div border color is #F3A7B3.

Opacity

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

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

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

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

This text has shadow with #F3A7B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3A7B3.

Preview

Color preview on black background

This text has color #F3A7B3 on black background.


Color preview on white background

This text has color #F3A7B3 on white background.


Black color preview on #F3A7B3 background

This text has black color on #F3A7B3 background.


White color preview on #F3A7B3 background

This text has white color on #F3A7B3 background.


Related colors

Complementary color

Complementary color for #hex is #0C584C.


I love getcolorcode.com

Triadic colors

1 #B3F3A7 and #A7B3F3 with #F3A7B3 are triadic colors.

2 #B3A7F3 and #A7F3B3 with #F3A7B3 are triadic colors.