Color Hex Logo

#fa6ace Color Hex

#FA6ACE
(250,106,206)
0 Favorites   0 Comments

Color spaces of #fa6ace

RGB 250106206
HSL0.880.940.70
HSV318°58°98°
CMYK 0.000.580.18   0.02
XYZ55.719035.088362.2285
Yxy35.08830.36410.2293
Hunter Lab59.235464.2418-20.8211
CIE-Lab65.817465.8032-24.9095

#fa6ace color RGB value is (250,106,206).

#fa6ace hex color red value is 250, green value is 106 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fa6ace hue: 0.88 , saturation: 0.94 and the lightness value of fa6ace is 0.70.

The process color (four color CMYK) of #fa6ace color hex is 0.00, 0.58, 0.18, 0.02. Web safe color of #fa6ace is #ff66cc. Color #fa6ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101010 11001110
Octal 372 152 316
Decimal 250 106 206
Hex FA 6A CE

RGB Percentages of Color #fa6ace

%44.48
%18.86
%36.65

CMYK Percentages of Color #fa6ace

%0
%58
%18
%2

Triadic Colors of #fa6ace

#fa6ace #cefa6a #6acefa

Analogous Colors of #fa6ace

#fa6ace #fa6a86 #de6afa

Monochromatic Colors of #fa6ace

#fa6ace

Complementary Color

#fa6ace #6afa96

#fa6ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6ace Color CSS Codes

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

#fa6ace Text Font Color

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

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


#fa6ace Background Color

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

This div background color is #fa6ace


#fa6ace Border Color

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

This div border color is #fa6ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,106,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 #fa6ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6ace


Comments

No comments written yet.

Please login to write comment.