COLOR #F0B0E3

HEX: #F0B0E3
RGB: (240,176,227)

Color info

#F0B0E3 contains mainly red and blue colors. Web safe color of #F0B0E3 is #FF99CC (or #F9C).

RGB color model

#F0B0E3 color RGB value is (240,176,227).

  • red value is 240;
  • green value is 176;
  • blue value is 227.
RGB:
(240,176,227)
(94%,69%,89%)

RGB channels and saturation

R 240 of 255 = 94%
G 176 of 255 = 69%
B 227 of 255 = 89%

240
176
227

R + G + B ~ 84%. #F0B0E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 176 + 227 = 643 (100%)
R 240 of 643 ~ 37.33%
G 176 of 643 ~ 27.37%
B 227 of 643 ~ 35.3%

%37.33
%27.37
%35.3

CMYK color model

#F0B0E3 color CMYK value is (0,27,5,6).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 5.42%
  • key color value is 5.88%
CMYK:
(0,27,5,6)
C0M27Y5K6 
(0%,27%,5%,6%)
(0.00/0.27/0.05/0.06)	

CMYK percentages

%0
%26.67
%5.42
%5.88

Codes

Color #F0B0E3 in popluar color models

F0B0E3
RGB240176227
HSL312°68.09%81.57%
HSB/HSV312°26.67%94.12%
CMYK0.00%26.67%5.42%
5.88%

Color #F0B0E3 in popluar number systems.

HEXF0B0E3
Decimal240176227
Binary111100001011000011100011
Octal360260343

Shades and tints

Shades of #F0B0E3

#F0B0E3
(240,176,227)
#DBA0CF
(219,160,207)
#C690BB
(198,144,187)
#B180A7
(177,128,167)
#9C7093
(156,112,147)
#87607F
(135,96,127)
#72506B
(114,80,107)
#5D4057
(93,64,87)
#483043
(72,48,67)
#33202F
(51,32,47)
#1E101B
(30,16,27)
#000000
(0,0,0)

Tints of #F0B0E3

#F0B0E3
(240,176,227)
#F1B7E5
(241,183,229)
#F2BEE7
(242,190,231)
#F3C5E9
(243,197,233)
#F4CCEB
(244,204,235)
#F5D3ED
(245,211,237)
#F6DAEF
(246,218,239)
#F7E1F1
(247,225,241)
#F8E8F3
(248,232,243)
#F9EFF5
(249,239,245)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B0E3 color. Also use rgb(240,176,227) instead hex code.

Text Font Color

.myTextColor { color: #F0B0E3; }

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

This text font color is #F0B0E3.


Background Color

.myBgColor { background-color: #F0B0E3; }

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

This div background color is #F0B0E3.


Border color

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

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

This div border color is #F0B0E3.


Opacity

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

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

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

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

This text has shadow with #F0B0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B0E3 on black background.


Color preview on white background

This text has color #F0B0E3 on white background.



Black color preview on #F0B0E3 background

This text has black color on #F0B0E3 background.


White color preview on #F0B0E3 background

This text has white color on #F0B0E3 background.