color codes Logo

#fd01bd color codes

#FD01BD
(253,1,189)
0 Favorites   0 Comments

Color spaces of #fd01bd

RGB 2531189
HSL0.880.990.50
HSV315°100°99°
CMYK 0.001.000.25   0.01
XYZ49.704224.578550.2685
Yxy24.57850.39910.1973
Hunter Lab49.576792.1998-25.4136
CIE-Lab56.662489.6297-29.2959

#fd01bd color RGB value is (253,1,189).

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

The process color (four color CMYK) of #fd01bd color code is 0.00, 1.00, 0.25, 0.01. Web safe color of #fd01bd is #ff00cc. Color #fd01bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 10111101
Octal 375 1 275
Decimal 253 1 189
Hex FD 1 BD

RGB Percentages of Color #fd01bd

%57.11
%0.23
%42.66

CMYK Percentages of Color #fd01bd

%0
%100
%25
%1

Triadic Colors of #fd01bd

#fd01bd #bdfd01 #01bdfd

Analogous Colors of #fd01bd

#fd01bd #fd013f #bf01fd

Monochromatic Colors of #fd01bd

#fd01bd

Complementary Color

#fd01bd #01fd41

#fd01bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd01bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd01bd Color CSS Codes

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

#fd01bd Text Font Color

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

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


#fd01bd Background Color

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

This div background color is #fd01bd


#fd01bd Border Color

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

This div border color is #fd01bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd01bd

Related Colors


Comments

No comments written yet.

Please login to write comment.