COLOR #F0ABEC

HEX: #F0ABEC
RGB: (240,171,236)

Color info

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

RGB color model

#F0ABEC color RGB value is (240,171,236).

  • red value is 240;
  • green value is 171;
  • blue value is 236.
RGB:
(240,171,236)
(94%,67%,93%)

RGB channels and saturation

R 240 of 255 = 94%
G 171 of 255 = 67%
B 236 of 255 = 93%

240
171
236

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

Portions of RGB colors in percentages

R + G + B =
240 + 171 + 236 = 647 (100%)
R 240 of 647 ~ 37.09%
G 171 of 647 ~ 26.43%
B 236 of 647 ~ 36.48%

%37.09
%26.43
%36.48

CMYK color model

#F0ABEC color CMYK value is (0,29,2,6).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 1.67%
  • key color value is 5.88%
CMYK:
(0,29,2,6)
C0M29Y2K6 
(0%,29%,2%,6%)
(0.00/0.29/0.02/0.06)	

CMYK percentages

%0
%28.75
%1.67
%5.88

Codes

Color #F0ABEC in popluar color models

F0ABEC
RGB240171236
HSL303°69.70%80.59%
HSB/HSV303°28.75%94.12%
CMYK0.00%28.75%1.67%
5.88%

Color #F0ABEC in popluar number systems.

HEXF0ABEC
Decimal240171236
Binary111100001010101111101100
Octal360253354

Shades and tints

Shades of #F0ABEC

#F0ABEC
(240,171,236)
#DB9CD7
(219,156,215)
#C68DC2
(198,141,194)
#B17EAD
(177,126,173)
#9C6F98
(156,111,152)
#876083
(135,96,131)
#72516E
(114,81,110)
#5D4259
(93,66,89)
#483344
(72,51,68)
#33242F
(51,36,47)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #F0ABEC

#F0ABEC
(240,171,236)
#F1B2ED
(241,178,237)
#F2B9EE
(242,185,238)
#F3C0EF
(243,192,239)
#F4C7F0
(244,199,240)
#F5CEF1
(245,206,241)
#F6D5F2
(246,213,242)
#F7DCF3
(247,220,243)
#F8E3F4
(248,227,244)
#F9EAF5
(249,234,245)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0ABEC color. Also use rgb(240,171,236) instead hex code.

Text Font Color

.myTextColor { color: #F0ABEC; }

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

This text font color is #F0ABEC.


Background Color

.myBgColor { background-color: #F0ABEC; }

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

This div background color is #F0ABEC.


Border color

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

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

This div border color is #F0ABEC.


Opacity

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

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

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

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

This text has shadow with #F0ABEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ABEC on black background.


Color preview on white background

This text has color #F0ABEC on white background.



Black color preview on #F0ABEC background

This text has black color on #F0ABEC background.


White color preview on #F0ABEC background

This text has white color on #F0ABEC background.