COLOR #FABECD

HEX: #FABECD RGB: (250,190,205)

Color info

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

RGB color model

#FABECD color RGB value is (250,190,205).

RGB: (250,190,205) (98%, 75%, 80%)

RGB channels and saturation

R 250 of 255 = 98%
G 190 of 255 = 75%
B 205 of 255 = 80%

250
190
205

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

Portions of RGB colors in percentages

R + G + B = 250 + 190 + 205 = 645 (100%)
R 250 of 645 ~ 38.76%
G 190 of 645 ~ 29.46%
B 205 of 645 ~ 31.78'%

%38.76
%29.46
%31.78

CMYK color model

#FABECD color CMYK value is (0,24,18,2).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 18.00%
  • key color value is 1.96%

CMYK: (0,24,18,2)
C0M24Y18K2 (0%, 24%, 18%, 2%)
(0.00 / 0.24 / 0.18 / 0.02)

CMYK percentages

%0
%24
%18
%1.96

Codes

Color #FABECD in popluar color models

FA BE CD
RGB 250 190 205
HSL 345° 85.71% 86.27%
HSB/HSV 345° 24.00% 98.04%
CMYK 0.00% 24.00% 18.00%
1.96%

Color #FABECD in popluar number systems.

HEX FA BE CD
Decimal 250 190 205
Binary 11111010 10111110 11001101
Octal 372 276 315

Shades and tints

Shades of #FABECD

#FABECD
(250,190,205)
#E4ADBB
(228,173,187)
#CE9CA9
(206,156,169)
#B88B97
(184,139,151)
#A27A85
(162,122,133)
#8C6973
(140,105,115)
#765861
(118,88,97)
#60474F
(96,71,79)
#4A363D
(74,54,61)
#34252B
(52,37,43)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #FABECD

#FABECD
(250,190,205)
#FAC3D1
(250,195,209)
#FAC8D5
(250,200,213)
#FACDD9
(250,205,217)
#FAD2DD
(250,210,221)
#FAD7E1
(250,215,225)
#FADCE5
(250,220,229)
#FAE1E9
(250,225,233)
#FAE6ED
(250,230,237)
#FAEBF1
(250,235,241)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABECD; }

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

This text font color is #FABECD.

Background Color

.myBgColor { background-color: #FABECD; }

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

This div background color is #FABECD.

Border color

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

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

This div border color is #FABECD.

Opacity

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

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

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

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

This text has shadow with #FABECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FABECD.

Preview

Color preview on black background

This text has color #FABECD on black background.


Color preview on white background

This text has color #FABECD on white background.


Black color preview on #FABECD background

This text has black color on #FABECD background.


White color preview on #FABECD background

This text has white color on #FABECD background.


Related colors

Complementary color

Complementary color for #hex is #054132.


I love getcolorcode.com

Triadic colors

1 #CDFABE and #BECDFA with #FABECD are triadic colors.

2 #CDBEFA and #BEFACD with #FABECD are triadic colors.