Color Hex Logo

#fda3db Color Hex

#FDA3DB
(253,163,219)
0 Favorites   0 Comments

Color spaces of #fda3db

RGB 253163219
HSL0.900.960.82
HSV323°36°99°
CMYK 0.000.360.13   0.01
XYZ66.391452.191573.5926
Yxy52.19150.34550.2716
Hunter Lab72.243737.6137-9.8265
CIE-Lab77.395241.0715-14.4917

#fda3db color RGB value is (253,163,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 11011011
Octal 375 243 333
Decimal 253 163 219
Hex FD A3 DB

RGB Percentages of Color #fda3db

%39.84
%25.67
%34.49

CMYK Percentages of Color #fda3db

%0
%36
%13
%1

Triadic Colors of #fda3db

#fda3db #dbfda3 #a3dbfd

Analogous Colors of #fda3db

#fda3db #fda3ae #f2a3fd

Monochromatic Colors of #fda3db

#fda3db

Complementary Color

#fda3db #a3fdc5

#fda3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda3db Color CSS Codes

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

#fda3db Text Font Color

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

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


#fda3db Background Color

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

This div background color is #fda3db


#fda3db Border Color

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

This div border color is #fda3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda3db


Comments

No comments written yet.

Please login to write comment.