COLOR #FACFDC

HEX: #FACFDC
RGB: (250,207,220)

Color info

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

RGB color model

#FACFDC color RGB value is (250,207,220).

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

RGB channels and saturation

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

250
207
220

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

Portions of RGB colors in percentages

R + G + B =
250 + 207 + 220 = 677 (100%)
R 250 of 677 ~ 36.93%
G 207 of 677 ~ 30.58%
B 220 of 677 ~ 32.5%

%36.93
%30.58
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 12.00%
  • 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
%1.96

Codes

Color #FACFDC in popluar color models

FACFDC
RGB250207220
HSL342°81.13%89.61%
HSB/HSV342°17.20%98.04%
CMYK0.00%17.20%12.00%
1.96%

Color #FACFDC in popluar number systems.

HEXFACFDC
Decimal250207220
Binary111110101100111111011100
Octal372317334

Shades and tints

Shades of #FACFDC

#FACFDC
(250,207,220)
#E4BDC8
(228,189,200)
#CEABB4
(206,171,180)
#B899A0
(184,153,160)
#A2878C
(162,135,140)
#8C7578
(140,117,120)
#766364
(118,99,100)
#605150
(96,81,80)
#4A3F3C
(74,63,60)
#342D28
(52,45,40)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #FACFDC

#FACFDC
(250,207,220)
#FAD3DF
(250,211,223)
#FAD7E2
(250,215,226)
#FADBE5
(250,219,229)
#FADFE8
(250,223,232)
#FAE3EB
(250,227,235)
#FAE7EE
(250,231,238)
#FAEBF1
(250,235,241)
#FAEFF4
(250,239,244)
#FAF3F7
(250,243,247)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACFDC; }

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

This text font color is #FACFDC.


Background Color

.myBgColor { background-color: #FACFDC; }

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

This div background color is #FACFDC.


Border color

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

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

This div border color is #FACFDC.


Opacity

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

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

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

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

This text has shadow with #FACFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACFDC on black background.


Color preview on white background

This text has color #FACFDC on white background.



Black color preview on #FACFDC background

This text has black color on #FACFDC background.


White color preview on #FACFDC background

This text has white color on #FACFDC background.