Color Hex Logo

#fd95bf Color Hex

#FD95BF
(253,149,191)
0 Favorites   0 Comments

Color spaces of #fd95bf

RGB 253149191
HSL0.930.960.79
HSV336°41°99°
CMYK 0.000.410.25   0.01
XYZ60.659446.139154.9989
Yxy46.13910.37490.2852
Hunter Lab67.925840.5348-0.4586
CIE-Lab73.635744.1228-4.7357

#fd95bf color RGB value is (253,149,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010101 10111111
Octal 375 225 277
Decimal 253 149 191
Hex FD 95 BF

RGB Percentages of Color #fd95bf

%42.66
%25.13
%32.21

CMYK Percentages of Color #fd95bf

%0
%41
%25
%1

Triadic Colors of #fd95bf

#fd95bf #bffd95 #95bffd

Analogous Colors of #fd95bf

#fd95bf #fd9f95 #fd95f3

Monochromatic Colors of #fd95bf

#fd95bf

Complementary Color

#fd95bf #95fdd3

#fd95bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd95bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd95bf Color CSS Codes

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

#fd95bf Text Font Color

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

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


#fd95bf Background Color

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

This div background color is #fd95bf


#fd95bf Border Color

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

This div border color is #fd95bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd95bf

Related Colors


Comments

No comments written yet.

Please login to write comment.