COLOR #FAB0F1

HEX: #FAB0F1
RGB: (250,176,241)

Color info

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

RGB color model

#FAB0F1 color RGB value is (250,176,241).

  • red value is 250;
  • green value is 176;
  • blue value is 241.
RGB:
(250,176,241)
(98%,69%,95%)

RGB channels and saturation

R 250 of 255 = 98%
G 176 of 255 = 69%
B 241 of 255 = 95%

250
176
241

R + G + B ~ 87%. #FAB0F1 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 176 + 241 = 667 (100%)
R 250 of 667 ~ 37.48%
G 176 of 667 ~ 26.39%
B 241 of 667 ~ 36.13%

%37.48
%26.39
%36.13

CMYK color model

#FAB0F1 color CMYK value is (0,30,4,2).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 3.60%
  • key color value is 1.96%
CMYK:
(0,30,4,2)
C0M30Y4K2 
(0%,30%,4%,2%)
(0.00/0.30/0.04/0.02)	

CMYK percentages

%0
%29.6
%3.6
%1.96

Codes

Color #FAB0F1 in popluar color models

FAB0F1
RGB250176241
HSL307°88.10%83.53%
HSB/HSV307°29.60%98.04%
CMYK0.00%29.60%3.60%
1.96%

Color #FAB0F1 in popluar number systems.

HEXFAB0F1
Decimal250176241
Binary111110101011000011110001
Octal372260361

Shades and tints

Shades of #FAB0F1

#FAB0F1
(250,176,241)
#E4A0DC
(228,160,220)
#CE90C7
(206,144,199)
#B880B2
(184,128,178)
#A2709D
(162,112,157)
#8C6088
(140,96,136)
#765073
(118,80,115)
#60405E
(96,64,94)
#4A3049
(74,48,73)
#342034
(52,32,52)
#1E101F
(30,16,31)
#000000
(0,0,0)

Tints of #FAB0F1

#FAB0F1
(250,176,241)
#FAB7F2
(250,183,242)
#FABEF3
(250,190,243)
#FAC5F4
(250,197,244)
#FACCF5
(250,204,245)
#FAD3F6
(250,211,246)
#FADAF7
(250,218,247)
#FAE1F8
(250,225,248)
#FAE8F9
(250,232,249)
#FAEFFA
(250,239,250)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB0F1 color. Also use rgb(250,176,241) instead hex code.

Text Font Color

.myTextColor { color: #FAB0F1; }

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

This text font color is #FAB0F1.


Background Color

.myBgColor { background-color: #FAB0F1; }

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

This div background color is #FAB0F1.


Border color

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

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

This div border color is #FAB0F1.


Opacity

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

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

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

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

This text has shadow with #FAB0F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB0F1 on black background.


Color preview on white background

This text has color #FAB0F1 on white background.



Black color preview on #FAB0F1 background

This text has black color on #FAB0F1 background.


White color preview on #FAB0F1 background

This text has white color on #FAB0F1 background.