Color Hex Logo

#fd16bd Color Hex

#FD16BD
(253,22,189)
0 Favorites   0 Comments

Color spaces of #fd16bd

RGB 25322189
HSL0.880.980.54
HSV317°91°99°
CMYK 0.000.910.25   0.01
XYZ49.980225.130650.3605
Yxy25.13060.39830.2003
Hunter Lab50.130490.2368-24.4708
CIE-Lab57.202488.0462-28.4591

#fd16bd color RGB value is (253,22,189).

#fd16bd hex color red value is 253, green value is 22 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fd16bd hue: 0.88 , saturation: 0.98 and the lightness value of fd16bd is 0.54.

The process color (four color CMYK) of #fd16bd color hex is 0.00, 0.91, 0.25, 0.01. Web safe color of #fd16bd is #ff00cc. Color #fd16bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010110 10111101
Octal 375 26 275
Decimal 253 22 189
Hex FD 16 BD

RGB Percentages of Color #fd16bd

%54.53
%4.74
%40.73

CMYK Percentages of Color #fd16bd

%0
%91
%25
%1

Triadic Colors of #fd16bd

#fd16bd #bdfd16 #16bdfd

Analogous Colors of #fd16bd

#fd16bd #fd1649 #ca16fd

Monochromatic Colors of #fd16bd

#fd16bd

Complementary Color

#fd16bd #16fd56

#fd16bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd16bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd16bd Color CSS Codes

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

#fd16bd Text Font Color

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

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


#fd16bd Background Color

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

This div background color is #fd16bd


#fd16bd Border Color

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

This div border color is #fd16bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,22,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 #fd16bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd16bd

Related Colors


Comments

No comments written yet.

Please login to write comment.