Color Hex Logo

#fd93ce Color Hex

#FD93CE
(253,147,206)
0 Favorites   0 Comments

Color spaces of #fd93ce

RGB 253147206
HSL0.910.960.78
HSV327°42°99°
CMYK 0.000.420.19   0.01
XYZ62.082346.206364.0391
Yxy46.20630.36030.2681
Hunter Lab67.975244.0688-8.2742
CIE-Lab73.679247.2753-12.9489

#fd93ce color RGB value is (253,147,206).

#fd93ce hex color red value is 253, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fd93ce hue: 0.91 , saturation: 0.96 and the lightness value of fd93ce is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010011 11001110
Octal 375 223 316
Decimal 253 147 206
Hex FD 93 CE

RGB Percentages of Color #fd93ce

%41.75
%24.26
%33.99

CMYK Percentages of Color #fd93ce

%0
%42
%19
%1

Triadic Colors of #fd93ce

#fd93ce #cefd93 #93cefd

Analogous Colors of #fd93ce

#fd93ce #fd9399 #f793fd

Monochromatic Colors of #fd93ce

#fd93ce

Complementary Color

#fd93ce #93fdc2

#fd93ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd93ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd93ce Color CSS Codes

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

#fd93ce Text Font Color

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

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


#fd93ce Background Color

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

This div background color is #fd93ce


#fd93ce Border Color

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

This div border color is #fd93ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd93ce


Comments

No comments written yet.

Please login to write comment.