Color Hex Logo

#fd91bd Color Hex

#FD91BD
(253,145,189)
0 Favorites   0 Comments

Color spaces of #fd91bd

RGB 253145189
HSL0.930.960.78
HSV336°43°99°
CMYK 0.000.430.25   0.01
XYZ59.818744.807653.6400
Yxy44.80760.37800.2831
Hunter Lab66.938542.3719-0.6541
CIE-Lab72.765045.8777-4.9141

#fd91bd color RGB value is (253,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010001 10111101
Octal 375 221 275
Decimal 253 145 189
Hex FD 91 BD

RGB Percentages of Color #fd91bd

%43.10
%24.70
%32.20

CMYK Percentages of Color #fd91bd

%0
%43
%25
%1

Triadic Colors of #fd91bd

#fd91bd #bdfd91 #91bdfd

Analogous Colors of #fd91bd

#fd91bd #fd9b91 #fd91f3

Monochromatic Colors of #fd91bd

#fd91bd

Complementary Color

#fd91bd #91fdd1

#fd91bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd91bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd91bd Color CSS Codes

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

#fd91bd Text Font Color

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

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


#fd91bd Background Color

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

This div background color is #fd91bd


#fd91bd Border Color

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

This div border color is #fd91bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd91bd


Comments

No comments written yet.

Please login to write comment.