COLOR #F5B8F0

HEX: #F5B8F0
RGB: (245,184,240)

Color info

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

RGB color model

#F5B8F0 color RGB value is (245,184,240).

  • red value is 245;
  • green value is 184;
  • blue value is 240.
RGB:
(245,184,240)
(96%,72%,94%)

RGB channels and saturation

R 245 of 255 = 96%
G 184 of 255 = 72%
B 240 of 255 = 94%

245
184
240

R + G + B ~ 87%. #F5B8F0 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 184 + 240 = 669 (100%)
R 245 of 669 ~ 36.62%
G 184 of 669 ~ 27.5%
B 240 of 669 ~ 35.87%

%36.62
%27.5
%35.87

CMYK color model

#F5B8F0 color CMYK value is (0,25,2,4).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 2.04%
  • key color value is 3.92%
CMYK:
(0,25,2,4)
C0M25Y2K4 
(0%,25%,2%,4%)
(0.00/0.25/0.02/0.04)	

CMYK percentages

%0
%24.9
%2.04
%3.92

Codes

Color #F5B8F0 in popluar color models

F5B8F0
RGB245184240
HSL305°75.31%84.12%
HSB/HSV305°24.90%96.08%
CMYK0.00%24.90%2.04%
3.92%

Color #F5B8F0 in popluar number systems.

HEXF5B8F0
Decimal245184240
Binary111101011011100011110000
Octal365270360

Shades and tints

Shades of #F5B8F0

#F5B8F0
(245,184,240)
#DFA8DB
(223,168,219)
#C998C6
(201,152,198)
#B388B1
(179,136,177)
#9D789C
(157,120,156)
#876887
(135,104,135)
#715872
(113,88,114)
#5B485D
(91,72,93)
#453848
(69,56,72)
#2F2833
(47,40,51)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #F5B8F0

#F5B8F0
(245,184,240)
#F5BEF1
(245,190,241)
#F5C4F2
(245,196,242)
#F5CAF3
(245,202,243)
#F5D0F4
(245,208,244)
#F5D6F5
(245,214,245)
#F5DCF6
(245,220,246)
#F5E2F7
(245,226,247)
#F5E8F8
(245,232,248)
#F5EEF9
(245,238,249)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B8F0 color. Also use rgb(245,184,240) instead hex code.

Text Font Color

.myTextColor { color: #F5B8F0; }

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

This text font color is #F5B8F0.


Background Color

.myBgColor { background-color: #F5B8F0; }

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

This div background color is #F5B8F0.


Border color

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

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

This div border color is #F5B8F0.


Opacity

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

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

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

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

This text has shadow with #F5B8F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B8F0 on black background.


Color preview on white background

This text has color #F5B8F0 on white background.



Black color preview on #F5B8F0 background

This text has black color on #F5B8F0 background.


White color preview on #F5B8F0 background

This text has white color on #F5B8F0 background.