COLOR #FAB9D0

HEX: #FAB9D0
RGB: (250,185,208)

Color info

#FAB9D0 contains mainly red and blue colors. Web safe color of #FAB9D0 is #FFCCCC (or #FCC).

RGB color model

#FAB9D0 color RGB value is (250,185,208).

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

RGB channels and saturation

R 250 of 255 = 98%
G 185 of 255 = 73%
B 208 of 255 = 82%

250
185
208

R + G + B ~ 84%. #FAB9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 185 + 208 = 643 (100%)
R 250 of 643 ~ 38.88%
G 185 of 643 ~ 28.77%
B 208 of 643 ~ 32.35%

%38.88
%28.77
%32.35

CMYK color model

#FAB9D0 color CMYK value is (0,26,17,2).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 16.80%
  • key color value is 1.96%
CMYK:
(0,26,17,2)
C0M26Y17K2 
(0%,26%,17%,2%)
(0.00/0.26/0.17/0.02)	

CMYK percentages

%0
%26
%16.8
%1.96

Codes

Color #FAB9D0 in popluar color models

FAB9D0
RGB250185208
HSL339°86.67%85.29%
HSB/HSV339°26.00%98.04%
CMYK0.00%26.00%16.80%
1.96%

Color #FAB9D0 in popluar number systems.

HEXFAB9D0
Decimal250185208
Binary111110101011100111010000
Octal372271320

Shades and tints

Shades of #FAB9D0

#FAB9D0
(250,185,208)
#E4A9BE
(228,169,190)
#CE99AC
(206,153,172)
#B8899A
(184,137,154)
#A27988
(162,121,136)
#8C6976
(140,105,118)
#765964
(118,89,100)
#604952
(96,73,82)
#4A3940
(74,57,64)
#34292E
(52,41,46)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #FAB9D0

#FAB9D0
(250,185,208)
#FABFD4
(250,191,212)
#FAC5D8
(250,197,216)
#FACBDC
(250,203,220)
#FAD1E0
(250,209,224)
#FAD7E4
(250,215,228)
#FADDE8
(250,221,232)
#FAE3EC
(250,227,236)
#FAE9F0
(250,233,240)
#FAEFF4
(250,239,244)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB9D0; }

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

This text font color is #FAB9D0.


Background Color

.myBgColor { background-color: #FAB9D0; }

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

This div background color is #FAB9D0.


Border color

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

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

This div border color is #FAB9D0.


Opacity

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

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

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

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

This text has shadow with #FAB9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB9D0 on black background.


Color preview on white background

This text has color #FAB9D0 on white background.



Black color preview on #FAB9D0 background

This text has black color on #FAB9D0 background.


White color preview on #FAB9D0 background

This text has white color on #FAB9D0 background.