COLOR #F59DB6

HEX: #F59DB6
RGB: (245,157,182)

Color info

#F59DB6 contains mainly red color. Web safe color of #F59DB6 is #FF99CC (or #F9C).

RGB color model

#F59DB6 color RGB value is (245,157,182).

  • red value is 245;
  • green value is 157;
  • blue value is 182.
RGB:
(245,157,182)
(96%,62%,71%)

RGB channels and saturation

R 245 of 255 = 96%
G 157 of 255 = 62%
B 182 of 255 = 71%

245
157
182

R + G + B ~ 76%. #F59DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 157 + 182 = 584 (100%)
R 245 of 584 ~ 41.95%
G 157 of 584 ~ 26.88%
B 182 of 584 ~ 31.16%

%41.95
%26.88
%31.16

CMYK color model

#F59DB6 color CMYK value is (0,36,26,4).

  • cyan value is 0.00%
  • magenta value is 35.92%
  • yellow value is 25.71%
  • key color value is 3.92%
CMYK:
(0,36,26,4)
C0M36Y26K4 
(0%,36%,26%,4%)
(0.00/0.36/0.26/0.04)	

CMYK percentages

%0
%35.92
%25.71
%3.92

Codes

Color #F59DB6 in popluar color models

F59DB6
RGB245157182
HSL343°81.48%78.82%
HSB/HSV343°35.92%96.08%
CMYK0.00%35.92%25.71%
3.92%

Color #F59DB6 in popluar number systems.

HEXF59DB6
Decimal245157182
Binary111101011001110110110110
Octal365235266

Shades and tints

Shades of #F59DB6

#F59DB6
(245,157,182)
#DF8FA6
(223,143,166)
#C98196
(201,129,150)
#B37386
(179,115,134)
#9D6576
(157,101,118)
#875766
(135,87,102)
#714956
(113,73,86)
#5B3B46
(91,59,70)
#452D36
(69,45,54)
#2F1F26
(47,31,38)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #F59DB6

#F59DB6
(245,157,182)
#F5A5BC
(245,165,188)
#F5ADC2
(245,173,194)
#F5B5C8
(245,181,200)
#F5BDCE
(245,189,206)
#F5C5D4
(245,197,212)
#F5CDDA
(245,205,218)
#F5D5E0
(245,213,224)
#F5DDE6
(245,221,230)
#F5E5EC
(245,229,236)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59DB6 color. Also use rgb(245,157,182) instead hex code.

Text Font Color

.myTextColor { color: #F59DB6; }

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

This text font color is #F59DB6.


Background Color

.myBgColor { background-color: #F59DB6; }

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

This div background color is #F59DB6.


Border color

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

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

This div border color is #F59DB6.


Opacity

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

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

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

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

This text has shadow with #F59DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59DB6 on black background.


Color preview on white background

This text has color #F59DB6 on white background.



Black color preview on #F59DB6 background

This text has black color on #F59DB6 background.


White color preview on #F59DB6 background

This text has white color on #F59DB6 background.