COLOR #FACAEF

HEX: #FACAEF RGB: (250,202,239)

Color info

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

RGB color model

#FACAEF color RGB value is (250,202,239).

RGB: (250,202,239) (98%, 79%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 202 of 255 = 79%
B 239 of 255 = 94%

250
202
239

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

Portions of RGB colors in percentages

R + G + B = 250 + 202 + 239 = 691 (100%)
R 250 of 691 ~ 36.18%
G 202 of 691 ~ 29.23%
B 239 of 691 ~ 34.59'%

%36.18
%29.23
%34.59

CMYK color model

#FACAEF color CMYK value is (0,19,4,2).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 4.40%
  • key color value is 1.96%

CMYK: (0,19,4,2)
C0M19Y4K2 (0%, 19%, 4%, 2%)
(0.00 / 0.19 / 0.04 / 0.02)

CMYK percentages

%0
%19.2
%4.4
%1.96

Codes

Color #FACAEF in popluar color models

FA CA EF
RGB 250 202 239
HSL 314° 82.76% 88.63%
HSB/HSV 314° 19.20% 98.04%
CMYK 0.00% 19.20% 4.40%
1.96%

Color #FACAEF in popluar number systems.

HEX FA CA EF
Decimal 250 202 239
Binary 11111010 11001010 11101111
Octal 372 312 357

Shades and tints

Shades of #FACAEF

#FACAEF
(250,202,239)
#E4B8DA
(228,184,218)
#CEA6C5
(206,166,197)
#B894B0
(184,148,176)
#A2829B
(162,130,155)
#8C7086
(140,112,134)
#765E71
(118,94,113)
#604C5C
(96,76,92)
#4A3A47
(74,58,71)
#342832
(52,40,50)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #FACAEF

#FACAEF
(250,202,239)
#FACEF0
(250,206,240)
#FAD2F1
(250,210,241)
#FAD6F2
(250,214,242)
#FADAF3
(250,218,243)
#FADEF4
(250,222,244)
#FAE2F5
(250,226,245)
#FAE6F6
(250,230,246)
#FAEAF7
(250,234,247)
#FAEEF8
(250,238,248)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACAEF; }

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

This text font color is #FACAEF.

Background Color

.myBgColor { background-color: #FACAEF; }

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

This div background color is #FACAEF.

Border color

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

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

This div border color is #FACAEF.

Opacity

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

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

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

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

This text has shadow with #FACAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACAEF.

Preview

Color preview on black background

This text has color #FACAEF on black background.


Color preview on white background

This text has color #FACAEF on white background.


Black color preview on #FACAEF background

This text has black color on #FACAEF background.


White color preview on #FACAEF background

This text has white color on #FACAEF background.


Related colors

Complementary color

Complementary color for #hex is #053510.


I love getcolorcode.com

Triadic colors

1 #EFFACA and #CAEFFA with #FACAEF are triadic colors.

2 #EFCAFA and #CAFAEF with #FACAEF are triadic colors.