COLOR #F0B8E3

HEX: #F0B8E3
RGB: (240,184,227)

Color info

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

RGB color model

#F0B8E3 color RGB value is (240,184,227).

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

RGB channels and saturation

R 240 of 255 = 94%
G 184 of 255 = 72%
B 227 of 255 = 89%

240
184
227

R + G + B ~ 85%. #F0B8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 184 + 227 = 651 (100%)
R 240 of 651 ~ 36.87%
G 184 of 651 ~ 28.26%
B 227 of 651 ~ 34.87%

%36.87
%28.26
%34.87

CMYK color model

#F0B8E3 color CMYK value is (0,23,5,6).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 5.42%
  • key color value is 5.88%
CMYK:
(0,23,5,6)
C0M23Y5K6 
(0%,23%,5%,6%)
(0.00/0.23/0.05/0.06)	

CMYK percentages

%0
%23.33
%5.42
%5.88

Codes

Color #F0B8E3 in popluar color models

F0B8E3
RGB240184227
HSL314°65.12%83.14%
HSB/HSV314°23.33%94.12%
CMYK0.00%23.33%5.42%
5.88%

Color #F0B8E3 in popluar number systems.

HEXF0B8E3
Decimal240184227
Binary111100001011100011100011
Octal360270343

Shades and tints

Shades of #F0B8E3

#F0B8E3
(240,184,227)
#DBA8CF
(219,168,207)
#C698BB
(198,152,187)
#B188A7
(177,136,167)
#9C7893
(156,120,147)
#87687F
(135,104,127)
#72586B
(114,88,107)
#5D4857
(93,72,87)
#483843
(72,56,67)
#33282F
(51,40,47)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #F0B8E3

#F0B8E3
(240,184,227)
#F1BEE5
(241,190,229)
#F2C4E7
(242,196,231)
#F3CAE9
(243,202,233)
#F4D0EB
(244,208,235)
#F5D6ED
(245,214,237)
#F6DCEF
(246,220,239)
#F7E2F1
(247,226,241)
#F8E8F3
(248,232,243)
#F9EEF5
(249,238,245)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B8E3; }

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

This text font color is #F0B8E3.


Background Color

.myBgColor { background-color: #F0B8E3; }

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

This div background color is #F0B8E3.


Border color

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

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

This div border color is #F0B8E3.


Opacity

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

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

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

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

This text has shadow with #F0B8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B8E3 on black background.


Color preview on white background

This text has color #F0B8E3 on white background.



Black color preview on #F0B8E3 background

This text has black color on #F0B8E3 background.


White color preview on #F0B8E3 background

This text has white color on #F0B8E3 background.