Color Hex Logo

#fe93cb Color Hex

#FE93CB
(254,147,203)
0 Favorites   0 Comments

Color spaces of #fe93cb

RGB 254147203
HSL0.910.980.79
HSV329°42°100°
CMYK 0.000.420.20   0.00
XYZ62.086346.250162.1548
Yxy46.25010.36420.2713
Hunter Lab68.007443.9457-6.5824
CIE-Lab73.707547.1625-11.2402

#fe93cb color RGB value is (254,147,203).

#fe93cb hex color red value is 254, green value is 147 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fe93cb hue: 0.91 , saturation: 0.98 and the lightness value of fe93cb is 0.79.

The process color (four color CMYK) of #fe93cb color hex is 0.00, 0.42, 0.20, 0.00. Web safe color of #fe93cb is #ff99cc. Color #fe93cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010011 11001011
Octal 376 223 313
Decimal 254 147 203
Hex FE 93 CB

RGB Percentages of Color #fe93cb

%42.05
%24.34
%33.61

CMYK Percentages of Color #fe93cb

%0
%42
%20
%0

Triadic Colors of #fe93cb

#fe93cb #cbfe93 #93cbfe

Analogous Colors of #fe93cb

#fe93cb #fe9396 #fc93fe

Monochromatic Colors of #fe93cb

#fe93cb

Complementary Color

#fe93cb #93fec6

#fe93cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe93cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe93cb Color CSS Codes

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

#fe93cb Text Font Color

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

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


#fe93cb Background Color

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

This div background color is #fe93cb


#fe93cb Border Color

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

This div border color is #fe93cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe93cb

Related Colors

#fe93cb Color Palettes


Comments

No comments written yet.

Please login to write comment.