COLOR #F0B4EA

HEX: #F0B4EA
RGB: (240,180,234)

Color info

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

RGB color model

#F0B4EA color RGB value is (240,180,234).

  • red value is 240;
  • green value is 180;
  • blue value is 234.
RGB:
(240,180,234)
(94%,71%,92%)

RGB channels and saturation

R 240 of 255 = 94%
G 180 of 255 = 71%
B 234 of 255 = 92%

240
180
234

R + G + B ~ 86%. #F0B4EA is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 180 + 234 = 654 (100%)
R 240 of 654 ~ 36.7%
G 180 of 654 ~ 27.52%
B 234 of 654 ~ 35.78%

%36.7
%27.52
%35.78

CMYK color model

#F0B4EA color CMYK value is (0,25,3,6).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(0,25,3,6)
C0M25Y3K6 
(0%,25%,3%,6%)
(0.00/0.25/0.03/0.06)	

CMYK percentages

%0
%25
%2.5
%5.88

Codes

Color #F0B4EA in popluar color models

F0B4EA
RGB240180234
HSL306°66.67%82.35%
HSB/HSV306°25.00%94.12%
CMYK0.00%25.00%2.50%
5.88%

Color #F0B4EA in popluar number systems.

HEXF0B4EA
Decimal240180234
Binary111100001011010011101010
Octal360264352

Shades and tints

Shades of #F0B4EA

#F0B4EA
(240,180,234)
#DBA4D5
(219,164,213)
#C694C0
(198,148,192)
#B184AB
(177,132,171)
#9C7496
(156,116,150)
#876481
(135,100,129)
#72546C
(114,84,108)
#5D4457
(93,68,87)
#483442
(72,52,66)
#33242D
(51,36,45)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #F0B4EA

#F0B4EA
(240,180,234)
#F1BAEB
(241,186,235)
#F2C0EC
(242,192,236)
#F3C6ED
(243,198,237)
#F4CCEE
(244,204,238)
#F5D2EF
(245,210,239)
#F6D8F0
(246,216,240)
#F7DEF1
(247,222,241)
#F8E4F2
(248,228,242)
#F9EAF3
(249,234,243)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B4EA color. Also use rgb(240,180,234) instead hex code.

Text Font Color

.myTextColor { color: #F0B4EA; }

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

This text font color is #F0B4EA.


Background Color

.myBgColor { background-color: #F0B4EA; }

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

This div background color is #F0B4EA.


Border color

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

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

This div border color is #F0B4EA.


Opacity

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

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

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

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

This text has shadow with #F0B4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B4EA on black background.


Color preview on white background

This text has color #F0B4EA on white background.



Black color preview on #F0B4EA background

This text has black color on #F0B4EA background.


White color preview on #F0B4EA background

This text has white color on #F0B4EA background.