COLOR #FACFD5

HEX: #FACFD5 RGB: (250,207,213)

Color info

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

RGB color model

#FACFD5 color RGB value is (250,207,213).

RGB: (250,207,213) (98%, 81%, 84%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 213 of 255 = 84%

250
207
213

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

Portions of RGB colors in percentages

R + G + B = 250 + 207 + 213 = 670 (100%)
R 250 of 670 ~ 37.31%
G 207 of 670 ~ 30.9%
B 213 of 670 ~ 31.79'%

%37.31
%30.9
%31.79

CMYK color model

#FACFD5 color CMYK value is (0,17,15,2).

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

CMYK: (0,17,15,2)
C0M17Y15K2 (0%, 17%, 15%, 2%)
(0.00 / 0.17 / 0.15 / 0.02)

CMYK percentages

%0
%17.2
%14.8
%1.96

Codes

Color #FACFD5 in popluar color models

FA CF D5
RGB 250 207 213
HSL 352° 81.13% 89.61%
HSB/HSV 352° 17.20% 98.04%
CMYK 0.00% 17.20% 14.80%
1.96%

Color #FACFD5 in popluar number systems.

HEX FA CF D5
Decimal 250 207 213
Binary 11111010 11001111 11010101
Octal 372 317 325

Shades and tints

Shades of #FACFD5

#FACFD5
(250,207,213)
#E4BDC2
(228,189,194)
#CEABAF
(206,171,175)
#B8999C
(184,153,156)
#A28789
(162,135,137)
#8C7576
(140,117,118)
#766363
(118,99,99)
#605150
(96,81,80)
#4A3F3D
(74,63,61)
#342D2A
(52,45,42)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #FACFD5

#FACFD5
(250,207,213)
#FAD3D8
(250,211,216)
#FAD7DB
(250,215,219)
#FADBDE
(250,219,222)
#FADFE1
(250,223,225)
#FAE3E4
(250,227,228)
#FAE7E7
(250,231,231)
#FAEBEA
(250,235,234)
#FAEFED
(250,239,237)
#FAF3F0
(250,243,240)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACFD5; }

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

This text font color is #FACFD5.

Background Color

.myBgColor { background-color: #FACFD5; }

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

This div background color is #FACFD5.

Border color

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

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

This div border color is #FACFD5.

Opacity

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

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

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

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

This text has shadow with #FACFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACFD5.

Preview

Color preview on black background

This text has color #FACFD5 on black background.


Color preview on white background

This text has color #FACFD5 on white background.


Black color preview on #FACFD5 background

This text has black color on #FACFD5 background.


White color preview on #FACFD5 background

This text has white color on #FACFD5 background.


Related colors

Complementary color

Complementary color for #hex is #05302A.


I love getcolorcode.com

Triadic colors

1 #D5FACF and #CFD5FA with #FACFD5 are triadic colors.

2 #D5CFFA and #CFFAD5 with #FACFD5 are triadic colors.