COLOR #F0B8F6

HEX: #F0B8F6
RGB: (240,184,246)

Color info

#F0B8F6 contains mainly red and blue colors. Web safe color of #F0B8F6 is #FFCCFF (or #FCF).

RGB color model

#F0B8F6 color RGB value is (240,184,246).

  • red value is 240;
  • green value is 184;
  • blue value is 246.
RGB:
(240,184,246)
(94%,72%,96%)

RGB channels and saturation

R 240 of 255 = 94%
G 184 of 255 = 72%
B 246 of 255 = 96%

240
184
246

R + G + B ~ 87%. #F0B8F6 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 184 + 246 = 670 (100%)
R 240 of 670 ~ 35.82%
G 184 of 670 ~ 27.46%
B 246 of 670 ~ 36.72%

%35.82
%27.46
%36.72

CMYK color model

#F0B8F6 color CMYK value is (2,25,0,4).

  • cyan value is 2.44%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(2,25,0,4)
C2M25Y0K4 
(2%,25%,0%,4%)
(0.02/0.25/0.00/0.04)	

CMYK percentages

%2.44
%25.2
%0
%3.53

Codes

Color #F0B8F6 in popluar color models

F0B8F6
RGB240184246
HSL294°77.50%84.31%
HSB/HSV294°25.20%96.47%
CMYK2.44%25.20%0.00%
3.53%

Color #F0B8F6 in popluar number systems.

HEXF0B8F6
Decimal240184246
Binary111100001011100011110110
Octal360270366

Shades and tints

Shades of #F0B8F6

#F0B8F6
(240,184,246)
#DBA8E0
(219,168,224)
#C698CA
(198,152,202)
#B188B4
(177,136,180)
#9C789E
(156,120,158)
#876888
(135,104,136)
#725872
(114,88,114)
#5D485C
(93,72,92)
#483846
(72,56,70)
#332830
(51,40,48)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #F0B8F6

#F0B8F6
(240,184,246)
#F1BEF6
(241,190,246)
#F2C4F6
(242,196,246)
#F3CAF6
(243,202,246)
#F4D0F6
(244,208,246)
#F5D6F6
(245,214,246)
#F6DCF6
(246,220,246)
#F7E2F6
(247,226,246)
#F8E8F6
(248,232,246)
#F9EEF6
(249,238,246)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B8F6 color. Also use rgb(240,184,246) instead hex code.

Text Font Color

.myTextColor { color: #F0B8F6; }

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

This text font color is #F0B8F6.


Background Color

.myBgColor { background-color: #F0B8F6; }

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

This div background color is #F0B8F6.


Border color

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

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

This div border color is #F0B8F6.


Opacity

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

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

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

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

This text has shadow with #F0B8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B8F6 on black background.


Color preview on white background

This text has color #F0B8F6 on white background.



Black color preview on #F0B8F6 background

This text has black color on #F0B8F6 background.


White color preview on #F0B8F6 background

This text has white color on #F0B8F6 background.