Color Hex Logo

#fd95fb Color Hex

#FD95FB
(253,149,251)
0 Favorites   0 Comments

Color spaces of #fd95fb

RGB 253149251
HSL0.840.960.79
HSV301°41°99°
CMYK 0.000.410.01   0.01
XYZ68.668049.342697.1717
Yxy49.34260.31910.2293
Hunter Lab70.244351.5669-32.8472
CIE-Lab75.664053.5477-34.5145

#fd95fb color RGB value is (253,149,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010101 11111011
Octal 375 225 373
Decimal 253 149 251
Hex FD 95 FB

RGB Percentages of Color #fd95fb

%38.74
%22.82
%38.44

CMYK Percentages of Color #fd95fb

%0
%41
%1
%1

Triadic Colors of #fd95fb

#fd95fb #fbfd95 #95fbfd

Analogous Colors of #fd95fb

#fd95fb #fd95c7 #cb95fd

Monochromatic Colors of #fd95fb

#fd95fb

Complementary Color

#fd95fb #95fd97

#fd95fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd95fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd95fb Color CSS Codes

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

#fd95fb Text Font Color

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

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


#fd95fb Background Color

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

This div background color is #fd95fb


#fd95fb Border Color

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

This div border color is #fd95fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd95fb

Related Colors


Comments

No comments written yet.

Please login to write comment.