COLOR #F5C1B1

HEX: #F5C1B1
RGB: (245,193,177)

Color info

#F5C1B1 contains mainly red and green colors. Web safe color of #F5C1B1 is #FFCC99 (or #FC9).

RGB color model

#F5C1B1 color RGB value is (245,193,177).

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

RGB channels and saturation

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

245
193
177

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

Portions of RGB colors in percentages

R + G + B =
245 + 193 + 177 = 615 (100%)
R 245 of 615 ~ 39.84%
G 193 of 615 ~ 31.38%
B 177 of 615 ~ 28.78%

%39.84
%31.38
%28.78

CMYK color model

#F5C1B1 color CMYK value is (0,21,28,4).

  • cyan value is 0.00%
  • magenta value is 21.22%
  • yellow value is 27.76%
  • key color value is 3.92%
CMYK:
(0,21,28,4)
C0M21Y28K4 
(0%,21%,28%,4%)
(0.00/0.21/0.28/0.04)	

CMYK percentages

%0
%21.22
%27.76
%3.92

Codes

Color #F5C1B1 in popluar color models

F5C1B1
RGB245193177
HSL14°77.27%82.75%
HSB/HSV14°27.76%96.08%
CMYK0.00%21.22%27.76%
3.92%

Color #F5C1B1 in popluar number systems.

HEXF5C1B1
Decimal245193177
Binary111101011100000110110001
Octal365301261

Shades and tints

Shades of #F5C1B1

#F5C1B1
(245,193,177)
#DFB0A1
(223,176,161)
#C99F91
(201,159,145)
#B38E81
(179,142,129)
#9D7D71
(157,125,113)
#876C61
(135,108,97)
#715B51
(113,91,81)
#5B4A41
(91,74,65)
#453931
(69,57,49)
#2F2821
(47,40,33)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #F5C1B1

#F5C1B1
(245,193,177)
#F5C6B8
(245,198,184)
#F5CBBF
(245,203,191)
#F5D0C6
(245,208,198)
#F5D5CD
(245,213,205)
#F5DAD4
(245,218,212)
#F5DFDB
(245,223,219)
#F5E4E2
(245,228,226)
#F5E9E9
(245,233,233)
#F5EEF0
(245,238,240)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C1B1; }

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

This text font color is #F5C1B1.


Background Color

.myBgColor { background-color: #F5C1B1; }

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

This div background color is #F5C1B1.


Border color

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

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

This div border color is #F5C1B1.


Opacity

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

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

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

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

This text has shadow with #F5C1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C1B1 on black background.


Color preview on white background

This text has color #F5C1B1 on white background.



Black color preview on #F5C1B1 background

This text has black color on #F5C1B1 background.


White color preview on #F5C1B1 background

This text has white color on #F5C1B1 background.