Color Hex Logo

#fd96ff Color Hex

#FD96FF
(253,150,255)
0 Favorites   0 Comments

Color spaces of #fd96ff

RGB 253150255
HSL0.831.000.79
HSV299°41°100°
CMYK 0.010.410.00   0.00
XYZ69.464449.9153100.5812
Yxy49.91530.31580.2269
Hunter Lab70.650851.8638-34.9520
CIE-Lab76.017253.7528-36.1316

#fd96ff color RGB value is (253,150,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 11111111
Octal 375 226 377
Decimal 253 150 255
Hex FD 96 FF

RGB Percentages of Color #fd96ff

%38.45
%22.80
%38.75

CMYK Percentages of Color #fd96ff

%1
%41
%0
%0

Triadic Colors of #fd96ff

#fd96ff #fffd96 #96fffd

Analogous Colors of #fd96ff

#fd96ff #ff96cd #c996ff

Monochromatic Colors of #fd96ff

#fd96ff

Complementary Color

#fd96ff #98ff96

#fd96ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd96ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd96ff Color CSS Codes

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

#fd96ff Text Font Color

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

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


#fd96ff Background Color

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

This div background color is #fd96ff


#fd96ff Border Color

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

This div border color is #fd96ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd96ff

Related Colors


Comments

No comments written yet.

Please login to write comment.