COLOR #F0B5BE

HEX: #F0B5BE
RGB: (240,181,190)

Color info

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

RGB color model

#F0B5BE color RGB value is (240,181,190).

  • red value is 240;
  • green value is 181;
  • blue value is 190.
RGB:
(240,181,190)
(94%,71%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 181 of 255 = 71%
B 190 of 255 = 75%

240
181
190

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

Portions of RGB colors in percentages

R + G + B =
240 + 181 + 190 = 611 (100%)
R 240 of 611 ~ 39.28%
G 181 of 611 ~ 29.62%
B 190 of 611 ~ 31.1%

%39.28
%29.62
%31.1

CMYK color model

#F0B5BE color CMYK value is (0,25,21,6).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(0,25,21,6)
C0M25Y21K6 
(0%,25%,21%,6%)
(0.00/0.25/0.21/0.06)	

CMYK percentages

%0
%24.58
%20.83
%5.88

Codes

Color #F0B5BE in popluar color models

F0B5BE
RGB240181190
HSL351°66.29%82.55%
HSB/HSV351°24.58%94.12%
CMYK0.00%24.58%20.83%
5.88%

Color #F0B5BE in popluar number systems.

HEXF0B5BE
Decimal240181190
Binary111100001011010110111110
Octal360265276

Shades and tints

Shades of #F0B5BE

#F0B5BE
(240,181,190)
#DBA5AD
(219,165,173)
#C6959C
(198,149,156)
#B1858B
(177,133,139)
#9C757A
(156,117,122)
#876569
(135,101,105)
#725558
(114,85,88)
#5D4547
(93,69,71)
#483536
(72,53,54)
#332525
(51,37,37)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #F0B5BE

#F0B5BE
(240,181,190)
#F1BBC3
(241,187,195)
#F2C1C8
(242,193,200)
#F3C7CD
(243,199,205)
#F4CDD2
(244,205,210)
#F5D3D7
(245,211,215)
#F6D9DC
(246,217,220)
#F7DFE1
(247,223,225)
#F8E5E6
(248,229,230)
#F9EBEB
(249,235,235)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B5BE color. Also use rgb(240,181,190) instead hex code.

Text Font Color

.myTextColor { color: #F0B5BE; }

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

This text font color is #F0B5BE.


Background Color

.myBgColor { background-color: #F0B5BE; }

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

This div background color is #F0B5BE.


Border color

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

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

This div border color is #F0B5BE.


Opacity

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

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

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

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

This text has shadow with #F0B5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B5BE on black background.


Color preview on white background

This text has color #F0B5BE on white background.



Black color preview on #F0B5BE background

This text has black color on #F0B5BE background.


White color preview on #F0B5BE background

This text has white color on #F0B5BE background.