Color Hex Logo

#fda5bd Color Hex

#FDA5BD
(253,165,189)
0 Favorites   0 Comments

Color spaces of #fda5bd

RGB 253165189
HSL0.950.960.82
HSV344°35°99°
CMYK 0.000.350.25   0.01
XYZ63.148551.467054.7500
Yxy51.46700.37290.3039
Hunter Lab71.740531.57614.9702
CIE-Lab76.961035.59891.2383

#fda5bd color RGB value is (253,165,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 10111101
Octal 375 245 275
Decimal 253 165 189
Hex FD A5 BD

RGB Percentages of Color #fda5bd

%41.68
%27.18
%31.14

CMYK Percentages of Color #fda5bd

%0
%35
%25
%1

Triadic Colors of #fda5bd

#fda5bd #bdfda5 #a5bdfd

Analogous Colors of #fda5bd

#fda5bd #fdb9a5 #fda5e9

Monochromatic Colors of #fda5bd

#fda5bd

Complementary Color

#fda5bd #a5fde5

#fda5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda5bd Color CSS Codes

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

#fda5bd Text Font Color

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

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


#fda5bd Background Color

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

This div background color is #fda5bd


#fda5bd Border Color

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

This div border color is #fda5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda5bd


Comments

No comments written yet.

Please login to write comment.