COLOR #FACAEA

HEX: #FACAEA
RGB: (250,202,234)

Color info

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

RGB color model

#FACAEA color RGB value is (250,202,234).

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

RGB channels and saturation

R 250 of 255 = 98%
G 202 of 255 = 79%
B 234 of 255 = 92%

250
202
234

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

Portions of RGB colors in percentages

R + G + B =
250 + 202 + 234 = 686 (100%)
R 250 of 686 ~ 36.44%
G 202 of 686 ~ 29.45%
B 234 of 686 ~ 34.11%

%36.44
%29.45
%34.11

CMYK color model

#FACAEA color CMYK value is (0,19,6,2).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK:
(0,19,6,2)
C0M19Y6K2 
(0%,19%,6%,2%)
(0.00/0.19/0.06/0.02)	

CMYK percentages

%0
%19.2
%6.4
%1.96

Codes

Color #FACAEA in popluar color models

FACAEA
RGB250202234
HSL320°82.76%88.63%
HSB/HSV320°19.20%98.04%
CMYK0.00%19.20%6.40%
1.96%

Color #FACAEA in popluar number systems.

HEXFACAEA
Decimal250202234
Binary111110101100101011101010
Octal372312352

Shades and tints

Shades of #FACAEA

#FACAEA
(250,202,234)
#E4B8D5
(228,184,213)
#CEA6C0
(206,166,192)
#B894AB
(184,148,171)
#A28296
(162,130,150)
#8C7081
(140,112,129)
#765E6C
(118,94,108)
#604C57
(96,76,87)
#4A3A42
(74,58,66)
#34282D
(52,40,45)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FACAEA

#FACAEA
(250,202,234)
#FACEEB
(250,206,235)
#FAD2EC
(250,210,236)
#FAD6ED
(250,214,237)
#FADAEE
(250,218,238)
#FADEEF
(250,222,239)
#FAE2F0
(250,226,240)
#FAE6F1
(250,230,241)
#FAEAF2
(250,234,242)
#FAEEF3
(250,238,243)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACAEA; }

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

This text font color is #FACAEA.


Background Color

.myBgColor { background-color: #FACAEA; }

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

This div background color is #FACAEA.


Border color

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

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

This div border color is #FACAEA.


Opacity

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

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

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

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

This text has shadow with #FACAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACAEA on black background.


Color preview on white background

This text has color #FACAEA on white background.



Black color preview on #FACAEA background

This text has black color on #FACAEA background.


White color preview on #FACAEA background

This text has white color on #FACAEA background.