COLOR #FACFDB

HEX: #FACFDB
RGB: (250,207,219)

Color info

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

RGB color model

#FACFDB color RGB value is (250,207,219).

  • red value is 250;
  • green value is 207;
  • blue value is 219.
RGB:
(250,207,219)
(98%,81%,86%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 219 of 255 = 86%

250
207
219

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

Portions of RGB colors in percentages

R + G + B =
250 + 207 + 219 = 676 (100%)
R 250 of 676 ~ 36.98%
G 207 of 676 ~ 30.62%
B 219 of 676 ~ 32.4%

%36.98
%30.62
%32.4

CMYK color model

#FACFDB color CMYK value is (0,17,12,2).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 12.40%
  • key color value is 1.96%
CMYK:
(0,17,12,2)
C0M17Y12K2 
(0%,17%,12%,2%)
(0.00/0.17/0.12/0.02)	

CMYK percentages

%0
%17.2
%12.4
%1.96

Codes

Color #FACFDB in popluar color models

FACFDB
RGB250207219
HSL343°81.13%89.61%
HSB/HSV343°17.20%98.04%
CMYK0.00%17.20%12.40%
1.96%

Color #FACFDB in popluar number systems.

HEXFACFDB
Decimal250207219
Binary111110101100111111011011
Octal372317333

Shades and tints

Shades of #FACFDB

#FACFDB
(250,207,219)
#E4BDC8
(228,189,200)
#CEABB5
(206,171,181)
#B899A2
(184,153,162)
#A2878F
(162,135,143)
#8C757C
(140,117,124)
#766369
(118,99,105)
#605156
(96,81,86)
#4A3F43
(74,63,67)
#342D30
(52,45,48)
#1E1B1D
(30,27,29)
#000000
(0,0,0)

Tints of #FACFDB

#FACFDB
(250,207,219)
#FAD3DE
(250,211,222)
#FAD7E1
(250,215,225)
#FADBE4
(250,219,228)
#FADFE7
(250,223,231)
#FAE3EA
(250,227,234)
#FAE7ED
(250,231,237)
#FAEBF0
(250,235,240)
#FAEFF3
(250,239,243)
#FAF3F6
(250,243,246)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACFDB color. Also use rgb(250,207,219) instead hex code.

Text Font Color

.myTextColor { color: #FACFDB; }

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

This text font color is #FACFDB.


Background Color

.myBgColor { background-color: #FACFDB; }

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

This div background color is #FACFDB.


Border color

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

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

This div border color is #FACFDB.


Opacity

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

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

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

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

This text has shadow with #FACFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACFDB on black background.


Color preview on white background

This text has color #FACFDB on white background.



Black color preview on #FACFDB background

This text has black color on #FACFDB background.


White color preview on #FACFDB background

This text has white color on #FACFDB background.