Color Hex Logo

#fd96ec Color Hex

#FD96EC
(253,150,236)
0 Favorites   0 Comments

Color spaces of #fd96ec

RGB 253150236
HSL0.860.960.79
HSV310°41°99°
CMYK 0.000.410.07   0.01
XYZ66.554748.751585.2590
Yxy48.75150.33180.2431
Hunter Lab69.822347.9575-23.5226
CIE-Lab75.296550.4812-26.9339

#fd96ec color RGB value is (253,150,236).

#fd96ec hex color red value is 253, green value is 150 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fd96ec hue: 0.86 , saturation: 0.96 and the lightness value of fd96ec is 0.79.

The process color (four color CMYK) of #fd96ec color hex is 0.00, 0.41, 0.07, 0.01. Web safe color of #fd96ec is #ff99ff. Color #fd96ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 11101100
Octal 375 226 354
Decimal 253 150 236
Hex FD 96 EC

RGB Percentages of Color #fd96ec

%39.59
%23.47
%36.93

CMYK Percentages of Color #fd96ec

%0
%41
%7
%1

Triadic Colors of #fd96ec

#fd96ec #ecfd96 #96ecfd

Analogous Colors of #fd96ec

#fd96ec #fd96b9 #db96fd

Monochromatic Colors of #fd96ec

#fd96ec

Complementary Color

#fd96ec #96fda7

#fd96ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd96ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd96ec Color CSS Codes

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

#fd96ec Text Font Color

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

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


#fd96ec Background Color

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

This div background color is #fd96ec


#fd96ec Border Color

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

This div border color is #fd96ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,150,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd96ec


Comments

No comments written yet.

Please login to write comment.