COLOR #F5ADE8

HEX: #F5ADE8 RGB: (245,173,232)

Color info

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

RGB color model

#F5ADE8 color RGB value is (245,173,232).

RGB: (245,173,232) (96%, 68%, 91%)

RGB channels and saturation

R 245 of 255 = 96%
G 173 of 255 = 68%
B 232 of 255 = 91%

245
173
232

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

Portions of RGB colors in percentages

R + G + B = 245 + 173 + 232 = 650 (100%)
R 245 of 650 ~ 37.69%
G 173 of 650 ~ 26.62%
B 232 of 650 ~ 35.69'%

%37.69
%26.62
%35.69

CMYK color model

#F5ADE8 color CMYK value is (0,29,5,4).

  • cyan value is 0.00%
  • magenta value is 29.39%
  • yellow value is 5.31%
  • key color value is 3.92%

CMYK: (0,29,5,4)
C0M29Y5K4 (0%, 29%, 5%, 4%)
(0.00 / 0.29 / 0.05 / 0.04)

CMYK percentages

%0
%29.39
%5.31
%3.92

Codes

Color #F5ADE8 in popluar color models

F5 AD E8
RGB 245 173 232
HSL 311° 78.26% 81.96%
HSB/HSV 311° 29.39% 96.08%
CMYK 0.00% 29.39% 5.31%
3.92%

Color #F5ADE8 in popluar number systems.

HEX F5 AD E8
Decimal 245 173 232
Binary 11110101 10101101 11101000
Octal 365 255 350

Shades and tints

Shades of #F5ADE8

#F5ADE8
(245,173,232)
#DF9ED3
(223,158,211)
#C98FBE
(201,143,190)
#B380A9
(179,128,169)
#9D7194
(157,113,148)
#87627F
(135,98,127)
#71536A
(113,83,106)
#5B4455
(91,68,85)
#453540
(69,53,64)
#2F262B
(47,38,43)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #F5ADE8

#F5ADE8
(245,173,232)
#F5B4EA
(245,180,234)
#F5BBEC
(245,187,236)
#F5C2EE
(245,194,238)
#F5C9F0
(245,201,240)
#F5D0F2
(245,208,242)
#F5D7F4
(245,215,244)
#F5DEF6
(245,222,246)
#F5E5F8
(245,229,248)
#F5ECFA
(245,236,250)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ADE8 color. Also use rgb(245,173,232) instead hex code.

Text Font Color

.myTextColor { color: #F5ADE8; }

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

This text font color is #F5ADE8.

Background Color

.myBgColor { background-color: #F5ADE8; }

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

This div background color is #F5ADE8.

Border color

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

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

This div border color is #F5ADE8.

Opacity

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

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

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

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

This text has shadow with #F5ADE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5ADE8.

Preview

Color preview on black background

This text has color #F5ADE8 on black background.


Color preview on white background

This text has color #F5ADE8 on white background.


Black color preview on #F5ADE8 background

This text has black color on #F5ADE8 background.


White color preview on #F5ADE8 background

This text has white color on #F5ADE8 background.


Related colors

Complementary color

Complementary color for #hex is #0A5217.


I love getcolorcode.com

Triadic colors

1 #E8F5AD and #ADE8F5 with #F5ADE8 are triadic colors.

2 #E8ADF5 and #ADF5E8 with #F5ADE8 are triadic colors.