COLOR #F5B5CE

HEX: #F5B5CE
RGB: (245,181,206)

Color info

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

RGB color model

#F5B5CE color RGB value is (245,181,206).

  • red value is 245;
  • green value is 181;
  • blue value is 206.
RGB:
(245,181,206)
(96%,71%,81%)

RGB channels and saturation

R 245 of 255 = 96%
G 181 of 255 = 71%
B 206 of 255 = 81%

245
181
206

R + G + B ~ 83%. #F5B5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 181 + 206 = 632 (100%)
R 245 of 632 ~ 38.77%
G 181 of 632 ~ 28.64%
B 206 of 632 ~ 32.59%

%38.77
%28.64
%32.59

CMYK color model

#F5B5CE color CMYK value is (0,26,16,4).

  • cyan value is 0.00%
  • magenta value is 26.12%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(0,26,16,4)
C0M26Y16K4 
(0%,26%,16%,4%)
(0.00/0.26/0.16/0.04)	

CMYK percentages

%0
%26.12
%15.92
%3.92

Codes

Color #F5B5CE in popluar color models

F5B5CE
RGB245181206
HSL337°76.19%83.53%
HSB/HSV337°26.12%96.08%
CMYK0.00%26.12%15.92%
3.92%

Color #F5B5CE in popluar number systems.

HEXF5B5CE
Decimal245181206
Binary111101011011010111001110
Octal365265316

Shades and tints

Shades of #F5B5CE

#F5B5CE
(245,181,206)
#DFA5BC
(223,165,188)
#C995AA
(201,149,170)
#B38598
(179,133,152)
#9D7586
(157,117,134)
#876574
(135,101,116)
#715562
(113,85,98)
#5B4550
(91,69,80)
#45353E
(69,53,62)
#2F252C
(47,37,44)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #F5B5CE

#F5B5CE
(245,181,206)
#F5BBD2
(245,187,210)
#F5C1D6
(245,193,214)
#F5C7DA
(245,199,218)
#F5CDDE
(245,205,222)
#F5D3E2
(245,211,226)
#F5D9E6
(245,217,230)
#F5DFEA
(245,223,234)
#F5E5EE
(245,229,238)
#F5EBF2
(245,235,242)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B5CE color. Also use rgb(245,181,206) instead hex code.

Text Font Color

.myTextColor { color: #F5B5CE; }

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

This text font color is #F5B5CE.


Background Color

.myBgColor { background-color: #F5B5CE; }

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

This div background color is #F5B5CE.


Border color

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

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

This div border color is #F5B5CE.


Opacity

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

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

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

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

This text has shadow with #F5B5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B5CE on black background.


Color preview on white background

This text has color #F5B5CE on white background.



Black color preview on #F5B5CE background

This text has black color on #F5B5CE background.


White color preview on #F5B5CE background

This text has white color on #F5B5CE background.