Color Hex Logo

#fda5db Color Hex

#FDA5DB
(253,165,219)
0 Favorites   0 Comments

Color spaces of #fda5db

RGB 253165219
HSL0.900.960.82
HSV323°35°99°
CMYK 0.000.350.13   0.01
XYZ66.749352.907473.7119
Yxy52.90740.34520.2736
Hunter Lab72.737536.5143-9.1680
CIE-Lab77.820340.0350-13.8535

#fda5db color RGB value is (253,165,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 11011011
Octal 375 245 333
Decimal 253 165 219
Hex FD A5 DB

RGB Percentages of Color #fda5db

%39.72
%25.90
%34.38

CMYK Percentages of Color #fda5db

%0
%35
%13
%1

Triadic Colors of #fda5db

#fda5db #dbfda5 #a5dbfd

Analogous Colors of #fda5db

#fda5db #fda5af #f3a5fd

Monochromatic Colors of #fda5db

#fda5db

Complementary Color

#fda5db #a5fdc7

#fda5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda5db Color CSS Codes

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

#fda5db Text Font Color

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

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


#fda5db Background Color

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

This div background color is #fda5db


#fda5db Border Color

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

This div border color is #fda5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda5db


Comments

No comments written yet.

Please login to write comment.