COLOR #FACFEA

HEX: #FACFEA
RGB: (250,207,234)

Color info

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

RGB color model

#FACFEA color RGB value is (250,207,234).

  • red value is 250;
  • green value is 207;
  • blue value is 234.
RGB:
(250,207,234)
(98%,81%,92%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 234 of 255 = 92%

250
207
234

R + G + B ~ 90%. #FACFEA is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 207 + 234 = 691 (100%)
R 250 of 691 ~ 36.18%
G 207 of 691 ~ 29.96%
B 234 of 691 ~ 33.86%

%36.18
%29.96
%33.86

CMYK color model

#FACFEA color CMYK value is (0,17,6,2).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK:
(0,17,6,2)
C0M17Y6K2 
(0%,17%,6%,2%)
(0.00/0.17/0.06/0.02)	

CMYK percentages

%0
%17.2
%6.4
%1.96

Codes

Color #FACFEA in popluar color models

FACFEA
RGB250207234
HSL322°81.13%89.61%
HSB/HSV322°17.20%98.04%
CMYK0.00%17.20%6.40%
1.96%

Color #FACFEA in popluar number systems.

HEXFACFEA
Decimal250207234
Binary111110101100111111101010
Octal372317352

Shades and tints

Shades of #FACFEA

#FACFEA
(250,207,234)
#E4BDD5
(228,189,213)
#CEABC0
(206,171,192)
#B899AB
(184,153,171)
#A28796
(162,135,150)
#8C7581
(140,117,129)
#76636C
(118,99,108)
#605157
(96,81,87)
#4A3F42
(74,63,66)
#342D2D
(52,45,45)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #FACFEA

#FACFEA
(250,207,234)
#FAD3EB
(250,211,235)
#FAD7EC
(250,215,236)
#FADBED
(250,219,237)
#FADFEE
(250,223,238)
#FAE3EF
(250,227,239)
#FAE7F0
(250,231,240)
#FAEBF1
(250,235,241)
#FAEFF2
(250,239,242)
#FAF3F3
(250,243,243)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACFEA; }

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

This text font color is #FACFEA.


Background Color

.myBgColor { background-color: #FACFEA; }

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

This div background color is #FACFEA.


Border color

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

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

This div border color is #FACFEA.


Opacity

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

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

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

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

This text has shadow with #FACFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACFEA on black background.


Color preview on white background

This text has color #FACFEA on white background.



Black color preview on #FACFEA background

This text has black color on #FACFEA background.


White color preview on #FACFEA background

This text has white color on #FACFEA background.