Color Hex Logo

#fa8ecb Color Hex

#FA8ECB
(250,142,203)
0 Favorites   0 Comments

Color spaces of #fa8ecb

RGB 250142203
HSL0.910.920.77
HSV326°43°98°
CMYK 0.000.430.19   0.02
XYZ59.876843.981861.8334
Yxy43.98180.36140.2654
Hunter Lab66.318845.1033-8.8569
CIE-Lab72.216348.3814-13.5247

#fa8ecb color RGB value is (250,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001110 11001011
Octal 372 216 313
Decimal 250 142 203
Hex FA 8E CB

RGB Percentages of Color #fa8ecb

%42.02
%23.87
%34.12

CMYK Percentages of Color #fa8ecb

%0
%43
%19
%2

Triadic Colors of #fa8ecb

#fa8ecb #cbfa8e #8ecbfa

Analogous Colors of #fa8ecb

#fa8ecb #fa8e95 #f38efa

Monochromatic Colors of #fa8ecb

#fa8ecb

Complementary Color

#fa8ecb #8efabd

#fa8ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8ecb Color CSS Codes

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

#fa8ecb Text Font Color

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

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


#fa8ecb Background Color

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

This div background color is #fa8ecb


#fa8ecb Border Color

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

This div border color is #fa8ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8ecb


Comments

No comments written yet.

Please login to write comment.