Color Hex Logo

#fa01ce Color Hex

#FA01CE
(250,1,206)
0 Favorites   0 Comments

Color spaces of #fa01ce

RGB 2501206
HSL0.860.990.49
HSV311°100°98°
CMYK 0.001.000.18   0.02
XYZ50.575824.801960.5141
Yxy24.80190.37220.1825
Hunter Lab49.801594.1226-37.1826
CIE-Lab56.881991.0247-38.7770

#fa01ce color RGB value is (250,1,206).

#fa01ce hex color red value is 250, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fa01ce hue: 0.86 , saturation: 0.99 and the lightness value of fa01ce is 0.49.

The process color (four color CMYK) of #fa01ce color hex is 0.00, 1.00, 0.18, 0.02. Web safe color of #fa01ce is #ff00cc. Color #fa01ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000001 11001110
Octal 372 1 316
Decimal 250 1 206
Hex FA 1 CE

RGB Percentages of Color #fa01ce

%54.70
%0.22
%45.08

CMYK Percentages of Color #fa01ce

%0
%100
%18
%2

Triadic Colors of #fa01ce

#fa01ce #cefa01 #01cefa

Analogous Colors of #fa01ce

#fa01ce #fa0152 #aa01fa

Monochromatic Colors of #fa01ce

#fa01ce

Complementary Color

#fa01ce #01fa2d

#fa01ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa01ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa01ce Color CSS Codes

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

#fa01ce Text Font Color

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

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


#fa01ce Background Color

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

This div background color is #fa01ce


#fa01ce Border Color

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

This div border color is #fa01ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa01ce


Comments

No comments written yet.

Please login to write comment.