COLOR #F0B4EF

HEX: #F0B4EF
RGB: (240,180,239)

Color info

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

RGB color model

#F0B4EF color RGB value is (240,180,239).

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

RGB channels and saturation

R 240 of 255 = 94%
G 180 of 255 = 71%
B 239 of 255 = 94%

240
180
239

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

Portions of RGB colors in percentages

R + G + B =
240 + 180 + 239 = 659 (100%)
R 240 of 659 ~ 36.42%
G 180 of 659 ~ 27.31%
B 239 of 659 ~ 36.27%

%36.42
%27.31
%36.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 0.42%
  • key color value is 5.88%
CMYK:
(0,25,0,6)
C0M25Y0K6 
(0%,25%,0%,6%)
(0.00/0.25/0.00/0.06)	

CMYK percentages

%0
%25
%0.42
%5.88

Codes

Color #F0B4EF in popluar color models

F0B4EF
RGB240180239
HSL301°66.67%82.35%
HSB/HSV301°25.00%94.12%
CMYK0.00%25.00%0.42%
5.88%

Color #F0B4EF in popluar number systems.

HEXF0B4EF
Decimal240180239
Binary111100001011010011101111
Octal360264357

Shades and tints

Shades of #F0B4EF

#F0B4EF
(240,180,239)
#DBA4DA
(219,164,218)
#C694C5
(198,148,197)
#B184B0
(177,132,176)
#9C749B
(156,116,155)
#876486
(135,100,134)
#725471
(114,84,113)
#5D445C
(93,68,92)
#483447
(72,52,71)
#332432
(51,36,50)
#1E141D
(30,20,29)
#000000
(0,0,0)

Tints of #F0B4EF

#F0B4EF
(240,180,239)
#F1BAF0
(241,186,240)
#F2C0F1
(242,192,241)
#F3C6F2
(243,198,242)
#F4CCF3
(244,204,243)
#F5D2F4
(245,210,244)
#F6D8F5
(246,216,245)
#F7DEF6
(247,222,246)
#F8E4F7
(248,228,247)
#F9EAF8
(249,234,248)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B4EF; }

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

This text font color is #F0B4EF.


Background Color

.myBgColor { background-color: #F0B4EF; }

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

This div background color is #F0B4EF.


Border color

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

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

This div border color is #F0B4EF.


Opacity

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

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

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

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

This text has shadow with #F0B4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B4EF on black background.


Color preview on white background

This text has color #F0B4EF on white background.



Black color preview on #F0B4EF background

This text has black color on #F0B4EF background.


White color preview on #F0B4EF background

This text has white color on #F0B4EF background.