COLOR #F5B4FC

HEX: #F5B4FC
RGB: (245,180,252)

Color info

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

RGB color model

#F5B4FC color RGB value is (245,180,252).

  • red value is 245;
  • green value is 180;
  • blue value is 252.
RGB:
(245,180,252)
(96%,71%,99%)

RGB channels and saturation

R 245 of 255 = 96%
G 180 of 255 = 71%
B 252 of 255 = 99%

245
180
252

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

Portions of RGB colors in percentages

R + G + B =
245 + 180 + 252 = 677 (100%)
R 245 of 677 ~ 36.19%
G 180 of 677 ~ 26.59%
B 252 of 677 ~ 37.22%

%36.19
%26.59
%37.22

CMYK color model

#F5B4FC color CMYK value is (3,29,0,1).

  • cyan value is 2.78%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(3,29,0,1)
C3M29Y0K1 
(3%,29%,0%,1%)
(0.03/0.29/0.00/0.01)	

CMYK percentages

%2.78
%28.57
%0
%1.18

Codes

Color #F5B4FC in popluar color models

F5B4FC
RGB245180252
HSL294°92.31%84.71%
HSB/HSV294°28.57%98.82%
CMYK2.78%28.57%0.00%
1.18%

Color #F5B4FC in popluar number systems.

HEXF5B4FC
Decimal245180252
Binary111101011011010011111100
Octal365264374

Shades and tints

Shades of #F5B4FC

#F5B4FC
(245,180,252)
#DFA4E6
(223,164,230)
#C994D0
(201,148,208)
#B384BA
(179,132,186)
#9D74A4
(157,116,164)
#87648E
(135,100,142)
#715478
(113,84,120)
#5B4462
(91,68,98)
#45344C
(69,52,76)
#2F2436
(47,36,54)
#191420
(25,20,32)
#000000
(0,0,0)

Tints of #F5B4FC

#F5B4FC
(245,180,252)
#F5BAFC
(245,186,252)
#F5C0FC
(245,192,252)
#F5C6FC
(245,198,252)
#F5CCFC
(245,204,252)
#F5D2FC
(245,210,252)
#F5D8FC
(245,216,252)
#F5DEFC
(245,222,252)
#F5E4FC
(245,228,252)
#F5EAFC
(245,234,252)
#F5F0FC
(245,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B4FC color. Also use rgb(245,180,252) instead hex code.

Text Font Color

.myTextColor { color: #F5B4FC; }

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

This text font color is #F5B4FC.


Background Color

.myBgColor { background-color: #F5B4FC; }

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

This div background color is #F5B4FC.


Border color

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

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

This div border color is #F5B4FC.


Opacity

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

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

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

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

This text has shadow with #F5B4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B4FC on black background.


Color preview on white background

This text has color #F5B4FC on white background.



Black color preview on #F5B4FC background

This text has black color on #F5B4FC background.


White color preview on #F5B4FC background

This text has white color on #F5B4FC background.