COLOR #FACBD2

HEX: #FACBD2
RGB: (250,203,210)

Color info

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

RGB color model

#FACBD2 color RGB value is (250,203,210).

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

RGB channels and saturation

R 250 of 255 = 98%
G 203 of 255 = 80%
B 210 of 255 = 82%

250
203
210

R + G + B ~ 87%. #FACBD2 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 203 + 210 = 663 (100%)
R 250 of 663 ~ 37.71%
G 203 of 663 ~ 30.62%
B 210 of 663 ~ 31.67%

%37.71
%30.62
%31.67

CMYK color model

#FACBD2 color CMYK value is (0,19,16,2).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 16.00%
  • key color value is 1.96%
CMYK:
(0,19,16,2)
C0M19Y16K2 
(0%,19%,16%,2%)
(0.00/0.19/0.16/0.02)	

CMYK percentages

%0
%18.8
%16
%1.96

Codes

Color #FACBD2 in popluar color models

FACBD2
RGB250203210
HSL351°82.46%88.82%
HSB/HSV351°18.80%98.04%
CMYK0.00%18.80%16.00%
1.96%

Color #FACBD2 in popluar number systems.

HEXFACBD2
Decimal250203210
Binary111110101100101111010010
Octal372313322

Shades and tints

Shades of #FACBD2

#FACBD2
(250,203,210)
#E4B9BF
(228,185,191)
#CEA7AC
(206,167,172)
#B89599
(184,149,153)
#A28386
(162,131,134)
#8C7173
(140,113,115)
#765F60
(118,95,96)
#604D4D
(96,77,77)
#4A3B3A
(74,59,58)
#342927
(52,41,39)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #FACBD2

#FACBD2
(250,203,210)
#FACFD6
(250,207,214)
#FAD3DA
(250,211,218)
#FAD7DE
(250,215,222)
#FADBE2
(250,219,226)
#FADFE6
(250,223,230)
#FAE3EA
(250,227,234)
#FAE7EE
(250,231,238)
#FAEBF2
(250,235,242)
#FAEFF6
(250,239,246)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACBD2; }

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

This text font color is #FACBD2.


Background Color

.myBgColor { background-color: #FACBD2; }

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

This div background color is #FACBD2.


Border color

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

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

This div border color is #FACBD2.


Opacity

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

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

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

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

This text has shadow with #FACBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACBD2 on black background.


Color preview on white background

This text has color #FACBD2 on white background.



Black color preview on #FACBD2 background

This text has black color on #FACBD2 background.


White color preview on #FACBD2 background

This text has white color on #FACBD2 background.