COLOR #F5B1C3

HEX: #F5B1C3
RGB: (245,177,195)

Color info

#F5B1C3 contains mainly red and blue colors. Web safe color of #F5B1C3 is #FF99CC (or #F9C).

RGB color model

#F5B1C3 color RGB value is (245,177,195).

  • red value is 245;
  • green value is 177;
  • blue value is 195.
RGB:
(245,177,195)
(96%,69%,76%)

RGB channels and saturation

R 245 of 255 = 96%
G 177 of 255 = 69%
B 195 of 255 = 76%

245
177
195

R + G + B ~ 80%. #F5B1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 177 + 195 = 617 (100%)
R 245 of 617 ~ 39.71%
G 177 of 617 ~ 28.69%
B 195 of 617 ~ 31.6%

%39.71
%28.69
%31.6

CMYK color model

#F5B1C3 color CMYK value is (0,28,20,4).

  • cyan value is 0.00%
  • magenta value is 27.76%
  • yellow value is 20.41%
  • key color value is 3.92%
CMYK:
(0,28,20,4)
C0M28Y20K4 
(0%,28%,20%,4%)
(0.00/0.28/0.20/0.04)	

CMYK percentages

%0
%27.76
%20.41
%3.92

Codes

Color #F5B1C3 in popluar color models

F5B1C3
RGB245177195
HSL344°77.27%82.75%
HSB/HSV344°27.76%96.08%
CMYK0.00%27.76%20.41%
3.92%

Color #F5B1C3 in popluar number systems.

HEXF5B1C3
Decimal245177195
Binary111101011011000111000011
Octal365261303

Shades and tints

Shades of #F5B1C3

#F5B1C3
(245,177,195)
#DFA1B2
(223,161,178)
#C991A1
(201,145,161)
#B38190
(179,129,144)
#9D717F
(157,113,127)
#87616E
(135,97,110)
#71515D
(113,81,93)
#5B414C
(91,65,76)
#45313B
(69,49,59)
#2F212A
(47,33,42)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #F5B1C3

#F5B1C3
(245,177,195)
#F5B8C8
(245,184,200)
#F5BFCD
(245,191,205)
#F5C6D2
(245,198,210)
#F5CDD7
(245,205,215)
#F5D4DC
(245,212,220)
#F5DBE1
(245,219,225)
#F5E2E6
(245,226,230)
#F5E9EB
(245,233,235)
#F5F0F0
(245,240,240)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B1C3 color. Also use rgb(245,177,195) instead hex code.

Text Font Color

.myTextColor { color: #F5B1C3; }

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

This text font color is #F5B1C3.


Background Color

.myBgColor { background-color: #F5B1C3; }

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

This div background color is #F5B1C3.


Border color

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

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

This div border color is #F5B1C3.


Opacity

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

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

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

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

This text has shadow with #F5B1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B1C3 on black background.


Color preview on white background

This text has color #F5B1C3 on white background.



Black color preview on #F5B1C3 background

This text has black color on #F5B1C3 background.


White color preview on #F5B1C3 background

This text has white color on #F5B1C3 background.