COLOR #F5B5FE

HEX: #F5B5FE RGB: (245,181,254)

Color info

#F5B5FE contains mainly red and blue colors. Web safe color of #F5B5FE is #FFCCFF (or #FCF).

RGB color model

#F5B5FE color RGB value is (245,181,254).

RGB: (245,181,254) (96%, 71%, 100%)

RGB channels and saturation

R 245 of 255 = 96%
G 181 of 255 = 71%
B 254 of 255 = 100%

245
181
254

R + G + B ~ 89%. #F5B5FE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 181 + 254 = 680 (100%)
R 245 of 680 ~ 36.03%
G 181 of 680 ~ 26.62%
B 254 of 680 ~ 37.35'%

%36.03
%26.62
%37.35

CMYK color model

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

  • cyan value is 3.54%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (4,29,0,0) C4M29Y0K0 (4%,29%,0%,0%) (0.04/0.29/0.00/0.00) 

CMYK percentages

%3.54
%28.74
%0
%0.39

Codes

Color #F5B5FE in popluar color models

F5 B5 FE
RGB 245 181 254
HSL 293° 97.33% 85.29%
HSB/HSV 293° 28.74% 99.61%
CMYK 3.54% 28.74% 0.00%
0.39%

Color #F5B5FE in popluar number systems.

HEX F5 B5 FE
Decimal 245 181 254
Binary 11110101 10110101 11111110
Octal 365 265 376

Shades and tints

Shades of #F5B5FE

#F5B5FE
(245,181,254)
#DFA5E7
(223,165,231)
#C995D0
(201,149,208)
#B385B9
(179,133,185)
#9D75A2
(157,117,162)
#87658B
(135,101,139)
#715574
(113,85,116)
#5B455D
(91,69,93)
#453546
(69,53,70)
#2F252F
(47,37,47)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #F5B5FE

#F5B5FE
(245,181,254)
#F5BBFE
(245,187,254)
#F5C1FE
(245,193,254)
#F5C7FE
(245,199,254)
#F5CDFE
(245,205,254)
#F5D3FE
(245,211,254)
#F5D9FE
(245,217,254)
#F5DFFE
(245,223,254)
#F5E5FE
(245,229,254)
#F5EBFE
(245,235,254)
#F5F1FE
(245,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B5FE color. Also use rgb(245,181,254) instead hex code.

Text Font Color

.myTextColor { color: #F5B5FE; }

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

This text font color is #F5B5FE.

Background Color

.myBgColor { background-color: #F5B5FE; }

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

This div background color is #F5B5FE.

Border color

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

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

This div border color is #F5B5FE.

Opacity

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

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

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

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

This text has shadow with #F5B5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B5FE.

Preview

Color preview on black background

This text has color #F5B5FE on black background.


Color preview on white background

This text has color #F5B5FE on white background.


Black color preview on #F5B5FE background

This text has black color on #F5B5FE background.


White color preview on #F5B5FE background

This text has white color on #F5B5FE background.


Related colors

Complementary color

Complementary color for #hex is #0A4A01.


I love getcolorcode.com

Triadic colors

1 #FEF5B5 and #B5FEF5 with #F5B5FE are triadic colors.

2 #FEB5F5 and #B5F5FE with #F5B5FE are triadic colors.