COLOR #FABFD2

HEX: #FABFD2
RGB: (250,191,210)

Color info

#FABFD2 contains red, green and blue colors in about the same proportion. Web safe color of #FABFD2 is #FFCCCC (or #FCC).

RGB color model

#FABFD2 color RGB value is (250,191,210).

  • red value is 250;
  • green value is 191;
  • blue value is 210.
RGB:
(250,191,210)
(98%,75%,82%)

RGB channels and saturation

R 250 of 255 = 98%
G 191 of 255 = 75%
B 210 of 255 = 82%

250
191
210

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

Portions of RGB colors in percentages

R + G + B =
250 + 191 + 210 = 651 (100%)
R 250 of 651 ~ 38.4%
G 191 of 651 ~ 29.34%
B 210 of 651 ~ 32.26%

%38.4
%29.34
%32.26

CMYK color model

#FABFD2 color CMYK value is (0,24,16,2).

  • cyan value is 0.00%
  • magenta value is 23.60%
  • yellow value is 16.00%
  • key color value is 1.96%
CMYK:
(0,24,16,2)
C0M24Y16K2 
(0%,24%,16%,2%)
(0.00/0.24/0.16/0.02)	

CMYK percentages

%0
%23.6
%16
%1.96

Codes

Color #FABFD2 in popluar color models

FABFD2
RGB250191210
HSL341°85.51%86.47%
HSB/HSV341°23.60%98.04%
CMYK0.00%23.60%16.00%
1.96%

Color #FABFD2 in popluar number systems.

HEXFABFD2
Decimal250191210
Binary111110101011111111010010
Octal372277322

Shades and tints

Shades of #FABFD2

#FABFD2
(250,191,210)
#E4AEBF
(228,174,191)
#CE9DAC
(206,157,172)
#B88C99
(184,140,153)
#A27B86
(162,123,134)
#8C6A73
(140,106,115)
#765960
(118,89,96)
#60484D
(96,72,77)
#4A373A
(74,55,58)
#342627
(52,38,39)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #FABFD2

#FABFD2
(250,191,210)
#FAC4D6
(250,196,214)
#FAC9DA
(250,201,218)
#FACEDE
(250,206,222)
#FAD3E2
(250,211,226)
#FAD8E6
(250,216,230)
#FADDEA
(250,221,234)
#FAE2EE
(250,226,238)
#FAE7F2
(250,231,242)
#FAECF6
(250,236,246)
#FAF1FA
(250,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABFD2 color. Also use rgb(250,191,210) instead hex code.

Text Font Color

.myTextColor { color: #FABFD2; }

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

This text font color is #FABFD2.


Background Color

.myBgColor { background-color: #FABFD2; }

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

This div background color is #FABFD2.


Border color

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

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

This div border color is #FABFD2.


Opacity

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

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

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

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

This text has shadow with #FABFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABFD2 on black background.


Color preview on white background

This text has color #FABFD2 on white background.



Black color preview on #FABFD2 background

This text has black color on #FABFD2 background.


White color preview on #FABFD2 background

This text has white color on #FABFD2 background.