COLOR #FACBDC

HEX: #FACBDC RGB: (250,203,220)

Color info

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

RGB color model

#FACBDC color RGB value is (250,203,220).

RGB: (250,203,220) (98%, 80%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 203 of 255 = 80%
B 220 of 255 = 86%

250
203
220

R + G + B ~ 88%. #FACBDC is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 203 + 220 = 673 (100%)
R 250 of 673 ~ 37.15%
G 203 of 673 ~ 30.16%
B 220 of 673 ~ 32.69'%

%37.15
%30.16
%32.69

CMYK color model

#FACBDC color CMYK value is (0,19,12,2).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 12.00%
  • key color value is 1.96%

CMYK: (0,19,12,2)
C0M19Y12K2 (0%, 19%, 12%, 2%)
(0.00 / 0.19 / 0.12 / 0.02)

CMYK percentages

%0
%18.8
%12
%1.96

Codes

Color #FACBDC in popluar color models

FA CB DC
RGB 250 203 220
HSL 338° 82.46% 88.82%
HSB/HSV 338° 18.80% 98.04%
CMYK 0.00% 18.80% 12.00%
1.96%

Color #FACBDC in popluar number systems.

HEX FA CB DC
Decimal 250 203 220
Binary 11111010 11001011 11011100
Octal 372 313 334

Shades and tints

Shades of #FACBDC

#FACBDC
(250,203,220)
#E4B9C8
(228,185,200)
#CEA7B4
(206,167,180)
#B895A0
(184,149,160)
#A2838C
(162,131,140)
#8C7178
(140,113,120)
#765F64
(118,95,100)
#604D50
(96,77,80)
#4A3B3C
(74,59,60)
#342928
(52,41,40)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #FACBDC

#FACBDC
(250,203,220)
#FACFDF
(250,207,223)
#FAD3E2
(250,211,226)
#FAD7E5
(250,215,229)
#FADBE8
(250,219,232)
#FADFEB
(250,223,235)
#FAE3EE
(250,227,238)
#FAE7F1
(250,231,241)
#FAEBF4
(250,235,244)
#FAEFF7
(250,239,247)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACBDC color. Also use rgb(250,203,220) instead hex code.

Text Font Color

.myTextColor { color: #FACBDC; }

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

This text font color is #FACBDC.

Background Color

.myBgColor { background-color: #FACBDC; }

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

This div background color is #FACBDC.

Border color

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

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

This div border color is #FACBDC.

Opacity

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

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

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

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

This text has shadow with #FACBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACBDC.

Preview

Color preview on black background

This text has color #FACBDC on black background.


Color preview on white background

This text has color #FACBDC on white background.


Black color preview on #FACBDC background

This text has black color on #FACBDC background.


White color preview on #FACBDC background

This text has white color on #FACBDC background.


Related colors

Complementary color

Complementary color for #hex is #053423.


I love getcolorcode.com

Triadic colors

1 #DCFACB and #CBDCFA with #FACBDC are triadic colors.

2 #DCCBFA and #CBFADC with #FACBDC are triadic colors.