COLOR #F3AED1

HEX: #F3AED1
RGB: (243,174,209)

Color info

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

RGB color model

#F3AED1 color RGB value is (243,174,209).

  • red value is 243;
  • green value is 174;
  • blue value is 209.
RGB:
(243,174,209)
(95%,68%,82%)

RGB channels and saturation

R 243 of 255 = 95%
G 174 of 255 = 68%
B 209 of 255 = 82%

243
174
209

R + G + B ~ 82%. #F3AED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 174 + 209 = 626 (100%)
R 243 of 626 ~ 38.82%
G 174 of 626 ~ 27.8%
B 209 of 626 ~ 33.39%

%38.82
%27.8
%33.39

CMYK color model

#F3AED1 color CMYK value is (0,28,14,5).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 13.99%
  • key color value is 4.71%
CMYK:
(0,28,14,5)
C0M28Y14K5 
(0%,28%,14%,5%)
(0.00/0.28/0.14/0.05)	

CMYK percentages

%0
%28.4
%13.99
%4.71

Codes

Color #F3AED1 in popluar color models

F3AED1
RGB243174209
HSL330°74.19%81.76%
HSB/HSV330°28.40%95.29%
CMYK0.00%28.40%13.99%
4.71%

Color #F3AED1 in popluar number systems.

HEXF3AED1
Decimal243174209
Binary111100111010111011010001
Octal363256321

Shades and tints

Shades of #F3AED1

#F3AED1
(243,174,209)
#DD9FBE
(221,159,190)
#C790AB
(199,144,171)
#B18198
(177,129,152)
#9B7285
(155,114,133)
#856372
(133,99,114)
#6F545F
(111,84,95)
#59454C
(89,69,76)
#433639
(67,54,57)
#2D2726
(45,39,38)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #F3AED1

#F3AED1
(243,174,209)
#F4B5D5
(244,181,213)
#F5BCD9
(245,188,217)
#F6C3DD
(246,195,221)
#F7CAE1
(247,202,225)
#F8D1E5
(248,209,229)
#F9D8E9
(249,216,233)
#FADFED
(250,223,237)
#FBE6F1
(251,230,241)
#FCEDF5
(252,237,245)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3AED1 color. Also use rgb(243,174,209) instead hex code.

Text Font Color

.myTextColor { color: #F3AED1; }

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

This text font color is #F3AED1.


Background Color

.myBgColor { background-color: #F3AED1; }

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

This div background color is #F3AED1.


Border color

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

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

This div border color is #F3AED1.


Opacity

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

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

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

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

This text has shadow with #F3AED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3AED1 on black background.


Color preview on white background

This text has color #F3AED1 on white background.



Black color preview on #F3AED1 background

This text has black color on #F3AED1 background.


White color preview on #F3AED1 background

This text has white color on #F3AED1 background.