Color Hex Logo

#facbfa Color Hex

#FACBFA
(250,203,250)
0 Favorites   0 Comments

Color spaces of #facbfa

RGB 250203250
HSL0.830.820.89
HSV300°19°98°
CMYK 0.000.190.00   0.02
XYZ78.035669.938099.8289
Yxy69.93800.31490.2822
Hunter Lab83.628920.2108-12.2349
CIE-Lab86.966424.3684-16.7668

#facbfa color RGB value is (250,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11111010
Octal 372 313 372
Decimal 250 203 250
Hex FA CB FA

RGB Percentages of Color #facbfa

%35.56
%28.88
%35.56

CMYK Percentages of Color #facbfa

%0
%19
%0
%2

Triadic Colors of #facbfa

#facbfa #fafacb #cbfafa

Analogous Colors of #facbfa

#facbfa #facbe3 #e3cbfa

Monochromatic Colors of #facbfa

#facbfa

Complementary Color

#facbfa #cbfacb

#facbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbfa Color CSS Codes

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

#facbfa Text Font Color

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

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


#facbfa Background Color

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

This div background color is #facbfa


#facbfa Border Color

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

This div border color is #facbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.