COLOR #F5BDE6

HEX: #F5BDE6
RGB: (245,189,230)

Color info

#F5BDE6 contains red, green and blue colors in about the same proportion. Web safe color of #F5BDE6 is #FFCCCC (or #FCC).

RGB color model

#F5BDE6 color RGB value is (245,189,230).

  • red value is 245;
  • green value is 189;
  • blue value is 230.
RGB:
(245,189,230)
(96%,74%,90%)

RGB channels and saturation

R 245 of 255 = 96%
G 189 of 255 = 74%
B 230 of 255 = 90%

245
189
230

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

Portions of RGB colors in percentages

R + G + B =
245 + 189 + 230 = 664 (100%)
R 245 of 664 ~ 36.9%
G 189 of 664 ~ 28.46%
B 230 of 664 ~ 34.64%

%36.9
%28.46
%34.64

CMYK color model

#F5BDE6 color CMYK value is (0,23,6,4).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 6.12%
  • key color value is 3.92%
CMYK:
(0,23,6,4)
C0M23Y6K4 
(0%,23%,6%,4%)
(0.00/0.23/0.06/0.04)	

CMYK percentages

%0
%22.86
%6.12
%3.92

Codes

Color #F5BDE6 in popluar color models

F5BDE6
RGB245189230
HSL316°73.68%85.10%
HSB/HSV316°22.86%96.08%
CMYK0.00%22.86%6.12%
3.92%

Color #F5BDE6 in popluar number systems.

HEXF5BDE6
Decimal245189230
Binary111101011011110111100110
Octal365275346

Shades and tints

Shades of #F5BDE6

#F5BDE6
(245,189,230)
#DFACD2
(223,172,210)
#C99BBE
(201,155,190)
#B38AAA
(179,138,170)
#9D7996
(157,121,150)
#876882
(135,104,130)
#71576E
(113,87,110)
#5B465A
(91,70,90)
#453546
(69,53,70)
#2F2432
(47,36,50)
#19131E
(25,19,30)
#000000
(0,0,0)

Tints of #F5BDE6

#F5BDE6
(245,189,230)
#F5C3E8
(245,195,232)
#F5C9EA
(245,201,234)
#F5CFEC
(245,207,236)
#F5D5EE
(245,213,238)
#F5DBF0
(245,219,240)
#F5E1F2
(245,225,242)
#F5E7F4
(245,231,244)
#F5EDF6
(245,237,246)
#F5F3F8
(245,243,248)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BDE6 color. Also use rgb(245,189,230) instead hex code.

Text Font Color

.myTextColor { color: #F5BDE6; }

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

This text font color is #F5BDE6.


Background Color

.myBgColor { background-color: #F5BDE6; }

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

This div background color is #F5BDE6.


Border color

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

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

This div border color is #F5BDE6.


Opacity

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

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

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

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

This text has shadow with #F5BDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BDE6 on black background.


Color preview on white background

This text has color #F5BDE6 on white background.



Black color preview on #F5BDE6 background

This text has black color on #F5BDE6 background.


White color preview on #F5BDE6 background

This text has white color on #F5BDE6 background.