COLOR #FACEF1

HEX: #FACEF1 RGB: (250,206,241)

Color info

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

RGB color model

#FACEF1 color RGB value is (250,206,241).

RGB: (250,206,241) (98%, 81%, 95%)

RGB channels and saturation

R 250 of 255 = 98%
G 206 of 255 = 81%
B 241 of 255 = 95%

250
206
241

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

Portions of RGB colors in percentages

R + G + B = 250 + 206 + 241 = 697 (100%)
R 250 of 697 ~ 35.87%
G 206 of 697 ~ 29.56%
B 241 of 697 ~ 34.58'%

%35.87
%29.56
%34.58

CMYK color model

#FACEF1 color CMYK value is (0,18,4,2).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 3.60%
  • key color value is 1.96%

CMYK: (0,18,4,2)
C0M18Y4K2 (0%, 18%, 4%, 2%)
(0.00 / 0.18 / 0.04 / 0.02)

CMYK percentages

%0
%17.6
%3.6
%1.96

Codes

Color #FACEF1 in popluar color models

FA CE F1
RGB 250 206 241
HSL 312° 81.48% 89.41%
HSB/HSV 312° 17.60% 98.04%
CMYK 0.00% 17.60% 3.60%
1.96%

Color #FACEF1 in popluar number systems.

HEX FA CE F1
Decimal 250 206 241
Binary 11111010 11001110 11110001
Octal 372 316 361

Shades and tints

Shades of #FACEF1

#FACEF1
(250,206,241)
#E4BCDC
(228,188,220)
#CEAAC7
(206,170,199)
#B898B2
(184,152,178)
#A2869D
(162,134,157)
#8C7488
(140,116,136)
#766273
(118,98,115)
#60505E
(96,80,94)
#4A3E49
(74,62,73)
#342C34
(52,44,52)
#1E1A1F
(30,26,31)
#000000
(0,0,0)

Tints of #FACEF1

#FACEF1
(250,206,241)
#FAD2F2
(250,210,242)
#FAD6F3
(250,214,243)
#FADAF4
(250,218,244)
#FADEF5
(250,222,245)
#FAE2F6
(250,226,246)
#FAE6F7
(250,230,247)
#FAEAF8
(250,234,248)
#FAEEF9
(250,238,249)
#FAF2FA
(250,242,250)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACEF1 color. Also use rgb(250,206,241) instead hex code.

Text Font Color

.myTextColor { color: #FACEF1; }

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

This text font color is #FACEF1.

Background Color

.myBgColor { background-color: #FACEF1; }

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

This div background color is #FACEF1.

Border color

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

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

This div border color is #FACEF1.

Opacity

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

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

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

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

This text has shadow with #FACEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACEF1.

Preview

Color preview on black background

This text has color #FACEF1 on black background.


Color preview on white background

This text has color #FACEF1 on white background.


Black color preview on #FACEF1 background

This text has black color on #FACEF1 background.


White color preview on #FACEF1 background

This text has white color on #FACEF1 background.


Related colors

Complementary color

Complementary color for #hex is #05310E.


I love getcolorcode.com

Triadic colors

1 #F1FACE and #CEF1FA with #FACEF1 are triadic colors.

2 #F1CEFA and #CEFAF1 with #FACEF1 are triadic colors.