COLOR #F1AEEA

HEX: #F1AEEA
RGB: (241,174,234)

Color info

#F1AEEA contains mainly red and blue colors. Web safe color of #F1AEEA is #FF99FF (or #F9F).

RGB color model

#F1AEEA color RGB value is (241,174,234).

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

RGB channels and saturation

R 241 of 255 = 95%
G 174 of 255 = 68%
B 234 of 255 = 92%

241
174
234

R + G + B ~ 85%. #F1AEEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 174 + 234 = 649 (100%)
R 241 of 649 ~ 37.13%
G 174 of 649 ~ 26.81%
B 234 of 649 ~ 36.06%

%37.13
%26.81
%36.06

CMYK color model

#F1AEEA color CMYK value is (0,28,3,5).

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 2.90%
  • key color value is 5.49%
CMYK:
(0,28,3,5)
C0M28Y3K5 
(0%,28%,3%,5%)
(0.00/0.28/0.03/0.05)	

CMYK percentages

%0
%27.8
%2.9
%5.49

Codes

Color #F1AEEA in popluar color models

F1AEEA
RGB241174234
HSL306°70.53%81.37%
HSB/HSV306°27.80%94.51%
CMYK0.00%27.80%2.90%
5.49%

Color #F1AEEA in popluar number systems.

HEXF1AEEA
Decimal241174234
Binary111100011010111011101010
Octal361256352

Shades and tints

Shades of #F1AEEA

#F1AEEA
(241,174,234)
#DC9FD5
(220,159,213)
#C790C0
(199,144,192)
#B281AB
(178,129,171)
#9D7296
(157,114,150)
#886381
(136,99,129)
#73546C
(115,84,108)
#5E4557
(94,69,87)
#493642
(73,54,66)
#34272D
(52,39,45)
#1F1818
(31,24,24)
#000000
(0,0,0)

Tints of #F1AEEA

#F1AEEA
(241,174,234)
#F2B5EB
(242,181,235)
#F3BCEC
(243,188,236)
#F4C3ED
(244,195,237)
#F5CAEE
(245,202,238)
#F6D1EF
(246,209,239)
#F7D8F0
(247,216,240)
#F8DFF1
(248,223,241)
#F9E6F2
(249,230,242)
#FAEDF3
(250,237,243)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AEEA; }

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

This text font color is #F1AEEA.


Background Color

.myBgColor { background-color: #F1AEEA; }

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

This div background color is #F1AEEA.


Border color

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

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

This div border color is #F1AEEA.


Opacity

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

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

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

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

This text has shadow with #F1AEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AEEA on black background.


Color preview on white background

This text has color #F1AEEA on white background.



Black color preview on #F1AEEA background

This text has black color on #F1AEEA background.


White color preview on #F1AEEA background

This text has white color on #F1AEEA background.