Color Hex Logo

#facad6 Color Hex

#FACAD6
(250,202,214)
0 Favorites   0 Comments

Color spaces of #facad6

RGB 250202214
HSL0.960.830.89
HSV345°19°98°
CMYK 0.000.190.14   0.02
XYZ72.682567.420172.8009
Yxy67.42010.34140.3167
Hunter Lab82.109714.31394.9086
CIE-Lab85.715718.79950.4856

#facad6 color RGB value is (250,202,214).

#facad6 hex color red value is 250, green value is 202 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #facad6 hue: 0.96 , saturation: 0.83 and the lightness value of facad6 is 0.89.

The process color (four color CMYK) of #facad6 color hex is 0.00, 0.19, 0.14, 0.02. Web safe color of #facad6 is #ffcccc. Color #facad6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11010110
Octal 372 312 326
Decimal 250 202 214
Hex FA CA D6

RGB Percentages of Color #facad6

%37.54
%30.33
%32.13

CMYK Percentages of Color #facad6

%0
%19
%14
%2

Triadic Colors of #facad6

#facad6 #d6faca #cad6fa

Analogous Colors of #facad6

#facad6 #fad6ca #facaee

Monochromatic Colors of #facad6

#facad6

Complementary Color

#facad6 #cafaee

#facad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facad6 Color CSS Codes

.mybgcolor {background-color:#facad6; } 
.myforecolor {color:#facad6; }
.mybordercolor {border:3px solid #facad6; }

#facad6 Text Font Color

<p style="color:#facad6">Text here</p>

This sample text font color is #facad6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#facad6 Background Color

<div style="background-color:#facad6">
Div content here</div>

This div background color is #facad6


#facad6 Border Color

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

This div border color is #facad6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,202,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #facad6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #facad6;
  -webkit-box-shadow: 1px 1px 3px 2px #facad6;
  box-shadow:         1px 1px 3px 2px #facad6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,202,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #facad6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #facad6;
  -webkit-box-shadow: 1px 1px 3px 2px #facad6;
  box-shadow:         1px 1px 3px 2px #facad6;">
Div content here</div>

This div box has shadow with color #facad6


Comments

No comments written yet.

Please login to write comment.