COLOR #F5B9EF

HEX: #F5B9EF
RGB: (245,185,239)

Color info

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

RGB color model

#F5B9EF color RGB value is (245,185,239).

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

RGB channels and saturation

R 245 of 255 = 96%
G 185 of 255 = 73%
B 239 of 255 = 94%

245
185
239

R + G + B ~ 88%. #F5B9EF is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 185 + 239 = 669 (100%)
R 245 of 669 ~ 36.62%
G 185 of 669 ~ 27.65%
B 239 of 669 ~ 35.72%

%36.62
%27.65
%35.72

CMYK color model

#F5B9EF color CMYK value is (0,24,2,4).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 2.45%
  • key color value is 3.92%
CMYK:
(0,24,2,4)
C0M24Y2K4 
(0%,24%,2%,4%)
(0.00/0.24/0.02/0.04)	

CMYK percentages

%0
%24.49
%2.45
%3.92

Codes

Color #F5B9EF in popluar color models

F5B9EF
RGB245185239
HSL306°75.00%84.31%
HSB/HSV306°24.49%96.08%
CMYK0.00%24.49%2.45%
3.92%

Color #F5B9EF in popluar number systems.

HEXF5B9EF
Decimal245185239
Binary111101011011100111101111
Octal365271357

Shades and tints

Shades of #F5B9EF

#F5B9EF
(245,185,239)
#DFA9DA
(223,169,218)
#C999C5
(201,153,197)
#B389B0
(179,137,176)
#9D799B
(157,121,155)
#876986
(135,105,134)
#715971
(113,89,113)
#5B495C
(91,73,92)
#453947
(69,57,71)
#2F2932
(47,41,50)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #F5B9EF

#F5B9EF
(245,185,239)
#F5BFF0
(245,191,240)
#F5C5F1
(245,197,241)
#F5CBF2
(245,203,242)
#F5D1F3
(245,209,243)
#F5D7F4
(245,215,244)
#F5DDF5
(245,221,245)
#F5E3F6
(245,227,246)
#F5E9F7
(245,233,247)
#F5EFF8
(245,239,248)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B9EF; }

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

This text font color is #F5B9EF.


Background Color

.myBgColor { background-color: #F5B9EF; }

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

This div background color is #F5B9EF.


Border color

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

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

This div border color is #F5B9EF.


Opacity

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

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

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

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

This text has shadow with #F5B9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B9EF on black background.


Color preview on white background

This text has color #F5B9EF on white background.



Black color preview on #F5B9EF background

This text has black color on #F5B9EF background.


White color preview on #F5B9EF background

This text has white color on #F5B9EF background.