COLOR #FAB9F2

HEX: #FAB9F2
RGB: (250,185,242)

Color info

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

RGB color model

#FAB9F2 color RGB value is (250,185,242).

  • red value is 250;
  • green value is 185;
  • blue value is 242.
RGB:
(250,185,242)
(98%,73%,95%)

RGB channels and saturation

R 250 of 255 = 98%
G 185 of 255 = 73%
B 242 of 255 = 95%

250
185
242

R + G + B ~ 89%. #FAB9F2 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 185 + 242 = 677 (100%)
R 250 of 677 ~ 36.93%
G 185 of 677 ~ 27.33%
B 242 of 677 ~ 35.75%

%36.93
%27.33
%35.75

CMYK color model

#FAB9F2 color CMYK value is (0,26,3,2).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 3.20%
  • key color value is 1.96%
CMYK:
(0,26,3,2)
C0M26Y3K2 
(0%,26%,3%,2%)
(0.00/0.26/0.03/0.02)	

CMYK percentages

%0
%26
%3.2
%1.96

Codes

Color #FAB9F2 in popluar color models

FAB9F2
RGB250185242
HSL307°86.67%85.29%
HSB/HSV307°26.00%98.04%
CMYK0.00%26.00%3.20%
1.96%

Color #FAB9F2 in popluar number systems.

HEXFAB9F2
Decimal250185242
Binary111110101011100111110010
Octal372271362

Shades and tints

Shades of #FAB9F2

#FAB9F2
(250,185,242)
#E4A9DC
(228,169,220)
#CE99C6
(206,153,198)
#B889B0
(184,137,176)
#A2799A
(162,121,154)
#8C6984
(140,105,132)
#76596E
(118,89,110)
#604958
(96,73,88)
#4A3942
(74,57,66)
#34292C
(52,41,44)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #FAB9F2

#FAB9F2
(250,185,242)
#FABFF3
(250,191,243)
#FAC5F4
(250,197,244)
#FACBF5
(250,203,245)
#FAD1F6
(250,209,246)
#FAD7F7
(250,215,247)
#FADDF8
(250,221,248)
#FAE3F9
(250,227,249)
#FAE9FA
(250,233,250)
#FAEFFB
(250,239,251)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB9F2 color. Also use rgb(250,185,242) instead hex code.

Text Font Color

.myTextColor { color: #FAB9F2; }

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

This text font color is #FAB9F2.


Background Color

.myBgColor { background-color: #FAB9F2; }

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

This div background color is #FAB9F2.


Border color

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

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

This div border color is #FAB9F2.


Opacity

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

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

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

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

This text has shadow with #FAB9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB9F2 on black background.


Color preview on white background

This text has color #FAB9F2 on white background.



Black color preview on #FAB9F2 background

This text has black color on #FAB9F2 background.


White color preview on #FAB9F2 background

This text has white color on #FAB9F2 background.