COLOR #F3ADBE

HEX: #F3ADBE RGB: (243,173,190)

Color info

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

RGB color model

#F3ADBE color RGB value is (243,173,190).

RGB: (243,173,190) (95%, 68%, 75%)

RGB channels and saturation

R 243 of 255 = 95%
G 173 of 255 = 68%
B 190 of 255 = 75%

243
173
190

R + G + B ~ 79%. #F3ADBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 173 + 190 = 606 (100%)
R 243 of 606 ~ 40.1%
G 173 of 606 ~ 28.55%
B 190 of 606 ~ 31.35'%

%40.1
%28.55
%31.35

CMYK color model

#F3ADBE color CMYK value is (0,29,22,5).

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

CMYK: (0,29,22,5)
C0M29Y22K5 (0%, 29%, 22%, 5%)
(0.00 / 0.29 / 0.22 / 0.05)

CMYK percentages

%0
%28.81
%21.81
%4.71

Codes

Color #F3ADBE in popluar color models

F3 AD BE
RGB 243 173 190
HSL 345° 74.47% 81.57%
HSB/HSV 345° 28.81% 95.29%
CMYK 0.00% 28.81% 21.81%
4.71%

Color #F3ADBE in popluar number systems.

HEX F3 AD BE
Decimal 243 173 190
Binary 11110011 10101101 10111110
Octal 363 255 276

Shades and tints

Shades of #F3ADBE

#F3ADBE
(243,173,190)
#DD9EAD
(221,158,173)
#C78F9C
(199,143,156)
#B1808B
(177,128,139)
#9B717A
(155,113,122)
#856269
(133,98,105)
#6F5358
(111,83,88)
#594447
(89,68,71)
#433536
(67,53,54)
#2D2625
(45,38,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #F3ADBE

#F3ADBE
(243,173,190)
#F4B4C3
(244,180,195)
#F5BBC8
(245,187,200)
#F6C2CD
(246,194,205)
#F7C9D2
(247,201,210)
#F8D0D7
(248,208,215)
#F9D7DC
(249,215,220)
#FADEE1
(250,222,225)
#FBE5E6
(251,229,230)
#FCECEB
(252,236,235)
#FDF3F0
(253,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3ADBE; }

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

This text font color is #F3ADBE.

Background Color

.myBgColor { background-color: #F3ADBE; }

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

This div background color is #F3ADBE.

Border color

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

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

This div border color is #F3ADBE.

Opacity

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

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

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

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

This text has shadow with #F3ADBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3ADBE.

Preview

Color preview on black background

This text has color #F3ADBE on black background.


Color preview on white background

This text has color #F3ADBE on white background.


Black color preview on #F3ADBE background

This text has black color on #F3ADBE background.


White color preview on #F3ADBE background

This text has white color on #F3ADBE background.


Related colors

Complementary color

Complementary color for #hex is #0C5241.


I love getcolorcode.com

Triadic colors

1 #BEF3AD and #ADBEF3 with #F3ADBE are triadic colors.

2 #BEADF3 and #ADF3BE with #F3ADBE are triadic colors.