COLOR #FABED6

HEX: #FABED6
RGB: (250,190,214)

Color info

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

RGB color model

#FABED6 color RGB value is (250,190,214).

  • red value is 250;
  • green value is 190;
  • blue value is 214.
RGB:
(250,190,214)
(98%,75%,84%)

RGB channels and saturation

R 250 of 255 = 98%
G 190 of 255 = 75%
B 214 of 255 = 84%

250
190
214

R + G + B ~ 86%. #FABED6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 190 + 214 = 654 (100%)
R 250 of 654 ~ 38.23%
G 190 of 654 ~ 29.05%
B 214 of 654 ~ 32.72%

%38.23
%29.05
%32.72

CMYK color model

#FABED6 color CMYK value is (0,24,14,2).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 14.40%
  • key color value is 1.96%
CMYK:
(0,24,14,2)
C0M24Y14K2 
(0%,24%,14%,2%)
(0.00/0.24/0.14/0.02)	

CMYK percentages

%0
%24
%14.4
%1.96

Codes

Color #FABED6 in popluar color models

FABED6
RGB250190214
HSL336°85.71%86.27%
HSB/HSV336°24.00%98.04%
CMYK0.00%24.00%14.40%
1.96%

Color #FABED6 in popluar number systems.

HEXFABED6
Decimal250190214
Binary111110101011111011010110
Octal372276326

Shades and tints

Shades of #FABED6

#FABED6
(250,190,214)
#E4ADC3
(228,173,195)
#CE9CB0
(206,156,176)
#B88B9D
(184,139,157)
#A27A8A
(162,122,138)
#8C6977
(140,105,119)
#765864
(118,88,100)
#604751
(96,71,81)
#4A363E
(74,54,62)
#34252B
(52,37,43)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #FABED6

#FABED6
(250,190,214)
#FAC3D9
(250,195,217)
#FAC8DC
(250,200,220)
#FACDDF
(250,205,223)
#FAD2E2
(250,210,226)
#FAD7E5
(250,215,229)
#FADCE8
(250,220,232)
#FAE1EB
(250,225,235)
#FAE6EE
(250,230,238)
#FAEBF1
(250,235,241)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABED6 color. Also use rgb(250,190,214) instead hex code.

Text Font Color

.myTextColor { color: #FABED6; }

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

This text font color is #FABED6.


Background Color

.myBgColor { background-color: #FABED6; }

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

This div background color is #FABED6.


Border color

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

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

This div border color is #FABED6.


Opacity

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

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

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

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

This text has shadow with #FABED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABED6 on black background.


Color preview on white background

This text has color #FABED6 on white background.



Black color preview on #FABED6 background

This text has black color on #FABED6 background.


White color preview on #FABED6 background

This text has white color on #FABED6 background.