COLOR #F5B9FE

HEX: #F5B9FE
RGB: (245,185,254)

Color info

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

RGB color model

#F5B9FE color RGB value is (245,185,254).

  • red value is 245;
  • green value is 185;
  • blue value is 254.
RGB:
(245,185,254)
(96%,73%,100%)

RGB channels and saturation

R 245 of 255 = 96%
G 185 of 255 = 73%
B 254 of 255 = 100%

245
185
254

R + G + B ~ 90%. #F5B9FE is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 185 + 254 = 684 (100%)
R 245 of 684 ~ 35.82%
G 185 of 684 ~ 27.05%
B 254 of 684 ~ 37.13%

%35.82
%27.05
%37.13

CMYK color model

#F5B9FE color CMYK value is (4,27,0,0).

  • cyan value is 3.54%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(4,27,0,0)
C4M27Y0K0 
(4%,27%,0%,0%)
(0.04/0.27/0.00/0.00)	

CMYK percentages

%3.54
%27.17
%0
%0.39

Codes

Color #F5B9FE in popluar color models

F5B9FE
RGB245185254
HSL292°97.18%86.08%
HSB/HSV292°27.17%99.61%
CMYK3.54%27.17%0.00%
0.39%

Color #F5B9FE in popluar number systems.

HEXF5B9FE
Decimal245185254
Binary111101011011100111111110
Octal365271376

Shades and tints

Shades of #F5B9FE

#F5B9FE
(245,185,254)
#DFA9E7
(223,169,231)
#C999D0
(201,153,208)
#B389B9
(179,137,185)
#9D79A2
(157,121,162)
#87698B
(135,105,139)
#715974
(113,89,116)
#5B495D
(91,73,93)
#453946
(69,57,70)
#2F292F
(47,41,47)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #F5B9FE

#F5B9FE
(245,185,254)
#F5BFFE
(245,191,254)
#F5C5FE
(245,197,254)
#F5CBFE
(245,203,254)
#F5D1FE
(245,209,254)
#F5D7FE
(245,215,254)
#F5DDFE
(245,221,254)
#F5E3FE
(245,227,254)
#F5E9FE
(245,233,254)
#F5EFFE
(245,239,254)
#F5F5FE
(245,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B9FE; }

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

This text font color is #F5B9FE.


Background Color

.myBgColor { background-color: #F5B9FE; }

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

This div background color is #F5B9FE.


Border color

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

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

This div border color is #F5B9FE.


Opacity

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

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

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

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

This text has shadow with #F5B9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B9FE on black background.


Color preview on white background

This text has color #F5B9FE on white background.



Black color preview on #F5B9FE background

This text has black color on #F5B9FE background.


White color preview on #F5B9FE background

This text has white color on #F5B9FE background.