COLOR #F0B5DA

HEX: #F0B5DA
RGB: (240,181,218)

Color info

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

RGB color model

#F0B5DA color RGB value is (240,181,218).

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

RGB channels and saturation

R 240 of 255 = 94%
G 181 of 255 = 71%
B 218 of 255 = 85%

240
181
218

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

Portions of RGB colors in percentages

R + G + B =
240 + 181 + 218 = 639 (100%)
R 240 of 639 ~ 37.56%
G 181 of 639 ~ 28.33%
B 218 of 639 ~ 34.12%

%37.56
%28.33
%34.12

CMYK color model

#F0B5DA color CMYK value is (0,25,9,6).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 9.17%
  • key color value is 5.88%
CMYK:
(0,25,9,6)
C0M25Y9K6 
(0%,25%,9%,6%)
(0.00/0.25/0.09/0.06)	

CMYK percentages

%0
%24.58
%9.17
%5.88

Codes

Color #F0B5DA in popluar color models

F0B5DA
RGB240181218
HSL322°66.29%82.55%
HSB/HSV322°24.58%94.12%
CMYK0.00%24.58%9.17%
5.88%

Color #F0B5DA in popluar number systems.

HEXF0B5DA
Decimal240181218
Binary111100001011010111011010
Octal360265332

Shades and tints

Shades of #F0B5DA

#F0B5DA
(240,181,218)
#DBA5C7
(219,165,199)
#C695B4
(198,149,180)
#B185A1
(177,133,161)
#9C758E
(156,117,142)
#87657B
(135,101,123)
#725568
(114,85,104)
#5D4555
(93,69,85)
#483542
(72,53,66)
#33252F
(51,37,47)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #F0B5DA

#F0B5DA
(240,181,218)
#F1BBDD
(241,187,221)
#F2C1E0
(242,193,224)
#F3C7E3
(243,199,227)
#F4CDE6
(244,205,230)
#F5D3E9
(245,211,233)
#F6D9EC
(246,217,236)
#F7DFEF
(247,223,239)
#F8E5F2
(248,229,242)
#F9EBF5
(249,235,245)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B5DA; }

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

This text font color is #F0B5DA.


Background Color

.myBgColor { background-color: #F0B5DA; }

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

This div background color is #F0B5DA.


Border color

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

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

This div border color is #F0B5DA.


Opacity

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

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

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

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

This text has shadow with #F0B5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B5DA on black background.


Color preview on white background

This text has color #F0B5DA on white background.



Black color preview on #F0B5DA background

This text has black color on #F0B5DA background.


White color preview on #F0B5DA background

This text has white color on #F0B5DA background.