COLOR #F0B1FF

HEX: #F0B1FF RGB: (240,177,255)

Color info

#F0B1FF contains mainly red and blue colors. Web safe color of #F0B1FF is #FF99FF (or #F9F).

RGB color model

#F0B1FF color RGB value is (240,177,255).

RGB: (240,177,255) (94%, 69%, 100%)

RGB channels and saturation

R 240 of 255 = 94%
G 177 of 255 = 69%
B 255 of 255 = 100%

240
177
255

R + G + B ~ 88%. #F0B1FF is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 177 + 255 = 672 (100%)
R 240 of 672 ~ 35.71%
G 177 of 672 ~ 26.34%
B 255 of 672 ~ 37.95'%

%35.71
%26.34
%37.95

CMYK color model

#F0B1FF color CMYK value is (6,31,0,0).

  • cyan value is 5.88%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (6,31,0,0)
C6M31Y0K0 (6%, 31%, 0%, 0%)
(0.06 / 0.31 / 0.00 / 0.00)

CMYK percentages

%5.88
%30.59
%0
%0

Codes

Color #F0B1FF in popluar color models

F0 B1 FF
RGB 240 177 255
HSL 288° 100.00% 84.71%
HSB/HSV 288° 30.59% 100.00%
CMYK 5.88% 30.59% 0.00%
0.00%

Color #F0B1FF in popluar number systems.

HEX F0 B1 FF
Decimal 240 177 255
Binary 11110000 10110001 11111111
Octal 360 261 377

Shades and tints

Shades of #F0B1FF

#F0B1FF
(240,177,255)
#DBA1E8
(219,161,232)
#C691D1
(198,145,209)
#B181BA
(177,129,186)
#9C71A3
(156,113,163)
#87618C
(135,97,140)
#725175
(114,81,117)
#5D415E
(93,65,94)
#483147
(72,49,71)
#332130
(51,33,48)
#1E1119
(30,17,25)
#000000
(0,0,0)

Tints of #F0B1FF

#F0B1FF
(240,177,255)
#F1B8FF
(241,184,255)
#F2BFFF
(242,191,255)
#F3C6FF
(243,198,255)
#F4CDFF
(244,205,255)
#F5D4FF
(245,212,255)
#F6DBFF
(246,219,255)
#F7E2FF
(247,226,255)
#F8E9FF
(248,233,255)
#F9F0FF
(249,240,255)
#FAF7FF
(250,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B1FF color. Also use rgb(240,177,255) instead hex code.

Text Font Color

.myTextColor { color: #F0B1FF; }

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

This text font color is #F0B1FF.

Background Color

.myBgColor { background-color: #F0B1FF; }

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

This div background color is #F0B1FF.

Border color

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

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

This div border color is #F0B1FF.

Opacity

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

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

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

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

This text has shadow with #F0B1FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B1FF.

Preview

Color preview on black background

This text has color #F0B1FF on black background.


Color preview on white background

This text has color #F0B1FF on white background.


Black color preview on #F0B1FF background

This text has black color on #F0B1FF background.


White color preview on #F0B1FF background

This text has white color on #F0B1FF background.


Related colors

Complementary color

Complementary color for #hex is #0F4E00.


I love getcolorcode.com

Triadic colors

1 #FFF0B1 and #B1FFF0 with #F0B1FF are triadic colors.

2 #FFB1F0 and #B1F0FF with #F0B1FF are triadic colors.