Color Hex Logo

#fdadd0 Color Hex

#FDADD0
(253,173,208)
0 Favorites   0 Comments

Color spaces of #fdadd0

RGB 253173208
HSL0.930.950.84
HSV334°32°99°
CMYK 0.000.320.18   0.01
XYZ66.836755.323966.8304
Yxy55.32390.35370.2927
Hunter Lab74.380030.2321-1.2060
CIE-Lab79.227534.1635-5.7830

#fdadd0 color RGB value is (253,173,208).

#fdadd0 hex color red value is 253, green value is 173 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fdadd0 hue: 0.93 , saturation: 0.95 and the lightness value of fdadd0 is 0.84.

The process color (four color CMYK) of #fdadd0 color hex is 0.00, 0.32, 0.18, 0.01. Web safe color of #fdadd0 is #ff99cc. Color #fdadd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11010000
Octal 375 255 320
Decimal 253 173 208
Hex FD AD D0

RGB Percentages of Color #fdadd0

%39.91
%27.29
%32.81

CMYK Percentages of Color #fdadd0

%0
%32
%18
%1

Triadic Colors of #fdadd0

#fdadd0 #d0fdad #add0fd

Analogous Colors of #fdadd0

#fdadd0 #fdb2ad #fdadf8

Monochromatic Colors of #fdadd0

#fdadd0

Complementary Color

#fdadd0 #adfdda

#fdadd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadd0 Color CSS Codes

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

#fdadd0 Text Font Color

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

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


#fdadd0 Background Color

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

This div background color is #fdadd0


#fdadd0 Border Color

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

This div border color is #fdadd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadd0

Related Colors


Comments

No comments written yet.

Please login to write comment.