COLOR #F3ADAF

HEX: #F3ADAF RGB: (243,173,175)

Color info

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

RGB color model

#F3ADAF color RGB value is (243,173,175).

RGB: (243,173,175) (95%, 68%, 69%)

RGB channels and saturation

R 243 of 255 = 95%
G 173 of 255 = 68%
B 175 of 255 = 69%

243
173
175

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

Portions of RGB colors in percentages

R + G + B = 243 + 173 + 175 = 591 (100%)
R 243 of 591 ~ 41.12%
G 173 of 591 ~ 29.27%
B 175 of 591 ~ 29.61'%

%41.12
%29.27
%29.61

CMYK color model

#F3ADAF color CMYK value is (0,29,28,5).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 27.98%
  • key color value is 4.71%

CMYK: (0,29,28,5)
C0M29Y28K5 (0%, 29%, 28%, 5%)
(0.00 / 0.29 / 0.28 / 0.05)

CMYK percentages

%0
%28.81
%27.98
%4.71

Codes

Color #F3ADAF in popluar color models

F3 AD AF
RGB 243 173 175
HSL 358° 74.47% 81.57%
HSB/HSV 358° 28.81% 95.29%
CMYK 0.00% 28.81% 27.98%
4.71%

Color #F3ADAF in popluar number systems.

HEX F3 AD AF
Decimal 243 173 175
Binary 11110011 10101101 10101111
Octal 363 255 257

Shades and tints

Shades of #F3ADAF

#F3ADAF
(243,173,175)
#DD9EA0
(221,158,160)
#C78F91
(199,143,145)
#B18082
(177,128,130)
#9B7173
(155,113,115)
#856264
(133,98,100)
#6F5355
(111,83,85)
#594446
(89,68,70)
#433537
(67,53,55)
#2D2628
(45,38,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #F3ADAF

#F3ADAF
(243,173,175)
#F4B4B6
(244,180,182)
#F5BBBD
(245,187,189)
#F6C2C4
(246,194,196)
#F7C9CB
(247,201,203)
#F8D0D2
(248,208,210)
#F9D7D9
(249,215,217)
#FADEE0
(250,222,224)
#FBE5E7
(251,229,231)
#FCECEE
(252,236,238)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3ADAF color. Also use rgb(243,173,175) instead hex code.

Text Font Color

.myTextColor { color: #F3ADAF; }

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

This text font color is #F3ADAF.

Background Color

.myBgColor { background-color: #F3ADAF; }

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

This div background color is #F3ADAF.

Border color

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

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

This div border color is #F3ADAF.

Opacity

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

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

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

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

This text has shadow with #F3ADAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3ADAF.

Preview

Color preview on black background

This text has color #F3ADAF on black background.


Color preview on white background

This text has color #F3ADAF on white background.


Black color preview on #F3ADAF background

This text has black color on #F3ADAF background.


White color preview on #F3ADAF background

This text has white color on #F3ADAF background.


Related colors

Complementary color

Complementary color for #hex is #0C5250.


I love getcolorcode.com

Triadic colors

1 #AFF3AD and #ADAFF3 with #F3ADAF are triadic colors.

2 #AFADF3 and #ADF3AF with #F3ADAF are triadic colors.