Color Hex Logo

#facaf6 Color Hex

#FACAF6
(250,202,246)
0 Favorites   0 Comments

Color spaces of #facaf6

RGB 250202246
HSL0.850.830.89
HSV305°19°98°
CMYK 0.000.190.02   0.02
XYZ77.179469.218996.4816
Yxy69.21890.31780.2850
Hunter Lab83.197919.9911-10.5179
CIE-Lab86.612324.1761-15.1811

#facaf6 color RGB value is (250,202,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11110110
Octal 372 312 366
Decimal 250 202 246
Hex FA CA F6

RGB Percentages of Color #facaf6

%35.82
%28.94
%35.24

CMYK Percentages of Color #facaf6

%0
%19
%2
%2

Triadic Colors of #facaf6

#facaf6 #f6faca #caf6fa

Analogous Colors of #facaf6

#facaf6 #facade #e6cafa

Monochromatic Colors of #facaf6

#facaf6

Complementary Color

#facaf6 #caface

#facaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaf6 Color CSS Codes

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

#facaf6 Text Font Color

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

This sample text font color is #facaf6
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.


#facaf6 Background Color

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

This div background color is #facaf6


#facaf6 Border Color

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

This div border color is #facaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaf6

Related Colors


Comments

No comments written yet.

Please login to write comment.