COLOR #FACFF0

HEX: #FACFF0 RGB: (250,207,240)

Color info

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

RGB color model

#FACFF0 color RGB value is (250,207,240).

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

RGB channels and saturation

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

250
207
240

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

Portions of RGB colors in percentages

R + G + B = 250 + 207 + 240 = 697 (100%)
R 250 of 697 ~ 35.87%
G 207 of 697 ~ 29.7%
B 240 of 697 ~ 34.43'%

%35.87
%29.7
%34.43

CMYK color model

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

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

Codes

Color #FACFF0 in popluar color models

FA CF F0
RGB 250 207 240
HSL 314° 81.13% 89.61%
HSB/HSV 314° 17.20% 98.04%
CMYK 0.00% 17.20% 4.00%
1.96%

Color #FACFF0 in popluar number systems.

HEX FA CF F0
Decimal 250 207 240
Binary 11111010 11001111 11110000
Octal 372 317 360

Shades and tints

Shades of #FACFF0

#FACFF0
(250,207,240)
#E4BDDB
(228,189,219)
#CEABC6
(206,171,198)
#B899B1
(184,153,177)
#A2879C
(162,135,156)
#8C7587
(140,117,135)
#766372
(118,99,114)
#60515D
(96,81,93)
#4A3F48
(74,63,72)
#342D33
(52,45,51)
#1E1B1E
(30,27,30)
#000000
(0,0,0)

Tints of #FACFF0

#FACFF0
(250,207,240)
#FAD3F1
(250,211,241)
#FAD7F2
(250,215,242)
#FADBF3
(250,219,243)
#FADFF4
(250,223,244)
#FAE3F5
(250,227,245)
#FAE7F6
(250,231,246)
#FAEBF7
(250,235,247)
#FAEFF8
(250,239,248)
#FAF3F9
(250,243,249)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACFF0; }

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

This text font color is #FACFF0.

Background Color

.myBgColor { background-color: #FACFF0; }

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

This div background color is #FACFF0.

Border color

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

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

This div border color is #FACFF0.

Opacity

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

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

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

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

This text has shadow with #FACFF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACFF0.

Preview

Color preview on black background

This text has color #FACFF0 on black background.


Color preview on white background

This text has color #FACFF0 on white background.


Black color preview on #FACFF0 background

This text has black color on #FACFF0 background.


White color preview on #FACFF0 background

This text has white color on #FACFF0 background.


Related colors

Complementary color

Complementary color for #hex is #05300F.


I love getcolorcode.com

Triadic colors

1 #F0FACF and #CFF0FA with #FACFF0 are triadic colors.

2 #F0CFFA and #CFFAF0 with #FACFF0 are triadic colors.