COLOR #F1ADEE

HEX: #F1ADEE RGB: (241,173,238)

Color info

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

RGB color model

#F1ADEE color RGB value is (241,173,238).

RGB: (241,173,238) (95%, 68%, 93%)

RGB channels and saturation

R 241 of 255 = 95%
G 173 of 255 = 68%
B 238 of 255 = 93%

241
173
238

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

Portions of RGB colors in percentages

R + G + B = 241 + 173 + 238 = 652 (100%)
R 241 of 652 ~ 36.96%
G 173 of 652 ~ 26.53%
B 238 of 652 ~ 36.5'%

%36.96
%26.53
%36.5

CMYK color model

#F1ADEE color CMYK value is (0,28,1,5).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 1.24%
  • key color value is 5.49%

CMYK: (0,28,1,5)
C0M28Y1K5 (0%, 28%, 1%, 5%)
(0.00 / 0.28 / 0.01 / 0.05)

CMYK percentages

%0
%28.22
%1.24
%5.49

Codes

Color #F1ADEE in popluar color models

F1 AD EE
RGB 241 173 238
HSL 303° 70.83% 81.18%
HSB/HSV 303° 28.22% 94.51%
CMYK 0.00% 28.22% 1.24%
5.49%

Color #F1ADEE in popluar number systems.

HEX F1 AD EE
Decimal 241 173 238
Binary 11110001 10101101 11101110
Octal 361 255 356

Shades and tints

Shades of #F1ADEE

#F1ADEE
(241,173,238)
#DC9ED9
(220,158,217)
#C78FC4
(199,143,196)
#B280AF
(178,128,175)
#9D719A
(157,113,154)
#886285
(136,98,133)
#735370
(115,83,112)
#5E445B
(94,68,91)
#493546
(73,53,70)
#342631
(52,38,49)
#1F171C
(31,23,28)
#000000
(0,0,0)

Tints of #F1ADEE

#F1ADEE
(241,173,238)
#F2B4EF
(242,180,239)
#F3BBF0
(243,187,240)
#F4C2F1
(244,194,241)
#F5C9F2
(245,201,242)
#F6D0F3
(246,208,243)
#F7D7F4
(247,215,244)
#F8DEF5
(248,222,245)
#F9E5F6
(249,229,246)
#FAECF7
(250,236,247)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1ADEE color. Also use rgb(241,173,238) instead hex code.

Text Font Color

.myTextColor { color: #F1ADEE; }

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

This text font color is #F1ADEE.

Background Color

.myBgColor { background-color: #F1ADEE; }

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

This div background color is #F1ADEE.

Border color

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

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

This div border color is #F1ADEE.

Opacity

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

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

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

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

This text has shadow with #F1ADEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1ADEE.

Preview

Color preview on black background

This text has color #F1ADEE on black background.


Color preview on white background

This text has color #F1ADEE on white background.


Black color preview on #F1ADEE background

This text has black color on #F1ADEE background.


White color preview on #F1ADEE background

This text has white color on #F1ADEE background.


Related colors

Complementary color

Complementary color for #hex is #0E5211.


I love getcolorcode.com

Triadic colors

1 #EEF1AD and #ADEEF1 with #F1ADEE are triadic colors.

2 #EEADF1 and #ADF1EE with #F1ADEE are triadic colors.