Color Hex Logo

#fc91ee Color Hex

#FC91EE
(252,145,238)
0 Favorites   0 Comments

Color spaces of #fc91ee

RGB 252145238
HSL0.860.950.78
HSV308°42°99°
CMYK 0.000.420.06   0.01
XYZ65.702947.119386.5209
Yxy47.11930.32960.2364
Hunter Lab68.643550.7272-26.6809
CIE-Lab74.266053.0205-29.6156

#fc91ee color RGB value is (252,145,238).

#fc91ee hex color red value is 252, green value is 145 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fc91ee hue: 0.86 , saturation: 0.95 and the lightness value of fc91ee is 0.78.

The process color (four color CMYK) of #fc91ee color hex is 0.00, 0.42, 0.06, 0.01. Web safe color of #fc91ee is #ff99ff. Color #fc91ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 11101110
Octal 374 221 356
Decimal 252 145 238
Hex FC 91 EE

RGB Percentages of Color #fc91ee

%39.69
%22.83
%37.48

CMYK Percentages of Color #fc91ee

%0
%42
%6
%1

Triadic Colors of #fc91ee

#fc91ee #eefc91 #91eefc

Analogous Colors of #fc91ee

#fc91ee #fc91b9 #d591fc

Monochromatic Colors of #fc91ee

#fc91ee

Complementary Color

#fc91ee #91fc9f

#fc91ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc91ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc91ee Color CSS Codes

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

#fc91ee Text Font Color

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

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


#fc91ee Background Color

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

This div background color is #fc91ee


#fc91ee Border Color

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

This div border color is #fc91ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,145,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc91ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc91ee;
  -webkit-box-shadow: 1px 1px 3px 2px #fc91ee;
  box-shadow:         1px 1px 3px 2px #fc91ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,145,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc91ee


Comments

No comments written yet.

Please login to write comment.