COLOR #FACFEF

HEX: #FACFEF RGB: (250,207,239)

Color info

#FACFEF contains red, green and blue colors in about the same proportion. Web safe color of #FACFEF is #FFCCFF (or #FCF).

RGB color model

#FACFEF color RGB value is (250,207,239).

RGB: (250,207,239) (98%, 81%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 239 of 255 = 94%

250
207
239

R + G + B ~ 91%. #FACFEF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 207 + 239 = 696 (100%)
R 250 of 696 ~ 35.92%
G 207 of 696 ~ 29.74%
B 239 of 696 ~ 34.34'%

%35.92
%29.74
%34.34

CMYK color model

#FACFEF color CMYK value is (0,17,4,2).

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

CMYK: (0,17,4,2)
C0M17Y4K2 (0%, 17%, 4%, 2%)
(0.00 / 0.17 / 0.04 / 0.02)

CMYK percentages

%0
%17.2
%4.4
%1.96

Codes

Color #FACFEF in popluar color models

FA CF EF
RGB 250 207 239
HSL 315° 81.13% 89.61%
HSB/HSV 315° 17.20% 98.04%
CMYK 0.00% 17.20% 4.40%
1.96%

Color #FACFEF in popluar number systems.

HEX FA CF EF
Decimal 250 207 239
Binary 11111010 11001111 11101111
Octal 372 317 357

Shades and tints

Shades of #FACFEF

#FACFEF
(250,207,239)
#E4BDDA
(228,189,218)
#CEABC5
(206,171,197)
#B899B0
(184,153,176)
#A2879B
(162,135,155)
#8C7586
(140,117,134)
#766371
(118,99,113)
#60515C
(96,81,92)
#4A3F47
(74,63,71)
#342D32
(52,45,50)
#1E1B1D
(30,27,29)
#000000
(0,0,0)

Tints of #FACFEF

#FACFEF
(250,207,239)
#FAD3F0
(250,211,240)
#FAD7F1
(250,215,241)
#FADBF2
(250,219,242)
#FADFF3
(250,223,243)
#FAE3F4
(250,227,244)
#FAE7F5
(250,231,245)
#FAEBF6
(250,235,246)
#FAEFF7
(250,239,247)
#FAF3F8
(250,243,248)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACFEF; }

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

This text font color is #FACFEF.

Background Color

.myBgColor { background-color: #FACFEF; }

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

This div background color is #FACFEF.

Border color

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

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

This div border color is #FACFEF.

Opacity

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

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

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

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

This text has shadow with #FACFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACFEF.

Preview

Color preview on black background

This text has color #FACFEF on black background.


Color preview on white background

This text has color #FACFEF on white background.


Black color preview on #FACFEF background

This text has black color on #FACFEF background.


White color preview on #FACFEF background

This text has white color on #FACFEF background.


Related colors

Complementary color

Complementary color for #hex is #053010.


I love getcolorcode.com

Triadic colors

1 #EFFACF and #CFEFFA with #FACFEF are triadic colors.

2 #EFCFFA and #CFFAEF with #FACFEF are triadic colors.