COLOR #F59CAB

HEX: #F59CAB
RGB: (245,156,171)

Color info

#F59CAB contains mainly red color. Web safe color of #F59CAB is #FF9999 (or #F99).

RGB color model

#F59CAB color RGB value is (245,156,171).

  • red value is 245;
  • green value is 156;
  • blue value is 171.
RGB:
(245,156,171)
(96%,61%,67%)

RGB channels and saturation

R 245 of 255 = 96%
G 156 of 255 = 61%
B 171 of 255 = 67%

245
156
171

R + G + B ~ 75%. #F59CAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 156 + 171 = 572 (100%)
R 245 of 572 ~ 42.83%
G 156 of 572 ~ 27.27%
B 171 of 572 ~ 29.9%

%42.83
%27.27
%29.9

CMYK color model

#F59CAB color CMYK value is (0,36,30,4).

  • cyan value is 0.00%
  • magenta value is 36.33%
  • yellow value is 30.20%
  • key color value is 3.92%
CMYK:
(0,36,30,4)
C0M36Y30K4 
(0%,36%,30%,4%)
(0.00/0.36/0.30/0.04)	

CMYK percentages

%0
%36.33
%30.2
%3.92

Codes

Color #F59CAB in popluar color models

F59CAB
RGB245156171
HSL350°81.65%78.63%
HSB/HSV350°36.33%96.08%
CMYK0.00%36.33%30.20%
3.92%

Color #F59CAB in popluar number systems.

HEXF59CAB
Decimal245156171
Binary111101011001110010101011
Octal365234253

Shades and tints

Shades of #F59CAB

#F59CAB
(245,156,171)
#DF8E9C
(223,142,156)
#C9808D
(201,128,141)
#B3727E
(179,114,126)
#9D646F
(157,100,111)
#875660
(135,86,96)
#714851
(113,72,81)
#5B3A42
(91,58,66)
#452C33
(69,44,51)
#2F1E24
(47,30,36)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #F59CAB

#F59CAB
(245,156,171)
#F5A5B2
(245,165,178)
#F5AEB9
(245,174,185)
#F5B7C0
(245,183,192)
#F5C0C7
(245,192,199)
#F5C9CE
(245,201,206)
#F5D2D5
(245,210,213)
#F5DBDC
(245,219,220)
#F5E4E3
(245,228,227)
#F5EDEA
(245,237,234)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F59CAB color. Also use rgb(245,156,171) instead hex code.

Text Font Color

.myTextColor { color: #F59CAB; }

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

This text font color is #F59CAB.


Background Color

.myBgColor { background-color: #F59CAB; }

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

This div background color is #F59CAB.


Border color

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

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

This div border color is #F59CAB.


Opacity

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

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

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

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

This text has shadow with #F59CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F59CAB on black background.


Color preview on white background

This text has color #F59CAB on white background.



Black color preview on #F59CAB background

This text has black color on #F59CAB background.


White color preview on #F59CAB background

This text has white color on #F59CAB background.