Color Hex Logo

#fa8dce Color Hex

#FA8DCE
(250,141,206)
0 Favorites   0 Comments

Color spaces of #fa8dce

RGB 250141206
HSL0.900.920.77
HSV324°44°98°
CMYK 0.000.440.18   0.02
XYZ60.089843.830063.6855
Yxy43.83000.35850.2615
Hunter Lab66.204246.1569-10.6914
CIE-Lab72.114749.3270-15.3373

#fa8dce color RGB value is (250,141,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001101 11001110
Octal 372 215 316
Decimal 250 141 206
Hex FA 8D CE

RGB Percentages of Color #fa8dce

%41.88
%23.62
%34.51

CMYK Percentages of Color #fa8dce

%0
%44
%18
%2

Triadic Colors of #fa8dce

#fa8dce #cefa8d #8dcefa

Analogous Colors of #fa8dce

#fa8dce #fa8d98 #f08dfa

Monochromatic Colors of #fa8dce

#fa8dce

Complementary Color

#fa8dce #8dfab9

#fa8dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8dce Color CSS Codes

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

#fa8dce Text Font Color

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

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


#fa8dce Background Color

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

This div background color is #fa8dce


#fa8dce Border Color

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

This div border color is #fa8dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8dce

Related Colors


Comments

No comments written yet.

Please login to write comment.