COLOR #FACAE9

HEX: #FACAE9 RGB: (250,202,233)

Color info

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

RGB color model

#FACAE9 color RGB value is (250,202,233).

RGB: (250,202,233) (98%, 79%, 91%)

RGB channels and saturation

R 250 of 255 = 98%
G 202 of 255 = 79%
B 233 of 255 = 91%

250
202
233

R + G + B ~ 89%. #FACAE9 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 202 + 233 = 685 (100%)
R 250 of 685 ~ 36.5%
G 202 of 685 ~ 29.49%
B 233 of 685 ~ 34.01'%

%36.5
%29.49
%34.01

CMYK color model

#FACAE9 color CMYK value is (0,19,7,2).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 6.80%
  • key color value is 1.96%
CMYK: (0,19,7,2) C0M19Y7K2 (0%,19%,7%,2%) (0.00/0.19/0.07/0.02) 

CMYK percentages

%0
%19.2
%6.8
%1.96

Codes

Color #FACAE9 in popluar color models

FA CA E9
RGB 250 202 233
HSL 321° 82.76% 88.63%
HSB/HSV 321° 19.20% 98.04%
CMYK 0.00% 19.20% 6.80%
1.96%

Color #FACAE9 in popluar number systems.

HEX FA CA E9
Decimal 250 202 233
Binary 11111010 11001010 11101001
Octal 372 312 351

Shades and tints

Shades of #FACAE9

#FACAE9
(250,202,233)
#E4B8D4
(228,184,212)
#CEA6BF
(206,166,191)
#B894AA
(184,148,170)
#A28295
(162,130,149)
#8C7080
(140,112,128)
#765E6B
(118,94,107)
#604C56
(96,76,86)
#4A3A41
(74,58,65)
#34282C
(52,40,44)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #FACAE9

#FACAE9
(250,202,233)
#FACEEB
(250,206,235)
#FAD2ED
(250,210,237)
#FAD6EF
(250,214,239)
#FADAF1
(250,218,241)
#FADEF3
(250,222,243)
#FAE2F5
(250,226,245)
#FAE6F7
(250,230,247)
#FAEAF9
(250,234,249)
#FAEEFB
(250,238,251)
#FAF2FD
(250,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACAE9; }

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

This text font color is #FACAE9.

Background Color

.myBgColor { background-color: #FACAE9; }

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

This div background color is #FACAE9.

Border color

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

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

This div border color is #FACAE9.

Opacity

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

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

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

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

This text has shadow with #FACAE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACAE9.

Preview

Color preview on black background

This text has color #FACAE9 on black background.


Color preview on white background

This text has color #FACAE9 on white background.


Black color preview on #FACAE9 background

This text has black color on #FACAE9 background.


White color preview on #FACAE9 background

This text has white color on #FACAE9 background.


Related colors

Complementary color

Complementary color for #hex is #053516.


I love getcolorcode.com

Triadic colors

1 #E9FACA and #CAE9FA with #FACAE9 are triadic colors.

2 #E9CAFA and #CAFAE9 with #FACAE9 are triadic colors.