Color Hex Logo

#fa8cce Color Hex

#FA8CCE
(250,140,206)
0 Favorites   0 Comments

Color spaces of #fa8cce

RGB 250140206
HSL0.900.920.76
HSV324°44°98°
CMYK 0.000.440.18   0.02
XYZ59.943043.536463.6365
Yxy43.53640.35870.2605
Hunter Lab65.982146.6938-10.9948
CIE-Lab71.917549.8273-15.6344

#fa8cce color RGB value is (250,140,206).

#fa8cce hex color red value is 250, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fa8cce hue: 0.90 , saturation: 0.92 and the lightness value of fa8cce is 0.76.

The process color (four color CMYK) of #fa8cce color hex is 0.00, 0.44, 0.18, 0.02. Web safe color of #fa8cce is #ff99cc. Color #fa8cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001100 11001110
Octal 372 214 316
Decimal 250 140 206
Hex FA 8C CE

RGB Percentages of Color #fa8cce

%41.95
%23.49
%34.56

CMYK Percentages of Color #fa8cce

%0
%44
%18
%2

Triadic Colors of #fa8cce

#fa8cce #cefa8c #8ccefa

Analogous Colors of #fa8cce

#fa8cce #fa8c97 #ef8cfa

Monochromatic Colors of #fa8cce

#fa8cce

Complementary Color

#fa8cce #8cfab8

#fa8cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8cce Color CSS Codes

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

#fa8cce Text Font Color

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

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


#fa8cce Background Color

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

This div background color is #fa8cce


#fa8cce Border Color

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

This div border color is #fa8cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8cce

Related Colors


Comments

No comments written yet.

Please login to write comment.