Color Hex Logo

#facafc Color Hex

#FACAFC
(250,202,252)
0 Favorites   0 Comments

Color spaces of #facafc

RGB 250202252
HSL0.830.890.89
HSV298°20°99°
CMYK 0.010.200.00   0.01
XYZ78.115669.5933101.4112
Yxy69.59330.31360.2794
Hunter Lab83.422621.1550-13.6790
CIE-Lab86.797025.2587-18.0801

#facafc color RGB value is (250,202,252).

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

The process color (four color CMYK) of #facafc color hex is 0.01, 0.20, 0.00, 0.01. Web safe color of #facafc is #ffccff. Color #facafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11111100
Octal 372 312 374
Decimal 250 202 252
Hex FA CA FC

RGB Percentages of Color #facafc

%35.51
%28.69
%35.80

CMYK Percentages of Color #facafc

%1
%20
%0
%1

Triadic Colors of #facafc

#facafc #fcfaca #cafcfa

Analogous Colors of #facafc

#facafc #fccae5 #e1cafc

Monochromatic Colors of #facafc

#facafc

Complementary Color

#facafc #ccfcca

#facafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#facafc Color CSS Codes

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

#facafc Text Font Color

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

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


#facafc Background Color

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

This div background color is #facafc


#facafc Border Color

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

This div border color is #facafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facafc

Related Colors


Comments

No comments written yet.

Please login to write comment.