COLOR #F1AEDA

HEX: #F1AEDA
RGB: (241,174,218)

Color info

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

RGB color model

#F1AEDA color RGB value is (241,174,218).

  • red value is 241;
  • green value is 174;
  • blue value is 218.
RGB:
(241,174,218)
(95%,68%,85%)

RGB channels and saturation

R 241 of 255 = 95%
G 174 of 255 = 68%
B 218 of 255 = 85%

241
174
218

R + G + B ~ 83%. #F1AEDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 174 + 218 = 633 (100%)
R 241 of 633 ~ 38.07%
G 174 of 633 ~ 27.49%
B 218 of 633 ~ 34.44%

%38.07
%27.49
%34.44

CMYK color model

#F1AEDA color CMYK value is (0,28,10,5).

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(0,28,10,5)
C0M28Y10K5 
(0%,28%,10%,5%)
(0.00/0.28/0.10/0.05)	

CMYK percentages

%0
%27.8
%9.54
%5.49

Codes

Color #F1AEDA in popluar color models

F1AEDA
RGB241174218
HSL321°70.53%81.37%
HSB/HSV321°27.80%94.51%
CMYK0.00%27.80%9.54%
5.49%

Color #F1AEDA in popluar number systems.

HEXF1AEDA
Decimal241174218
Binary111100011010111011011010
Octal361256332

Shades and tints

Shades of #F1AEDA

#F1AEDA
(241,174,218)
#DC9FC7
(220,159,199)
#C790B4
(199,144,180)
#B281A1
(178,129,161)
#9D728E
(157,114,142)
#88637B
(136,99,123)
#735468
(115,84,104)
#5E4555
(94,69,85)
#493642
(73,54,66)
#34272F
(52,39,47)
#1F181C
(31,24,28)
#000000
(0,0,0)

Tints of #F1AEDA

#F1AEDA
(241,174,218)
#F2B5DD
(242,181,221)
#F3BCE0
(243,188,224)
#F4C3E3
(244,195,227)
#F5CAE6
(245,202,230)
#F6D1E9
(246,209,233)
#F7D8EC
(247,216,236)
#F8DFEF
(248,223,239)
#F9E6F2
(249,230,242)
#FAEDF5
(250,237,245)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1AEDA color. Also use rgb(241,174,218) instead hex code.

Text Font Color

.myTextColor { color: #F1AEDA; }

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

This text font color is #F1AEDA.


Background Color

.myBgColor { background-color: #F1AEDA; }

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

This div background color is #F1AEDA.


Border color

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

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

This div border color is #F1AEDA.


Opacity

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

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

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

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

This text has shadow with #F1AEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AEDA on black background.


Color preview on white background

This text has color #F1AEDA on white background.



Black color preview on #F1AEDA background

This text has black color on #F1AEDA background.


White color preview on #F1AEDA background

This text has white color on #F1AEDA background.