COLOR #FACFDF

HEX: #FACFDF RGB: (250,207,223)

Color info

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

RGB color model

#FACFDF color RGB value is (250,207,223).

RGB: (250,207,223) (98%, 81%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 223 of 255 = 87%

250
207
223

R + G + B ~ 89%. #FACFDF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 207 + 223 = 680 (100%)
R 250 of 680 ~ 36.76%
G 207 of 680 ~ 30.44%
B 223 of 680 ~ 32.79'%

%36.76
%30.44
%32.79

CMYK color model

#FACFDF color CMYK value is (0,17,11,2).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 10.80%
  • key color value is 1.96%

CMYK: (0,17,11,2)
C0M17Y11K2 (0%, 17%, 11%, 2%)
(0.00 / 0.17 / 0.11 / 0.02)

CMYK percentages

%0
%17.2
%10.8
%1.96

Codes

Color #FACFDF in popluar color models

FA CF DF
RGB 250 207 223
HSL 338° 81.13% 89.61%
HSB/HSV 338° 17.20% 98.04%
CMYK 0.00% 17.20% 10.80%
1.96%

Color #FACFDF in popluar number systems.

HEX FA CF DF
Decimal 250 207 223
Binary 11111010 11001111 11011111
Octal 372 317 337

Shades and tints

Shades of #FACFDF

#FACFDF
(250,207,223)
#E4BDCB
(228,189,203)
#CEABB7
(206,171,183)
#B899A3
(184,153,163)
#A2878F
(162,135,143)
#8C757B
(140,117,123)
#766367
(118,99,103)
#605153
(96,81,83)
#4A3F3F
(74,63,63)
#342D2B
(52,45,43)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #FACFDF

#FACFDF
(250,207,223)
#FAD3E1
(250,211,225)
#FAD7E3
(250,215,227)
#FADBE5
(250,219,229)
#FADFE7
(250,223,231)
#FAE3E9
(250,227,233)
#FAE7EB
(250,231,235)
#FAEBED
(250,235,237)
#FAEFEF
(250,239,239)
#FAF3F1
(250,243,241)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACFDF; }

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

This text font color is #FACFDF.

Background Color

.myBgColor { background-color: #FACFDF; }

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

This div background color is #FACFDF.

Border color

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

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

This div border color is #FACFDF.

Opacity

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

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

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

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

This text has shadow with #FACFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACFDF.

Preview

Color preview on black background

This text has color #FACFDF on black background.


Color preview on white background

This text has color #FACFDF on white background.


Black color preview on #FACFDF background

This text has black color on #FACFDF background.


White color preview on #FACFDF background

This text has white color on #FACFDF background.


Related colors

Complementary color

Complementary color for #hex is #053020.


I love getcolorcode.com

Triadic colors

1 #DFFACF and #CFDFFA with #FACFDF are triadic colors.

2 #DFCFFA and #CFFADF with #FACFDF are triadic colors.