COLOR #F5B7CA

HEX: #F5B7CA
RGB: (245,183,202)

Color info

#F5B7CA contains mainly red and blue colors. Web safe color of #F5B7CA is #FFCCCC (or #FCC).

RGB color model

#F5B7CA color RGB value is (245,183,202).

  • red value is 245;
  • green value is 183;
  • blue value is 202.
RGB:
(245,183,202)
(96%,72%,79%)

RGB channels and saturation

R 245 of 255 = 96%
G 183 of 255 = 72%
B 202 of 255 = 79%

245
183
202

R + G + B ~ 82%. #F5B7CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 183 + 202 = 630 (100%)
R 245 of 630 ~ 38.89%
G 183 of 630 ~ 29.05%
B 202 of 630 ~ 32.06%

%38.89
%29.05
%32.06

CMYK color model

#F5B7CA color CMYK value is (0,25,18,4).

  • cyan value is 0.00%
  • magenta value is 25.31%
  • yellow value is 17.55%
  • key color value is 3.92%
CMYK:
(0,25,18,4)
C0M25Y18K4 
(0%,25%,18%,4%)
(0.00/0.25/0.18/0.04)	

CMYK percentages

%0
%25.31
%17.55
%3.92

Codes

Color #F5B7CA in popluar color models

F5B7CA
RGB245183202
HSL342°75.61%83.92%
HSB/HSV342°25.31%96.08%
CMYK0.00%25.31%17.55%
3.92%

Color #F5B7CA in popluar number systems.

HEXF5B7CA
Decimal245183202
Binary111101011011011111001010
Octal365267312

Shades and tints

Shades of #F5B7CA

#F5B7CA
(245,183,202)
#DFA7B8
(223,167,184)
#C997A6
(201,151,166)
#B38794
(179,135,148)
#9D7782
(157,119,130)
#876770
(135,103,112)
#71575E
(113,87,94)
#5B474C
(91,71,76)
#45373A
(69,55,58)
#2F2728
(47,39,40)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #F5B7CA

#F5B7CA
(245,183,202)
#F5BDCE
(245,189,206)
#F5C3D2
(245,195,210)
#F5C9D6
(245,201,214)
#F5CFDA
(245,207,218)
#F5D5DE
(245,213,222)
#F5DBE2
(245,219,226)
#F5E1E6
(245,225,230)
#F5E7EA
(245,231,234)
#F5EDEE
(245,237,238)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B7CA color. Also use rgb(245,183,202) instead hex code.

Text Font Color

.myTextColor { color: #F5B7CA; }

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

This text font color is #F5B7CA.


Background Color

.myBgColor { background-color: #F5B7CA; }

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

This div background color is #F5B7CA.


Border color

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

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

This div border color is #F5B7CA.


Opacity

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

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

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

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

This text has shadow with #F5B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B7CA on black background.


Color preview on white background

This text has color #F5B7CA on white background.



Black color preview on #F5B7CA background

This text has black color on #F5B7CA background.


White color preview on #F5B7CA background

This text has white color on #F5B7CA background.