COLOR #F5BBCB

HEX: #F5BBCB
RGB: (245,187,203)

Color info

#F5BBCB contains red, green and blue colors in about the same proportion. Web safe color of #F5BBCB is #FFCCCC (or #FCC).

RGB color model

#F5BBCB color RGB value is (245,187,203).

  • red value is 245;
  • green value is 187;
  • blue value is 203.
RGB:
(245,187,203)
(96%,73%,80%)

RGB channels and saturation

R 245 of 255 = 96%
G 187 of 255 = 73%
B 203 of 255 = 80%

245
187
203

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

Portions of RGB colors in percentages

R + G + B =
245 + 187 + 203 = 635 (100%)
R 245 of 635 ~ 38.58%
G 187 of 635 ~ 29.45%
B 203 of 635 ~ 31.97%

%38.58
%29.45
%31.97

CMYK color model

#F5BBCB color CMYK value is (0,24,17,4).

  • cyan value is 0.00%
  • magenta value is 23.67%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(0,24,17,4)
C0M24Y17K4 
(0%,24%,17%,4%)
(0.00/0.24/0.17/0.04)	

CMYK percentages

%0
%23.67
%17.14
%3.92

Codes

Color #F5BBCB in popluar color models

F5BBCB
RGB245187203
HSL343°74.36%84.71%
HSB/HSV343°23.67%96.08%
CMYK0.00%23.67%17.14%
3.92%

Color #F5BBCB in popluar number systems.

HEXF5BBCB
Decimal245187203
Binary111101011011101111001011
Octal365273313

Shades and tints

Shades of #F5BBCB

#F5BBCB
(245,187,203)
#DFAAB9
(223,170,185)
#C999A7
(201,153,167)
#B38895
(179,136,149)
#9D7783
(157,119,131)
#876671
(135,102,113)
#71555F
(113,85,95)
#5B444D
(91,68,77)
#45333B
(69,51,59)
#2F2229
(47,34,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #F5BBCB

#F5BBCB
(245,187,203)
#F5C1CF
(245,193,207)
#F5C7D3
(245,199,211)
#F5CDD7
(245,205,215)
#F5D3DB
(245,211,219)
#F5D9DF
(245,217,223)
#F5DFE3
(245,223,227)
#F5E5E7
(245,229,231)
#F5EBEB
(245,235,235)
#F5F1EF
(245,241,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BBCB color. Also use rgb(245,187,203) instead hex code.

Text Font Color

.myTextColor { color: #F5BBCB; }

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

This text font color is #F5BBCB.


Background Color

.myBgColor { background-color: #F5BBCB; }

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

This div background color is #F5BBCB.


Border color

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

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

This div border color is #F5BBCB.


Opacity

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

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

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

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

This text has shadow with #F5BBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BBCB on black background.


Color preview on white background

This text has color #F5BBCB on white background.



Black color preview on #F5BBCB background

This text has black color on #F5BBCB background.


White color preview on #F5BBCB background

This text has white color on #F5BBCB background.