Color Hex Logo

#fc93bc Color Hex

#FC93BC
(252,147,188)
0 Favorites   0 Comments

Color spaces of #fc93bc

RGB 252147188
HSL0.930.950.78
HSV337°42°99°
CMYK 0.000.420.25   0.01
XYZ59.655745.193753.1560
Yxy45.19370.37760.2860
Hunter Lab67.226340.75260.1776
CIE-Lab73.019344.3923-3.9992

#fc93bc color RGB value is (252,147,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 10111100
Octal 374 223 274
Decimal 252 147 188
Hex FC 93 BC

RGB Percentages of Color #fc93bc

%42.93
%25.04
%32.03

CMYK Percentages of Color #fc93bc

%0
%42
%25
%1

Triadic Colors of #fc93bc

#fc93bc #bcfc93 #93bcfc

Analogous Colors of #fc93bc

#fc93bc #fc9f93 #fc93f1

Monochromatic Colors of #fc93bc

#fc93bc

Complementary Color

#fc93bc #93fcd3

#fc93bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc93bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc93bc Color CSS Codes

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

#fc93bc Text Font Color

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

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


#fc93bc Background Color

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

This div background color is #fc93bc


#fc93bc Border Color

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

This div border color is #fc93bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc93bc


Comments

No comments written yet.

Please login to write comment.